Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
TextureInfo Struct Reference
+ Collaboration diagram for TextureInfo:

Public Attributes

aiTextureMapMode modes [3] {}
 
aiTextureMapping mapping = aiTextureMapping::aiTextureMapping_UV
 
unsigned int minFilter { AI_GLTF_FILTER_LINEAR }
 
unsigned int magFilter { AI_GLTF_FILTER_LINEAR }
 
uint uvIndex { 0 }
 
aiUVTransform transform
 

Detailed Description

Definition at line 74 of file assimpimporter_rt.cpp.

Member Data Documentation

◆ magFilter

unsigned int TextureInfo::magFilter { AI_GLTF_FILTER_LINEAR }

Definition at line 79 of file assimpimporter_rt.cpp.

Referenced by setMaterialProperties(), and setTextureProperties().

◆ mapping

aiTextureMapping TextureInfo::mapping = aiTextureMapping::aiTextureMapping_UV

Definition at line 77 of file assimpimporter_rt.cpp.

Referenced by setMaterialProperties(), and setTextureProperties().

◆ minFilter

unsigned int TextureInfo::minFilter { AI_GLTF_FILTER_LINEAR }

Definition at line 78 of file assimpimporter_rt.cpp.

Referenced by setMaterialProperties(), and setTextureProperties().

◆ modes

aiTextureMapMode TextureInfo::modes[3] {}

Definition at line 76 of file assimpimporter_rt.cpp.

Referenced by setMaterialProperties(), and setTextureProperties().

◆ transform

aiUVTransform TextureInfo::transform

Definition at line 81 of file assimpimporter_rt.cpp.

Referenced by setMaterialProperties(), and setTextureProperties().

◆ uvIndex

uint TextureInfo::uvIndex { 0 }

Definition at line 80 of file assimpimporter_rt.cpp.

Referenced by setMaterialProperties(), and setTextureProperties().


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