Synopsis
PDX_MSGT lgdx_Initialize(long option)
Purpose
Initialize the LGDX subsystem.
Description
Initialization module for all of the LGDX subsystem. This module does the following:
•
Sets the message table for the LGDX subsystem.
•
Initialize the following global variables:
lgdx__CurSurface to MDA_NULL_PTR
lgdx__CurGDXSurface to MDA_NULL_PTR
lgdx__CurFace to MDA_NULL_PTR
lgdx__CurSense to PDX_TRUE
lgdx__CurShellSense to PDX_TRUE
lgdx__ConeSurfSense to PDX_TRUE
lgdx__GlobalAppData to NULL
•
Creates the following global lists used during processing, using olm_CreateList: lgdx__proc_edge_list lgdx__proc_vertex_list
Input
option
Options (not used)
Output
none
Return
LGDX_NOERR
.fi