3D Graphics Functions

From ENIGMA
Revision as of 22:42, 8 September 2017 by RobertBColton (talk | contribs) (→‎See Also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This article is an overview of 3d graphics related functions.

Diagram of the matrix for a projections frustum.

These are general functions for controlling render states.

Transformation functions are used to apply rotations, scaling, and translation to primitives or models before they are drawn.

Lighting can also be used to beef up your graphics.

These functions are used to control the state of fog when rendering.

See Also