Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
THREE
MeshPhongMaterial
C# Class THREE.MeshPhongMaterial
Inheritance:
Material
ファイルを表示
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