Camera Types
A camera is a 3D actor that represents a user's viewpoint in a virtual environment.
Type of Camera | Description | |
---|---|---|
Camera | 3D actor that represents a user's viewpoint in a virtual
environment. A simple camera does not include any behavior.
|
|
Orbital Camera | Camera that includes the orbital navigation behavior. The camera rotates around a targeted object, or around the experience's origin (0, 0, 0). For example, you can use the orbital navigation for product demonstrations. |
|
Free Navigation Camera | Camera that includes the free navigation behavior. The camera navigates in an environment, without any constraints. |
|
First-Person Camera | Camera that includes the first-person navigation behavior.
The camera explores an environment from a first-person view. The navigation is constrained to the floor. |
|
Third-Person Camera | Camera that includes the third-person navigation
behavior. A third-person camera follows an actor from behind. |
|
Look Around Camera | Camera that includes the look around navigation
behavior. You can explore the experience by looking around the camera's position. |