StereoCamera class
Dual page:PerspectiveCamera PerspectiveCamera
s used for effects such as
3D Anaglyph or
Parallax Barrier.
Constructors
Properties
- aspect ↔ double
-
getter/setter pair
- cameraL ↔ PerspectiveCamera
-
Left camera. This is added to
page:Layers layer 1
- objects to be rendered by the left camera must also be added to this layer.getter/setter pair - cameraR ↔ PerspectiveCamera
-
Right camera.This is added to
page:Layers layer 2
- objects to be rendered by the right camera must also be added to this layer.getter/setter pair - eyeSep ↔ double
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
Camera camera) → void - Update the stereo cameras based on the camera passed in.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited