Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Vector
RayTracing
Surface
C# 클래스 Vector.RayTracing.Surface
파일 보기
프로젝트 열기: sinclairzx81/vector-cs
1 사용 예제들
공개 메소드들
메소드
설명
Surface
( ) :
Vector.Math
diffuse
(
Vector3
pos
) :
Color
reflect
(
Vector3
pos
) :
float
specular
(
Vector3
pos
) :
Color
메소드 상세
Surface()
공개
메소드
public
Surface
( ) :
Vector.Math
리턴
Vector.Math
diffuse()
공개
메소드
public
diffuse
(
Vector3
pos
) :
Color
pos
Vector3
리턴
Color
reflect()
공개
메소드
public
reflect
(
Vector3
pos
) :
float
pos
Vector3
리턴
float
specular()
공개
메소드
public
specular
(
Vector3
pos
) :
Color
pos
Vector3
리턴
Color