Voxvision
1
Creating and manipulating voxel octrees
|
Common object definitions and dummy methods. More...
#include "../voxvision.h"
Go to the source code of this file.
Data Structures | |
struct | vox_object |
Generic voxrnd object. More... | |
struct | vox_object_interface |
Generic object interface structure. More... | |
Macros | |
#define | VOX_OBJECT(type) |
Generic object interface. More... | |
Common object definitions and dummy methods.
#define VOX_OBJECT | ( | type | ) |
Generic object interface.
All objects in voxrnd have these two methods in their interface. With set_property_number
you can set an object's property of type float
and with set_property_dot
you can set an object's property of type vox_dot
.
See vox_camera_interface
and vox_camera
for examples.