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

Implementation of the TrueSpace COB/SCN importer class. More...

Classes

class  chunk_guard
 

Functions

void ConvertTexture (std::shared_ptr< Texture > tex, aiMaterial *out, aiTextureType type)
 

Variables

static const aiImporterDesc desc
 
static const float units []
 

Detailed Description

Implementation of the TrueSpace COB/SCN importer class.

Function Documentation

◆ ConvertTexture()

void ConvertTexture ( std::shared_ptr< Texture tex,
aiMaterial out,
aiTextureType  type 
)

Variable Documentation

◆ desc

const aiImporterDesc desc
static
Initial value:
= {
"TrueSpace Object Importer",
"",
"",
"little-endian files only",
0,
0,
0,
0,
"cob scn"
}
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

◆ units

const float units[]
static
Initial value:
= {
1000.f,
100.f,
1.f,
0.001f,
1.f/0.0254f,
1.f/0.3048f,
1.f/0.9144f,
1.f/1609.344f
}