Skip to content

D3d_end

hugh greene edited this page Jun 20, 2022 · 1 revision

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.

Category:Function:All

Clone this wiki locally