d3d_model_primitive_begin(ind,kind)

From ENIGMA

Jump to: navigation, search

Description

Begins a new vertex array primitive on the model.

Parameters

Parameter Description
ind index of the model
kind kind of primitive to begin

Return Values

void: This function does not return anything.

Example Call

// Create a model and start and end a primitive on it
mod = d3d_model_create();
d3d_model_primitive_begin(mod, pr_trianglestrip);
d3d_model_primitive_end(mod);
Personal tools
Namespaces
Variants
Actions
Navigation
ENIGMA
Other
Toolbox