mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-04-28 13:07:59 +03:00
Disable PVR backface culling due to missing geometry artifacts
This commit is contained in:
parent
4a453e3604
commit
eb70a13180
1 changed files with 2 additions and 0 deletions
2
vendor/librw/src/dc/rwdc.cpp
vendored
2
vendor/librw/src/dc/rwdc.cpp
vendored
|
@ -1128,6 +1128,8 @@ static float fogStart = 0.0f;
|
|||
static uint32 cullModePvr;
|
||||
|
||||
static inline unsigned pvrCullMode(uint32_t cullMode) {
|
||||
// PH3NOM - Prevents missing geometry
|
||||
return PVR_CULLING_NONE;
|
||||
switch(cullMode) {
|
||||
case CULLNONE: return PVR_CULLING_SMALL;
|
||||
case CULLBACK: return PVR_CULLING_CW;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue