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

Data structure for texture related material properties. More...

Public Member Functions

float getBlend ()
 Returns the blend factor. More...
 
String getFile ()
 Returns the path to the texture file. More...
 
int getIndex ()
 Index of the texture in the texture stack. More...
 
AiTextureMapMode getTextureMapModeU ()
 Returns the texture map mode for U texture axis. More...
 
AiTextureMapMode getTextureMapModeV ()
 Returns the texture map mode for V texture axis. More...
 
AiTextureMapMode getTextureMapModeW ()
 Returns the texture map mode for W texture axis. More...
 
AiTextureOp getTextureOp ()
 Returns the texture operation used to combine this texture and the preceding texture in the stack. More...
 
AiTextureType getType ()
 Specifies the type of the texture (e.g. More...
 
int getUVIndex ()
 Returns the index of the UV coordinate set. More...
 

Detailed Description

Data structure for texture related material properties.

Member Function Documentation

§ getBlend()

float jassimp.AiTextureInfo.getBlend ( )
inline

Returns the blend factor.

Returns
the blend factor

§ getFile()

String jassimp.AiTextureInfo.getFile ( )
inline

Returns the path to the texture file.

Returns
the path

§ getIndex()

int jassimp.AiTextureInfo.getIndex ( )
inline

Index of the texture in the texture stack.

Each type maintains a stack of textures, i.e., there may be a diffuse.0, a diffuse.1, etc

Returns
the index

§ getTextureMapModeU()

AiTextureMapMode jassimp.AiTextureInfo.getTextureMapModeU ( )
inline

Returns the texture map mode for U texture axis.

Returns
the texture map mode

§ getTextureMapModeV()

AiTextureMapMode jassimp.AiTextureInfo.getTextureMapModeV ( )
inline

Returns the texture map mode for V texture axis.

Returns
the texture map mode

§ getTextureMapModeW()

AiTextureMapMode jassimp.AiTextureInfo.getTextureMapModeW ( )
inline

Returns the texture map mode for W texture axis.

Returns
the texture map mode

§ getTextureOp()

AiTextureOp jassimp.AiTextureInfo.getTextureOp ( )
inline

Returns the texture operation used to combine this texture and the preceding texture in the stack.

Returns
the texture operation

§ getType()

AiTextureType jassimp.AiTextureInfo.getType ( )
inline

Specifies the type of the texture (e.g.

diffuse, specular, ...).

Returns
the type.

§ getUVIndex()

int jassimp.AiTextureInfo.getUVIndex ( )
inline

Returns the index of the UV coordinate set.

Returns
the uv index

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