Assimp  v3.1.1 (June 2014)
jassimp.JaiDebug Class Reference

Debug/utility methods. More...

Static Public Member Functions

static void dumpColorset (AiMesh mesh, int colorset)
 Dumps a vertex color set of a mesh to stdout. More...
 
static void dumpFaces (AiMesh mesh)
 Dumps faces of a mesh to stdout. More...
 
static void dumpMaterial (AiMaterial material)
 Dumps all properties of a material to stdout. More...
 
static void dumpMaterialProperty (AiMaterial.Property property)
 Dumps a single material property to stdout. More...
 
static void dumpNodeAnim (AiNodeAnim nodeAnim)
 Dumps an animation channel to stdout. More...
 
static void dumpPositions (AiMesh mesh)
 Dumps vertex positions of a mesh to stdout. More...
 
static void dumpTexCoords (AiMesh mesh, int coords)
 Dumps a texture coordinate set of a mesh to stdout. More...
 

Detailed Description

Debug/utility methods.

Member Function Documentation

◆ dumpColorset()

static void jassimp.JaiDebug.dumpColorset ( AiMesh  mesh,
int  colorset 
)
inlinestatic

Dumps a vertex color set of a mesh to stdout.

Parameters
meshthe mesh
colorsetthe color set

◆ dumpFaces()

static void jassimp.JaiDebug.dumpFaces ( AiMesh  mesh)
inlinestatic

Dumps faces of a mesh to stdout.

Parameters
meshthe mesh

◆ dumpMaterial()

static void jassimp.JaiDebug.dumpMaterial ( AiMaterial  material)
inlinestatic

Dumps all properties of a material to stdout.

Parameters
materialthe material

◆ dumpMaterialProperty()

static void jassimp.JaiDebug.dumpMaterialProperty ( AiMaterial.Property  property)
inlinestatic

Dumps a single material property to stdout.

Parameters
propertythe property

◆ dumpNodeAnim()

static void jassimp.JaiDebug.dumpNodeAnim ( AiNodeAnim  nodeAnim)
inlinestatic

Dumps an animation channel to stdout.

Parameters
nodeAnimthe channel

◆ dumpPositions()

static void jassimp.JaiDebug.dumpPositions ( AiMesh  mesh)
inlinestatic

Dumps vertex positions of a mesh to stdout.

Parameters
meshthe mesh

◆ dumpTexCoords()

static void jassimp.JaiDebug.dumpTexCoords ( AiMesh  mesh,
int  coords 
)
inlinestatic

Dumps a texture coordinate set of a mesh to stdout.

Parameters
meshthe mesh
coordsthe coordinates

The documentation for this class was generated from the following file: