Version: 2020.1
言語: 日本語
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.