shamansir / elm-aframe / AFrame.Components.Camera

Camera

active : Basics.Bool -> AFrame.Properties.Property

Whether the camera is the active camera in a scene with more than one camera.

Default : true

near : Basics.Float -> AFrame.Properties.Property

Camera frustum near clipping plane.

Default : 0.005

far : Basics.Float -> AFrame.Properties.Property

Camera frustum far clipping plane.

Default : 10000

fov : Basics.Float -> AFrame.Properties.Property

Field of view (in degrees).

Default : 80

spectator : Basics.Bool -> AFrame.Properties.Property

Whether the camera is used to render a third-person view of the scene on the 2D display while in VR mode.

Default : false

zoom : Basics.Float -> AFrame.Properties.Property

Zoom factor of the camera.

Default : 1