Version: 2017.3 (switch to 2017.4)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

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);

Parameters

camera Camera to setup shader variables for.
stereoSetup Set up the stereo shader variables and state.

Description

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.

Did you find this page useful? Please give it a rating: