public class ObjMaterial extends Object
ObjMaterial class
| Constructor and Description |
|---|
ObjMaterial()
Initializes a new instance of the
ObjMaterial class. |
| Modifier and Type | Method and Description |
|---|---|
Obj3Values |
getDiffuse()
Gets or sets the diffuse.
|
String |
getName()
Gets or sets the name.
|
void |
setDiffuse(Obj3Values value)
Gets or sets the diffuse.
|
void |
setName(String value)
Gets or sets the name.
|
public ObjMaterial()
Initializes a new instance of the ObjMaterial class.
public final String getName()
Gets or sets the name.
public final void setName(String value)
Gets or sets the name.
value - The name.public final Obj3Values getDiffuse()
Gets or sets the diffuse.
public final void setDiffuse(Obj3Values value)
Gets or sets the diffuse.
value - The diffuse.