D3d_model_rotate_uv - hpgDesigns/hpgdesigns-dev.io GitHub Wiki

Description

Rotates the texture coordinates of the given model.

Parameters

Parameter Data Type Description
id integer index of the model to load the vertex data into
angle gs_scalar angle of rotation in degrees

Return Values

void: This function does not return anything.

Example Call

// demonstrates rotating the texture coordinates of a model
d3d_model_rotate_uv(mymod, 45);

NOTOC