OBJParser
OBJ File Parser Powered by Boost Spirit
|
#include <OBJMaterial.hpp>
Public Member Functions | |
OBJMaterialProperty const & | operator= (OBJMaterialProperty const &rhs) |
Public Attributes | |
OBJMaterialPropertyType | type |
union { | |
float r | |
float x | |
}; | |
union { | |
float g | |
float y | |
}; | |
union { | |
float b | |
float z | |
}; | |
OBJMaterialPropertyRFL | rfl |
Represents a modular material property that can be represented in one of three different ways. The type of representation in use is specified by the OBJMaterialPropertyType member.
An individual property will only ever represent a single type at a time.