C# Class THREE.MeshPhongMaterial

Inheritance: Material
Afficher le fichier Open project: guidovanhilst/SharpThreejs Class Usage Examples

Méthodes publiques

Свойство 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
Résultat Color

metal public_oe property

public bool metal
Résultat bool

shininess public_oe property

public double shininess
Résultat double

specular public_oe property

public Color specular
Résultat Color