Disable PVR backface culling due to missing geometry artifacts
This commit is contained in:
committed by
Stefanos Kornilios Mitsis Poiitidis
parent
64fee23d26
commit
c733d6c71c
2
vendor/librw/src/dc/rwdc.cpp
vendored
2
vendor/librw/src/dc/rwdc.cpp
vendored
@@ -1188,6 +1188,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