texture

Textures are used combined to shaders using the modulator block to create more complex shaders.

texture.image

Assign an image to a texture. Currently only TGA and JPG files work.

   <texture type="image" name="texture name">
       <filename value="filename.image" />
   </texture> 

filename: filename
The name of the file.