18 lines
342 B
Plaintext
18 lines
342 B
Plaintext
#title GetMaterialColorMode [RCBasic Doc]
|
|
#header Function GetMaterialColorMode( material_id)
|
|
|
|
Returns the color mode of a material
|
|
|
|
Possible modes
|
|
#list ul
|
|
#li COLOR_MODE_NONE
|
|
#li COLOR_MODE_DIFFUSE
|
|
#li COLOR_MODE_AMBIENT
|
|
#li COLOR_MODE_EMISSIVE
|
|
#li COLOR_MODE_SPECULAR
|
|
#li COLOR_MODE_DIFFUSE_AND_AMBIENT
|
|
#/list
|
|
|
|
#ref SetMaterialColorMode
|
|
|