mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 15:53:55 -04:00
assimp: Set assimp-collapse-dummy-root-node to true by default
See #366
This commit is contained in:
parent
2a9a32fea9
commit
37f7dc285b
@ -87,7 +87,7 @@ ConfigVariableDouble assimp_smooth_normal_angle
|
||||
"changing this."));
|
||||
|
||||
ConfigVariableBool assimp_collapse_dummy_root_node
|
||||
("assimp-collapse-dummy-root-node", false,
|
||||
("assimp-collapse-dummy-root-node", true,
|
||||
PRC_DESC("If set to true, collapses the root node that Assimp creates, if it "
|
||||
"appears to be a synthetic dummy root node and contains no meshes. "
|
||||
"This variable is new as of Panda3D 1.10.13 and will become true by "
|
||||
|
Loading…
x
Reference in New Issue
Block a user