C# Class THREE.MeshPhongMaterial

Inheritance: Material
Exibir arquivo Open project: guidovanhilst/SharpThreejs Class Usage Examples

Public Properties

Property Type Description
emissive Color
metal bool
shininess double
specular Color

Property Details

emissive public_oe property

Emissive (light) color of the material, essentially a solid color unaffected by other lighting. Default is black.
public Color emissive
return Color

metal public_oe property

public bool metal
return bool

shininess public_oe property

public double shininess
return double

specular public_oe property

public Color specular
return Color