s3dw_object_info
handle object info events
- Provided by: s3d-doc (Version: 0.2.2.1-3build1)
- Source: s3d
- Report a bug
handle object info events
#include <s3dw.h>
int s3dw_object_info(struct s3d_evt *event);
This can be used to let s3dw handle S3D_EVENT_OBJ_INFO-events. With this, s3dw can consider the camera position and makes things like following the camera possible.
Simon Wunderlich