d3d_end()

From ENIGMA
Revision as of 13:35, 29 June 2013 by RobertBColton (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

Stops the 3D graphics pipeline and disables 3D rendering.

Parameters

Parameter Description
none There are no parameters for this function.

Return Values

boolean: Returns whether call was successful.

Example Call

// Stops 3D mode and turns hidden surface removal and perspective projection off.
d3d_end();
d3d_set_hidden(false);
d3d_set_perspective(false);