Struct CAssimpModel::TextureInfo

Nested Relationships

This struct is a nested type of Class CAssimpModel.

Struct Documentation

struct TextureInfo

Information about a texture used in the model

Public Members

std::string filepath

Path to the texture file.

size_t width = 0

Texture width in pixels.

size_t height = 0

Texture height in pixels.

bool hasAlpha = false

Whether texture has alpha channel.

size_t triangleCount = 0

Number of triangles using this texture.