![]() |
![]() ![]() ![]() |
FSOUND_GEOMLIST * F_API FSOUND_Geometry_List_Create(
signed char boundingvolume
);
geomlist | Pointer to a valid geometry list |
boudingvolume | TRUE or FALSE. This specifies whether a bounding box optimization should be calaculated as the list is created. Using this enables trivial acceptance and rejection of lists, which can increase polygon throughputs dramatically. It is enabled as an option in case the user wants to use their own rejection techniques. |