|
DrawGFXImmediate | |
DrawGFXImmediate | |
Parameters: NONE | |
Returns: NONE | |
DrawGFXImmediate sets PlayBASIC's graphic engine to draw graphics immediately. FACTS: * This is the default drawing mode for PlayBASIC, so any drawing commands you might use will draw immediately. Mini Tutorial: This example, first enables CaptureToScene mode, draws a circle to the scene buffer, then it restores graphics drawing immediate mode.
If you run this example you will only see the Box being rendered, since the Circle would have been captured to the scene buffer and the scene has not been drawn to the screen. |
Related Info: | CameraBasics | CaptureToScene | CaptureToWorld | CreateCamera | NewCamera : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |