Assimp
v3.1.1 (June 2014)
|
Classes | |
class | DOM |
Class to represent the document object model of an ASCII or binary (both little and big-endian) PLY file. More... | |
class | Element |
Helper class for an element in a PLY file. More... | |
class | ElementInstance |
Class for an element instance in a PLY file. More... | |
class | ElementInstanceList |
Class for an element instance list in a PLY file. More... | |
class | Face |
Helper class to represent a loaded PLY face. More... | |
class | Property |
Helper class for a property in a PLY file. More... | |
class | PropertyInstance |
Instance of a property in a PLY file. More... | |
Enumerations | |
enum | EDataType { EDT_Char = 0x0u, EDT_UChar, EDT_Short, EDT_UShort, EDT_Int, EDT_UInt, EDT_Float, EDT_Double, EDT_INVALID } |
enum | EElementSemantic { EEST_Vertex = 0x0u, EEST_Face, EEST_TriStrip, EEST_Edge, EEST_Material, EEST_INVALID } |
Specifies semantics for PLY elements. More... | |
enum | ESemantic { EST_XCoord = 0x0u, EST_YCoord, EST_ZCoord, EST_XNormal, EST_YNormal, EST_ZNormal, EST_UTextureCoord, EST_VTextureCoord, EST_Red, EST_Green, EST_Blue, EST_Alpha, EST_VertexIndex, EST_TextureIndex, EST_TextureCoordinates, EST_MaterialIndex, EST_AmbientRed, EST_AmbientGreen, EST_AmbientBlue, EST_AmbientAlpha, EST_DiffuseRed, EST_DiffuseGreen, EST_DiffuseBlue, EST_DiffuseAlpha, EST_SpecularRed, EST_SpecularGreen, EST_SpecularBlue, EST_SpecularAlpha, EST_PhongPower, EST_Opacity, EST_INVALID } |
Specifies semantics for PLY element properties. More... | |
Specifies semantics for PLY elements.
Semantics define the usage of an element, e.g. vertex or material
Specifies semantics for PLY element properties.
Semantics define the usage of a property, e.g. x coordinate