![]() |
SLProject 4.0.000
|
Struct for scene graph statistics. More...
#include <SLNode.h>
Public Member Functions | |
| void | clear () |
| Resets all counters to zero. More... | |
| void | print () const |
| Prints all statistic informations on the std out stream. More... | |
Public Attributes | |
| SLuint | numNodes |
| NO. of children nodes. More... | |
| SLuint | numBytes |
| NO. of bytes allocated. More... | |
| SLuint | numBytesAccel |
| NO. of bytes in accel. structs. More... | |
| SLuint | numNodesGroup |
| NO. of group nodes. More... | |
| SLuint | numNodesLeaf |
| NO. of leaf nodes. More... | |
| SLuint | numNodesOpaque |
| NO. of visible opaque nodes. More... | |
| SLuint | numNodesBlended |
| NO. of visible blended nodes. More... | |
| SLuint | numMeshes |
| NO. of meshes in node. More... | |
| SLuint | numLights |
| NO. of lights in mesh. More... | |
| SLuint | numTriangles |
| NO. of triangles in mesh. More... | |
| SLuint | numLines |
| NO. of lines in mesh. More... | |
| SLuint | numVoxels |
| NO. of voxels. More... | |
| SLfloat | numVoxEmpty |
| NO. of empty voxels. More... | |
| SLuint | numVoxMaxTria |
| Max. no. of triangles per voxel. More... | |
| SLuint | numAnimations |
| NO. of animations. More... | |
Struct for scene graph statistics.
The SLNodeStats struct holds some statistics that are set in the recursive SLNode::statsRec method.
|
inline |
Resets all counters to zero.
|
inline |
Prints all statistic informations on the std out stream.
| SLuint SLNodeStats::numAnimations |
NO. of animations.
| SLuint SLNodeStats::numBytes |
NO. of bytes allocated.
| SLuint SLNodeStats::numBytesAccel |
NO. of bytes in accel. structs.
| SLuint SLNodeStats::numLights |
NO. of lights in mesh.
| SLuint SLNodeStats::numLines |
NO. of lines in mesh.
| SLuint SLNodeStats::numMeshes |
NO. of meshes in node.
| SLuint SLNodeStats::numNodes |
NO. of children nodes.
| SLuint SLNodeStats::numNodesBlended |
NO. of visible blended nodes.
| SLuint SLNodeStats::numNodesGroup |
NO. of group nodes.
| SLuint SLNodeStats::numNodesLeaf |
NO. of leaf nodes.
| SLuint SLNodeStats::numNodesOpaque |
NO. of visible opaque nodes.
| SLuint SLNodeStats::numTriangles |
NO. of triangles in mesh.
| SLuint SLNodeStats::numVoxels |
NO. of voxels.
| SLfloat SLNodeStats::numVoxEmpty |
NO. of empty voxels.
| SLuint SLNodeStats::numVoxMaxTria |
Max. no. of triangles per voxel.