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

◆ Sampler()

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

Member Data Documentation

◆ mMirrorU

bool Assimp::Collada::Sampler::mMirrorU

Mirror U?

◆ mMirrorV

bool Assimp::Collada::Sampler::mMirrorV

Mirror V?

◆ mMixWithPrevious

float Assimp::Collada::Sampler::mMixWithPrevious

Mixing factor from OKINO.

◆ mName

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

Name of image reference.

◆ mOp

aiTextureOp Assimp::Collada::Sampler::mOp

Blend mode.

◆ mTransform

aiUVTransform Assimp::Collada::Sampler::mTransform

UV transformation.

◆ mUVChannel

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

Name of source UV channel.

◆ mUVId

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

Resolved UV channel index or UINT_MAX if not known.

◆ mWeighting

float Assimp::Collada::Sampler::mWeighting

Weighting factor.

◆ mWrapU

bool Assimp::Collada::Sampler::mWrapU

Wrap U?

◆ mWrapV

bool Assimp::Collada::Sampler::mWrapV

Wrap V?


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