public void SetupCameraProperties (Camera camera, bool stereoSetup);
public void SetupCameraProperties (Camera camera, bool stereoSetup, int eye);

Parámetros

cameraCamera to setup shader variables for.
stereoSetupSet up the stereo shader variables and state.
eyeThe current eye to be rendered.

Descripción

Schedules the setup of Camera specific global Shader variables.

This function sets up view, projection and clipping planes global shader variables.

Additionally, if stereoSetup is set to true, and single-pass stereo is enabled, stereo-specific shader variables and state are configured.

See Also: StartMultiEye, StopMultiEye, StereoEndRender, CullingResults.GetCullingParameters.