GUI_3D(WIN,X,Y,W,H,HELP$,[CAM],[WIRE])
CAM - Optional 3D
Camera Pointer
WIRE - 0/1 Wireframe On/Off
Adds a 3D
camera view gadget. As you can see you have the option of passing a pre-existing
3D camera or letting the GUI make its own. You can also set the wireframe mode
for this gadget to to On or Off - nice.
Note - any camera passed to this function will be resized to the
W and H and will be totally controlled by the GUI. This means that when you Free
this Gadget then its camera is also Freed - be
warned.
See
Also:
GUI_GADVAL - returns the gadgets 3D camera
pointer
GUI_SETWIRE - toggle the wireframe mode
for this gadget