VRSettings
Category: Stage
Base class: Resource
Properties
camera : Camera
Camera settings for the VR scene
UserName: Camera Settings
floor : Object
Select the scene object to use as the floor
UserName: Floor object
moveSpeed : float
speed at which user ‘walks’ through environment (m/s). Zero means jump immediately
UserName: Movement speed (m/s)
offset : Vec
offset between stage origin and VR frame of reference; modify this to move the stage’s home position relative to the real room
UserName: Home position
roomProp : Prop
Prop which represents the room the VR user is standing in
UserName: Room prop
scale : float
scale factor from real room space to stage space
UserName: Room scale
userParent : Object
The parent of the VR user - the user moves along with this object if set
UserName: User parent
yawDegrees : float
rotation (in degrees) around vertical axis of stage relative to VR frame of reference; modify to set the orientation of the stage relative to the real room
UserName: Room rotation