Assimp  v3.1.1 (June 2014)
Assimp::AC3DImporter::Object Struct Reference

Public Types

enum  Type { World = 0x0, Poly = 0x1, Group = 0x2, Light = 0x4 }
 

Public Member Functions

 Object ()
 

Public Attributes

std::vector< Objectchildren
 
float crease
 
std::string name
 
unsigned int numRefs
 
aiMatrix3x3 rotation
 
unsigned int subDiv
 
std::vector< Surfacesurfaces
 
aiVector2D texOffset
 
aiVector2D texRepeat
 
std::string texture
 
aiVector3D translation
 
enum
Assimp::AC3DImporter::Object::Type 
type
 
std::vector< aiVector3Dvertices
 

Member Enumeration Documentation

Enumerator
World 
Poly 
Group 
Light 

Constructor & Destructor Documentation

Assimp::AC3DImporter::Object::Object ( )
inline

Member Data Documentation

std::vector<Object> Assimp::AC3DImporter::Object::children
float Assimp::AC3DImporter::Object::crease
std::string Assimp::AC3DImporter::Object::name
unsigned int Assimp::AC3DImporter::Object::numRefs
aiMatrix3x3 Assimp::AC3DImporter::Object::rotation
unsigned int Assimp::AC3DImporter::Object::subDiv
std::vector<Surface> Assimp::AC3DImporter::Object::surfaces
aiVector2D Assimp::AC3DImporter::Object::texOffset
aiVector2D Assimp::AC3DImporter::Object::texRepeat
std::string Assimp::AC3DImporter::Object::texture
aiVector3D Assimp::AC3DImporter::Object::translation
enum Assimp::AC3DImporter::Object::Type Assimp::AC3DImporter::Object::type
std::vector<aiVector3D> Assimp::AC3DImporter::Object::vertices

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