The PhongMaterial class provides definitions of properties that represent a form of Phong shaded material.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
The bump map of this PhongMaterial.
The bump map of this PhongMaterial.
Attributes
Specifies the diffuse color of this Material.
Specifies the diffuse color of this Material.
Attributes
The diffuse map of this PhongMaterial.
The diffuse map of this PhongMaterial.
Attributes
The self illumination map of this PhongMaterial.
The self illumination map of this PhongMaterial.
Attributes
Specifies the specular color of this Material.
Specifies the specular color of this Material.
Attributes
The specular map of this PhongMaterial.
The specular map of this PhongMaterial.
Attributes
Defines the specular power of this Material.
Defines the specular power of this Material.
Attributes
Inherited methods
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Value parameters
- ref
-
Object to be compared.
Attributes
- Returns
-
if the other object is equals to this delegate or not.
- Definition Classes
-
SFXDelegate -> Any
- Inherited from:
- SFXDelegate
Attributes
- Returns
-
The delegate hashcode
- Definition Classes
-
SFXDelegate -> Any
- Inherited from:
- SFXDelegate
Attributes
- Returns
-
Returns the original delegate's
toString()adding a[SFX]prefix. - Definition Classes
-
SFXDelegate -> Any
- Inherited from:
- SFXDelegate
Concrete fields
JavaFX object to be wrapped.
JavaFX object to be wrapped.