MeVisLab Toolbox Reference
|
Vertex attribute of type SbRotation. More...
#include <SoVertexAttributeNodes.h>
Public Member Functions | |
SoVertexAttributeRotation () | |
Constructor. | |
Public Member Functions inherited from SoVertexAttributeBase | |
SoVertexAttributeBase () | |
Constructor. | |
void | GLRender (SoGLRenderAction *action) override |
Static Public Member Functions | |
static void | initClass () |
Initialize class with runtime type system. | |
Static Public Member Functions inherited from SoVertexAttributeBase | |
static void | initClass () |
Initialize class with runtime type system. | |
Public Attributes | |
SoMFRotation | values |
Public Attributes inherited from SoVertexAttributeBase | |
SoSFString | name |
SoSFBool | perInstance |
Protected Member Functions | |
void | updateInfo () override |
Additional Inherited Members | |
Protected Attributes inherited from SoVertexAttributeBase | |
SoVertexAttributeInfo | _info |
Vertex attribute of type SbRotation.
Definition at line 149 of file SoVertexAttributeNodes.h.
SoVertexAttributeRotation::SoVertexAttributeRotation | ( | ) |
Constructor.
Initialize class with runtime type system.
|
overrideprotectedvirtual |
Reimplemented from SoVertexAttributeBase.
SoMFRotation SoVertexAttributeRotation::values |
Definition at line 156 of file SoVertexAttributeNodes.h.