View Single Post
  #2  
Old 10-18-2010, 04:40 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
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.
Reply With Quote