MeVisLab Resolution Independence API
|
Vertex attribute of type UInt32 interpreted as 4 unsigned bytes NOTE: the values are interpreted as RGBA colors in the sense of a SbColor::getPackedValue(). More...
#include <SoVertexAttributeNodes.h>
Public Member Functions | |
SoVertexAttribute4ub () | |
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 | |
SoMFUInt32 | values |
SoSFBool | normalized |
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 UInt32 interpreted as 4 unsigned bytes NOTE: the values are interpreted as RGBA colors in the sense of a SbColor::getPackedValue().
This means that on little endian machines, the values will be swapped internnaly before being transferred to OpenGL.
Definition at line 221 of file SoVertexAttributeNodes.h.
SoVertexAttribute4ub::SoVertexAttribute4ub | ( | ) |
Constructor.
|
static |
Initialize class with runtime type system.
|
overrideprotectedvirtual |
Reimplemented from SoVertexAttributeBase.
SoSFBool SoVertexAttribute4ub::normalized |
Definition at line 229 of file SoVertexAttributeNodes.h.
SoMFUInt32 SoVertexAttribute4ub::values |
Definition at line 228 of file SoVertexAttributeNodes.h.