GsInit3DInitializes the 3D graphics system | |
ArgumentsNone.Return ValueNone.ExplanationInitialises the 3D graphics system within the library.The 3D graphics system needs to be initialized by this function first, so that 3D processing functions such as GsSetRefView2(), GsInitCoordinate2() and GsSortObject4() can be used. The following are the steps in the initialization process:
NotesIt is necessary to initialize the graphics system with GsInitGraph() before calling this function.See AlsoGsInitGraph(), GsSetRefView2(), GsInitCoordinate2(), GsSortObject4() |