Abstract base class for SoVRMLIndexedFaceSet. More...
#include <Inventor/VRMLnodes/SoVRMLIndexedShape.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Public Attributes | |
SoMFInt32 | coordIndex |
SoMFInt32 | colorIndex |
SoMFInt32 | normalIndex |
SoMFInt32 | texCoordIndex |
This node is the abstract base class for SoVRMLIndexedFaceSet.
NOTE: This class does not exist in Open Inventor 10.0 and later.SoMFInt32 | set_colorIndex |
SoMFInt32 | set_coordIndex |
SoMFInt32 | set_normalIndex |
SoMFInt32 | set_texCoordIndex |
SoSFNode | set_metadata |
SoMFInt32 | colorIndex_changed |
SoMFInt32 | coordIndex_changed |
SoMFInt32 | normalIndex_changed |
SoMFInt32 | texCoordIndex_changed |
SoSFNode | metadata_changed |
static SoType SoVRMLIndexedShape::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoVRMLVertexShape.
Reimplemented in SoVRMLIndexedFaceSet.
virtual SoType SoVRMLIndexedShape::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from SoVRMLVertexShape.
Reimplemented in SoVRMLIndexedFaceSet.
The indices of the colors to use for the faces or vertices depending on the value of the colorPerVertex field.
If NULL, the colors are applied to each face of the SoVRMLIndexedFaceSet in order.
Indices of the coordinates that the indexed face set uses as its vertices.
The coordinates connect to form the faces.
The indices of the normals to use for the faces or vertices depending onthe value of the normalPerVertex field.
If NULL, the normals are applied to each face of the SoVRMLIndexedFaceSet in order.
The indices of the texture coordinates for each vertex of the SoVRMLIndexedFaceSet.
If this field is NULL, the coordIndex field is used to choose texture coordinates from the texture coordinate node.