C# 클래스 ScreenNormalReader, A-Study-in-Composition

상속: MonoBehaviour
파일 보기 프로젝트 열기: mortennobel/A-Study-in-Composition

공개 프로퍼티들

프로퍼티 타입 설명
depthNormalized float
mat Material
normal Vector3

공개 메소드들

메소드 설명
OnRenderImage ( RenderTexture source, RenderTexture destination ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

OnRenderImage() 공개 메소드

public OnRenderImage ( RenderTexture source, RenderTexture destination ) : void
source RenderTexture
destination RenderTexture
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

depthNormalized 공개적으로 프로퍼티

public float depthNormalized
리턴 float

mat 공개적으로 프로퍼티

public Material mat
리턴 Material

normal 공개적으로 프로퍼티

public Vector3 normal
리턴 Vector3