Starts the definition of a geometry list, to be followed by FSOUND_Geometry_AddPolygon and
material based functions.
For more information on geometry lists, see FSOUND_Geometry_List_Create.
signed char F_API FSOUND_Geometry_List_Begin( FSOUND_GEOMLIST *geomlist );
Parameters
geomlist
Pointer to a valid geometry list
Return Value
On success, TRUE is returned.
On failure, FALSE is returned.