Version: 2020.2
언어: 한국어
public void SetupCameraProperties (Camera camera, bool stereoSetup);
public void SetupCameraProperties (Camera camera, bool stereoSetup, int eye);

파라미터

camera Camera to setup shader variables for.
stereoSetup Set up the stereo shader variables and state.
eye The current eye to be rendered.

설명

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.