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

Implementation of the b3d importer class. More...

Functions

template<typename T >
void DeleteAllBarePointers (std::vector< T > &x)
 

Variables

static const aiImporterDesc desc
 

Detailed Description

Implementation of the b3d importer class.

Function Documentation

◆ DeleteAllBarePointers()

template<typename T >
void DeleteAllBarePointers ( std::vector< T > &  x)

Variable Documentation

◆ desc

const aiImporterDesc desc
static
Initial value:
= {
"BlitzBasic 3D Importer",
"",
"",
"http://www.blitzbasic.com/",
0,
0,
0,
0,
"b3d"
}
aiImporterFlags_SupportBinaryFlavour
@ aiImporterFlags_SupportBinaryFlavour
Indicates that there is a binary encoding of the file format; and that it is supported.
Definition: importerdesc.h:61