Fove SDK  v1.1.0
Public Attributes | List of all members
Fove_CameraObject Struct Reference

Represents a camera in a 3D world. More...

#include <FoveAPI.h>

Collaboration diagram for Fove_CameraObject:
Collaboration graph
[legend]

Public Attributes

Fove_ObjectGroup groupMask = static_cast<Fove_ObjectGroup>(0xffffffff)
 The bit mask specifying which object groups the camera renders.
 
int id = fove_ObjectIdInvalid
 Unique ID of the camera. User-defined id should use positive integers.
 
Fove_ObjectPose pose = {}
 The camera initial pose.
 

Detailed Description

Represents a camera in a 3D world.

The camera view pose determine what the user is looking at and the object mask specify which objects are rendered.

See also
fove_Headset_registerCameraObject
fove_Headset_updateCameraObject
fove_Headset_removeCameraObject