Assimp  v4.1. (December 2018)
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"
}
Indicates that there is a binary encoding of the file format; and that it is supported.
Definition: importerdesc.h:61
Indicates that there is a textual encoding of the file format; and that it is supported.
Definition: importerdesc.h:57