graphics3d
[Interface specifications]
Three-dimensional graphics interface. More...
| |
#define | PLAYER_GRAPHICS3D_CMD_CLEAR 1 |
Command subtype: clear the drawing area (send an empty message). |
Detailed Description
Three-dimensional graphics interface.
The graphics3d
interface provides an interface to graphics devices. Drivers can implement this interface to provide clients and other drivers with graphics output.
The interface uses an openGL style of command where a type is specified along with a series of verticies. The interpretation depends on the command type
Graphics items should be accumulated until an explicit clear command is issued