Assimp  v3.1.1 (June 2014)
Assimp::Collada::Sampler Struct Reference

Represents a texture sampler in collada. More...

Public Member Functions

 Sampler ()
 

Public Attributes

bool mMirrorU
 Mirror U? More...
 
bool mMirrorV
 Mirror V? More...
 
float mMixWithPrevious
 Mixing factor from OKINO. More...
 
std::string mName
 Name of image reference. More...
 
aiTextureOp mOp
 Blend mode. More...
 
aiUVTransform mTransform
 UV transformation. More...
 
std::string mUVChannel
 Name of source UV channel. More...
 
unsigned int mUVId
 Resolved UV channel index or UINT_MAX if not known. More...
 
float mWeighting
 Weighting factor. More...
 
bool mWrapU
 Wrap U? More...
 
bool mWrapV
 Wrap V? More...
 

Detailed Description

Represents a texture sampler in collada.

Constructor & Destructor Documentation

Assimp::Collada::Sampler::Sampler ( )
inline

Member Data Documentation

bool Assimp::Collada::Sampler::mMirrorU

Mirror U?

bool Assimp::Collada::Sampler::mMirrorV

Mirror V?

float Assimp::Collada::Sampler::mMixWithPrevious

Mixing factor from OKINO.

std::string Assimp::Collada::Sampler::mName

Name of image reference.

aiTextureOp Assimp::Collada::Sampler::mOp

Blend mode.

aiUVTransform Assimp::Collada::Sampler::mTransform

UV transformation.

std::string Assimp::Collada::Sampler::mUVChannel

Name of source UV channel.

unsigned int Assimp::Collada::Sampler::mUVId

Resolved UV channel index or UINT_MAX if not known.

float Assimp::Collada::Sampler::mWeighting

Weighting factor.

bool Assimp::Collada::Sampler::mWrapU

Wrap U?

bool Assimp::Collada::Sampler::mWrapV

Wrap V?


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