mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-09-09 06:00:52 +02:00
Disable PVR backface culling due to missing geometry artifacts
This commit is contained in:
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;
|
||||
|
Reference in New Issue
Block a user