C# 클래스 AQUAS_Reflection

상속: MonoBehaviour
파일 보기 프로젝트 열기: FIU-SCIS-Senior-Projects/UrbanTheater 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_ClipPlaneOffset float
m_DisablePixelLights bool
m_ReflectLayers LayerMask
m_TextureSize int

공개 메소드들

메소드 설명
OnDisable ( ) : void
OnWillRenderObject ( ) : void

비공개 메소드들

메소드 설명
CalculateObliqueMatrix ( Matrix4x4 &projection, Vector4 clipPlane ) : void
CalculateReflectionMatrix ( Matrix4x4 &reflectionMat, Vector4 plane ) : void
CameraSpacePlane ( Camera cam, Vector3 pos, Vector3 normal, float sideSign ) : Vector4
CreateMirrorObjects ( Camera currentCamera, Camera &reflectionCamera ) : void
UpdateCameraModes ( Camera src, Camera dest ) : void
sgn ( float a ) : float

메소드 상세

OnDisable() 공개 메소드

public OnDisable ( ) : void
리턴 void

OnWillRenderObject() 공개 메소드

public OnWillRenderObject ( ) : void
리턴 void

프로퍼티 상세

m_ClipPlaneOffset 공개적으로 프로퍼티

public float m_ClipPlaneOffset
리턴 float

m_DisablePixelLights 공개적으로 프로퍼티

public bool m_DisablePixelLights
리턴 bool

m_ReflectLayers 공개적으로 프로퍼티

public LayerMask m_ReflectLayers
리턴 LayerMask

m_TextureSize 공개적으로 프로퍼티

public int m_TextureSize
리턴 int