Version: 2018.1
Experimental: this API is experimental and might be changed or removed in the future.

ScriptableRenderContext.SetupCameraProperties

マニュアルに切り替える
public void SetupCameraProperties (Camera camera);
public void SetupCameraProperties (Camera camera, bool stereoSetup);

パラメーター

cameraCamera to setup shader variables for.
stereoSetupSet up the stereo shader variables and state.

説明

Setup 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, CullResults.GetCullingParameters.