mirror of
https://github.com/panda3d/panda3d.git
synced 2026-03-16 23:42:18 -05:00
turn off verify-lods by default for now
This commit is contained in:
@@ -220,7 +220,7 @@ ConfigVariableDouble lod_fade_time
|
||||
"transitions between its different levels."));
|
||||
|
||||
ConfigVariableBool verify_lods
|
||||
("verify-lods", true,
|
||||
("verify-lods", false,
|
||||
PRC_DESC("When this is true, LODNodes will test when they are rendered to "
|
||||
"ensure that each child's geometry fits entirely within the radius "
|
||||
"defined by its switch-out distance. When it is false, LODNodes "
|
||||
|
||||
Reference in New Issue
Block a user