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

Implementation of the PLY importer class. More...

Functions

static bool isBigEndian (const char *szMe)
 

Variables

static const aiImporterDesc desc
 

Detailed Description

Implementation of the PLY importer class.

Function Documentation

◆ isBigEndian()

static bool isBigEndian ( const char *  szMe)
static

Variable Documentation

◆ desc

const aiImporterDesc desc
static
Initial value:
= {
"Stanford Polygon Library (PLY) Importer",
"",
"",
"",
0,
0,
0,
0,
"ply"
}
aiImporterFlags_SupportTextFlavour
Indicates that there is a textual encoding of the file format; and that it is supported.
Definition: importerdesc.h:55
aiImporterFlags_SupportBinaryFlavour
Indicates that there is a binary encoding of the file format; and that it is supported.
Definition: importerdesc.h:59