프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BottomLeftScreenCorner | Transform | ||
BottomRightScreenCorner | Transform | ||
TopLeftScreenCorner | Transform | ||
whichEyeIfStereo | eyeOffset |
메소드 | 설명 | |
---|---|---|
KooimaPerspectiveProjection ( Vector3 bottomLeft, Vector3 bottomRight, Vector3 topLeft, Vector3 eyePos, float near, float far ) : Matrix4x4 | ||
LateUpdate ( ) : void |
메소드 | 설명 | |
---|---|---|
PerspectiveOffCenter ( float left, float right, float bottom, float top, float near, float far ) : Matrix4x4 |
public KooimaPerspectiveProjection ( Vector3 bottomLeft, Vector3 bottomRight, Vector3 topLeft, Vector3 eyePos, float near, float far ) : Matrix4x4 | ||
bottomLeft | Vector3 | |
bottomRight | Vector3 | |
topLeft | Vector3 | |
eyePos | Vector3 | |
near | float | |
far | float | |
리턴 | Matrix4x4 |