Assimp  v3.1.1 (June 2014)
PlyExporter.cpp File Reference

Namespaces

 Assimp
 MACHINE-GENERATED by scripts/ICFImporter/CppGenerator.py.
 

Macros

#define PLY_EXPORT_HAS_COLORS   (PLY_EXPORT_HAS_TEXCOORDS << AI_MAX_NUMBER_OF_TEXTURECOORDS)
 
#define PLY_EXPORT_HAS_NORMALS   0x1
 
#define PLY_EXPORT_HAS_TANGENTS_BITANGENTS   0x2
 
#define PLY_EXPORT_HAS_TEXCOORDS   0x4
 

Functions

void Assimp::ExportScenePly (const char *, IOSystem *, const aiScene *, const ExportProperties *)
 
void Assimp::ExportScenePlyBinary (const char *, IOSystem *, const aiScene *, const ExportProperties *)
 
template<typename NumIndicesType , typename IndexType >
void Assimp::WriteMeshIndicesBinary_Generic (const aiMesh *m, unsigned int offset, std::ostringstream &output)
 

Macro Definition Documentation

#define PLY_EXPORT_HAS_COLORS   (PLY_EXPORT_HAS_TEXCOORDS << AI_MAX_NUMBER_OF_TEXTURECOORDS)
#define PLY_EXPORT_HAS_NORMALS   0x1
#define PLY_EXPORT_HAS_TANGENTS_BITANGENTS   0x2
#define PLY_EXPORT_HAS_TEXCOORDS   0x4