[ Maverik Level 1 functions ]
mav_SMSObjListNew
Summary
Create a new object list SMS
Syntax
MAV_SMS *mav_SMSObjListNew(void);
Description
This function creates a new object list SMS. This type of SMS stores
objects as a linked list in the order in which they were
inserted. View frustum culling is performed when this SMS is displayed
by calculating the axis aligned bounding box of each object to
determine if it is visible.
Back to the index page.