D3d_end - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
NOTOC {{-}}
Notation
Description
Stops the 3D graphics pipeline and disables 3D rendering.
Parameters
- none There are no parameters for this function.
Return Values
Returns: whether function call was successful as a Boolean value (true or false)
Example Call
d3d_end();
d3d_set_hidden(false);
d3d_set_perspective(false);
Stops 3D mode and turns hidden surface removal and perspective projection off.