![]() |
UnityMol
0.9.6-875
UnityMol viewer / In developement
|
Public Attributes | |
string | name |
Color | ambient |
Color | diffuse |
Color | specular |
float | shininess |
float | alpha |
int | illumType |
string | diffuseTexPath |
Texture2D | diffuseTex |
Color OBJ.MaterialData.diffuse |
Definition at line 284 of file OBJ.cs.
Referenced by OBJ.GetMaterial().
Texture2D OBJ.MaterialData.diffuseTex |
Definition at line 290 of file OBJ.cs.
Referenced by OBJ.GetMaterial(), and OBJ.Load().
string OBJ.MaterialData.diffuseTexPath |
Definition at line 289 of file OBJ.cs.
Referenced by OBJ.Load().
int OBJ.MaterialData.illumType |
Definition at line 288 of file OBJ.cs.
Referenced by OBJ.GetMaterial().
string OBJ.MaterialData.name |
Definition at line 282 of file OBJ.cs.
Referenced by OBJ.Build().
float OBJ.MaterialData.shininess |
Definition at line 286 of file OBJ.cs.
Referenced by OBJ.GetMaterial().