Primitive_Functions - hpgDesigns/hpgdesigns-dev.io GitHub Wiki

This article is an overview of primitive and model related functions.

These functions exist for drawing simply and quick primitives.

These functions exist for creating and loading models, these are not the same as the primitive functions, in that you create the model once and then simply draw the model, so you don't have to specify the vertices each time you draw.

These functions exist for drawing a basic shape in the draw event.

These functions are for adding a basic shape onto an existing model, they are generally quicker because many of them can be batched into few draw calls.