Assimp  v4.1. (December 2018)
OFFLoader.cpp File Reference

Implementation of the OFF importer class. More...

Functions

static void NextToken (const char **car, const char *end)
 

Variables

static const aiImporterDesc desc
 

Detailed Description

Implementation of the OFF importer class.

Function Documentation

◆ NextToken()

static void NextToken ( const char **  car,
const char *  end 
)
static

Variable Documentation

◆ desc

const aiImporterDesc desc
static
Initial value:
= {
"OFF Importer",
"",
"",
"",
0,
0,
0,
0,
"off"
}
aiImporterFlags_SupportBinaryFlavour
@ aiImporterFlags_SupportBinaryFlavour
Indicates that there is a binary encoding of the file format; and that it is supported.
Definition: importerdesc.h:62