Camera.nonJitteredProjectionMatrix

Cambiar al Manual
public Matrix4x4 nonJitteredProjectionMatrix ;

Descripción

Get or set the raw projection matrix with no camera offset (no jittering).

For many temporal image effects, the camera that is currently rendering needs to be slightly offset from the default projection (that is, the camera is ‘jittered’). Use this function to specify the default (non-jittered) perspective matrix that was used before the offset was applied. It is posible to configure whether the jittered or non jittered matrix should be used for objects rendered after the opaque objects pass (transparent objects for example), see Camera.useJitteredProjectionMatrixForTransparentRendering.

If you use motion vectors and camera jittering together, use this property to keep the motion vectors stable between frames.

Set the jittered matrix using Camera.projectionMatrix.