C# 클래스 THREE.MeshPhongMaterial

상속: Material
파일 보기 프로젝트 열기: guidovanhilst/SharpThreejs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
emissive Color
metal bool
shininess double
specular Color

프로퍼티 상세

emissive 공개적으로 프로퍼티

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

metal 공개적으로 프로퍼티

public bool metal
리턴 bool

shininess 공개적으로 프로퍼티

public double shininess
리턴 double

specular 공개적으로 프로퍼티

public Color specular
리턴 Color