29 #ifndef __GEOMETRYBOUNDTREEOPTIONS_H__
30 #define __GEOMETRYBOUNDTREEOPTIONS_H__
51 Inst< SFString > _boundType = 0,
52 Inst< SFInt32 > _maxTrianglesInLeaf = 0 );
Header file for H3DOptionNode.
Contains the SFInt32 field class.
Contains the SFString field class.
Specifies parameters to use for the tree of bounding primitives that are built for each X3DGeometryNo...
Definition: GeometryBoundTreeOptions.h:46
H3DUniquePtr< SFInt32 > maxTrianglesInLeaf
Specifies the maximum number of triangles that can be put in a leaf of the tree.
Definition: GeometryBoundTreeOptions.h:71
static H3DNodeDatabase database
The H3DNodeDatabase for this node.
Definition: GeometryBoundTreeOptions.h:74
H3DUniquePtr< SFString > boundType
The boundType field specifies what type of bound primitives to use in the bounding tree.
Definition: GeometryBoundTreeOptions.h:63
This abstract node type indicates that the concrete nodes which are instantiated based on it may be u...
Definition: H3DOptionNode.h:41
H3D API namespace.
Definition: Anchor.h:38
The H3DNodeDatabase contains a mapping between a name of a Node and the constructor for the Node with...
Definition: H3DNodeDatabase.h:194