ObjMaterial

ObjMaterial class

Constructors

ConstructorDescription
ObjMaterial()Initializes a new instance of the ObjMaterial class.

Methods

MethodDescription
getName()Gets or sets the name.
setName(String value)Gets or sets the name.
getDiffuse()Gets or sets the diffuse.
setDiffuse(Obj3Values value)Gets or sets the diffuse.

ObjMaterial()

public ObjMaterial()

Initializes a new instance of the ObjMaterial class.

getName()

public final String getName()

Gets or sets the name.

Returns: String - The name.

setName(String value)

public final void setName(String value)

Gets or sets the name.

Parameters:

ParameterTypeDescription
valueStringThe name.

getDiffuse()

public final Obj3Values getDiffuse()

Gets or sets the diffuse.

Returns: Obj3Values - The diffuse.

setDiffuse(Obj3Values value)

public final void setDiffuse(Obj3Values value)

Gets or sets the diffuse.

Parameters:

ParameterTypeDescription
valueObj3ValuesThe diffuse.