Property | Type | Description | |
---|---|---|---|
BottomLeftScreenCorner | Transform | ||
BottomRightScreenCorner | Transform | ||
TopLeftScreenCorner | Transform | ||
whichEyeIfStereo | eyeOffset |
Method | Description | |
---|---|---|
KooimaPerspectiveProjection ( Vector3 bottomLeft, Vector3 bottomRight, Vector3 topLeft, Vector3 eyePos, float near, float far ) : Matrix4x4 | ||
LateUpdate ( ) : void |
Method | Description | |
---|---|---|
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 | |
return | Matrix4x4 |
public Transform BottomRightScreenCorner | ||
return | Transform |