Assimp  v3.1.1 (June 2014)
texture.h File Reference

Defines texture helper structures for the library. More...

Classes

struct  aiTexel
 Helper structure to represent a texel in a ARGB8888 format. More...
struct  aiTexture
 Helper structure to describe an embedded texture. More...

Variables

struct aiTexel PACK_STRUCT

Detailed Description

Defines texture helper structures for the library.

Used for file formats which embed their textures into the model file. Supported are both normal textures, which are stored as uncompressed pixels, and "compressed" textures, which are stored in a file format such as PNG or TGA.


Variable Documentation