Maven module :un.storage : model3d-obj :
Class : un.storage.model3d.mtl.MTLConstants
Extends/Implements : -
Subclasses : -

MTL file constants.
author  Johann Sorel


Variables : COMMENT, NEW, COLOR_AMBIANT, COLOR_DIFFUSE, COLOR_SPECULAR, ILLUMINATION, DIFFUSE_COEFF, Ni, DISOLVE, TRANSPARENCY, SHARPNESS, MAP_AMBIANT, MAP_DIFFUSE, MAP_SPECULAR, MAP_ALPHA, DISP, DECAL, BUMP, MAP_BUMP
Functions : -


public Chars COMMENT

public Chars NEW

public Chars COLOR_AMBIANT

public Chars COLOR_DIFFUSE

public Chars COLOR_SPECULAR


Illumination types :
0 - use color, no ambiant
1 - use color, with ambiant
2 - use lights
3 - ?
4 - ?
5 - ?
6 - ?
7 - ?
8 - ?
9 - ?
10- ?
public Chars ILLUMINATION


Specular coefficient of diffuse color */
public Chars DIFFUSE_COEFF

public Chars Ni


'd' and 'Tr' are both the same thing */
public Chars DISOLVE

public Chars TRANSPARENCY

public Chars SHARPNESS

public Chars MAP_AMBIANT

public Chars MAP_DIFFUSE

public Chars MAP_SPECULAR

public Chars MAP_ALPHA


displacement map */
public Chars DISP


stencil decal ? */
public Chars DECAL


'bump' or 'map_bump' for bump paiing */
public Chars BUMP

public Chars MAP_BUMP