Voxvision
1
Creating and manipulating voxel octrees
|
A generic camera class. More...
#include <camera.h>
Data Fields | |
struct vox_camera_interface * | iface |
camera methods | |
A generic camera class.
User is only allowed to access its methods. Also user can set the following properties of a camera:
"fov"
which stands for "field of view" with the method set_property_number
.
"position"
which is position of the camera with the method set_property_dot
.
"rotation"
which is rotation angles of the camera with the method set_property_dot
.