Wikitude Unity Expert Edition
Properties | List of all members
Wikitude.SceneRenderer Class Reference

This component is responsible for rendering the 3D scene in coordination with the camera frame renderer. If custom cameras are set up, this component should be added to them and the fields should mimic the values of the AR Camera's SceneRenderer component. More...

Inherits MonoBehaviour.

Properties

bool InvertCulling [get, set]
 Defines if the camera rendering's culling should be inverted. More...
 
bool FlipHorizontal [get, set]
 Defines if the camera rendering's should be flipped horizontally. More...
 

Detailed Description

This component is responsible for rendering the 3D scene in coordination with the camera frame renderer. If custom cameras are set up, this component should be added to them and the fields should mimic the values of the AR Camera's SceneRenderer component.

Property Documentation

bool Wikitude.SceneRenderer.FlipHorizontal
getset

Defines if the camera rendering's should be flipped horizontally.

bool Wikitude.SceneRenderer.InvertCulling
getset

Defines if the camera rendering's culling should be inverted.