Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 79 of file assimpimporter_rt.cpp.

Member Data Documentation

◆ magFilter

unsigned int TextureInfo::magFilter { AI_GLTF_FILTER_LINEAR }

Definition at line 84 of file assimpimporter_rt.cpp.

Referenced by operator==(), and setMaterialProperties().

◆ mapping

aiTextureMapping TextureInfo::mapping = aiTextureMapping::aiTextureMapping_UV

Definition at line 82 of file assimpimporter_rt.cpp.

Referenced by operator==(), setMaterialProperties(), and setTextureProperties().

◆ minFilter

unsigned int TextureInfo::minFilter { AI_GLTF_FILTER_LINEAR }

Definition at line 83 of file assimpimporter_rt.cpp.

Referenced by operator==(), setMaterialProperties(), and setTextureProperties().

◆ modes

aiTextureMapMode TextureInfo::modes {}

Definition at line 81 of file assimpimporter_rt.cpp.

Referenced by operator==(), and setMaterialProperties().

◆ transform

aiUVTransform TextureInfo::transform

Definition at line 86 of file assimpimporter_rt.cpp.

◆ uvIndex

uint TextureInfo::uvIndex { 0 }

Definition at line 85 of file assimpimporter_rt.cpp.

Referenced by operator==(), setMaterialProperties(), and setTextureProperties().


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