| java.lang.Object org.jdesktop.j3d.utils.scenegraph.traverser.GeometryStatistics
GeometryStatistics | public class GeometryStatistics extends Object (Code) | | author: paulby version: version: Provide statistics on the Geometry in a given scene graph |
printStatistics | public static void printStatistics(javax.media.j3d.Node[] treeRoots)(Code) | | Print the geometry statistics for the all SceneGraph in treeRoots to
stdout. Information on all geometry nodes in the Scene Graph will
be used, even nodes under disabled Switch nodes.
treeRoot and all of it's children must be non-live and non-compiled
if they are not an error message will be displayed
|
printStatistics | public static void printStatistics(javax.media.j3d.Node treeRoot)(Code) | | Print the geometry statistics for the SceneGraph treeRoot to
stdout. Information on all geometry nodes in the Scene Graph will
be used, even nodes under disabled Switch nodes.
treeRoot and all of it's children must be non-live and non-compiled
if they are not an error message will be displayed
|
|
|