Abstract base class for the three VRMLIndexedTriangle nodes.
Action not implemented for this node.
More...
#include <Inventor/VRMLnodes/SoVRMLTriangle.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Public Attributes | |
SoSFNode | coord |
SoSFNode | texCoord |
SoSFNode | normal |
SoSFNode | color |
SoSFBool | colorPerVertex |
SoSFBool | normalPerVertex |
SoSFBool | ccw |
SoSFBool | solid |
SoVRMLTriangle is the abstract base class for the three VRMLIndexedTriangle nodes.
NOTE: This class does not exist in Open Inventor 10.0 and later.SoSFNode | set_color |
SoSFNode | set_coord |
SoSFNode | set_normal |
SoSFNode | set_texCoord |
SoSFNode | set_metadata |
SoSFNode | color_changed |
SoSFNode | coord_changed |
SoSFNode | normal_changed |
SoSFNode | texCoord_changed |
SoSFNode | metadata_changed |
static SoType SoVRMLTriangle::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoVRMLGeometry.
Reimplemented in SoVRMLIndexedTriangleFanSet, SoVRMLIndexedTriangleSet, and SoVRMLIndexedTriangleStripSet.
virtual SoType SoVRMLTriangle::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from SoVRMLGeometry.
Reimplemented in SoVRMLIndexedTriangleFanSet, SoVRMLIndexedTriangleSet, and SoVRMLIndexedTriangleStripSet.
Indicates whether the vertices are ordered in a counterclockwise direction when viewed from the outside (TRUE) or in a clockwise direction (FALSE).
An SoVRMLColor node whose colors are applied to the vertices or faces of the three VRMLIndexedTriangle nodes.
The colorPerVertex field is ignored and always treated as TRUE.
An SoVRMLNormal node containing the normals.
If NULL, the normals will be automatically generated.
If TRUE, normals are applied to the vertices of the three VRMLIndexedTriangle nodes.
If FALSE, the normals are applied to the faces.
If you know that the shape encloses a volume, set this value to TRUE.
Then backface culling will be performed.