Struct GenericMesh.Material

struct Material ;

Fields

NameTypeDescription
ambientColor float[3]Ka
ambientTexture stringmap_Ka
bumpTexture stringbump
decalTexture stringdecal
diffuseColor float[3]Kd
diffuseTexture stringmap_Kd
dispTexture stringdisp
illumination GenericMesh.Material.Illumniationillum
specularColor float[3]Ks
specularTexture stringmap_Ks
specularWeight floatNs
transparency floatTr ; 0 = opaque

Enums

NameDescription
Illumniation