Assimp  v3.1.1 (June 2014)
glTF::AttribType Class Reference

Values for the Accessor::type field (helper class) More...

Public Types

enum  Value {
  SCALAR, VEC2, VEC3, VEC4,
  MAT2, MAT3, MAT4
}
 

Static Public Member Functions

static Value FromString (const char *str)
 
static unsigned int GetNumComponents (Value type)
 
static const char * ToString (Value type)
 

Detailed Description

Values for the Accessor::type field (helper class)

Member Enumeration Documentation

◆ Value

Enumerator
SCALAR 
VEC2 
VEC3 
VEC4 
MAT2 
MAT3 
MAT4 

Member Function Documentation

◆ FromString()

static Value glTF::AttribType::FromString ( const char *  str)
inlinestatic

◆ GetNumComponents()

static unsigned int glTF::AttribType::GetNumComponents ( Value  type)
inlinestatic

◆ ToString()

static const char* glTF::AttribType::ToString ( Value  type)
inlinestatic

The documentation for this class was generated from the following file: