Example usage for Java javafx.scene.paint PhongMaterial fields, constructors, methods, implement or subclass
The text is from its open source code.
PhongMaterial() Creates a new instance of PhongMaterial class with a default Color.WHITE diffuseColor property. | |
PhongMaterial(Color diffuseColor) Creates a new instance of PhongMaterial class using the specified color for its diffuseColor property. |