OBJParser
OBJ File Parser Powered by Boost Spirit
 All Classes Functions Variables Enumerations Enumerator Pages
Public Member Functions | Public Attributes | List of all members
OBJMaterialProperty Struct Reference

#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
 

Detailed Description

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.


The documentation for this struct was generated from the following files: