TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

class Tinman.Texture.Import

Short Name:
  • class Texture.Import
Derived From:
Fields:

Creates texture files from image data.

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required input Image    

The input image.

optional format Texture.Format  
A8R8G8B8

The output texture format.

optional mipmaps number  
0

The number of required mipmap levels (0 for all).

optional output path  
null

The output texture file.

optional srgb bool  
true

Store compressed sRGB color channel values in texture?.