Backface culling should be turned on by default. If it has been disabled you can enable using <node3D>.enable(viz.CULL_FACE).
If you are using 3ds Max one way you can optimize the scene is by using OSG occluder nodes.
You might also try the <node3D>.optimize command to see if that helps.
|