d3d_end()

From ENIGMA
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);