maug
Quick and dirty C mini-augmentation library.
Loading...
Searching...
No Matches
Retro3D Transformations

Functions for translating/transforming the current scene node. More...

Collaboration diagram for Retro3D Transformations:

Functions

void retro3d_scene_translate (mfix_t x, mfix_t y, mfix_t z)
 
void retro3d_scene_scale (mfix_t x, mfix_t y, mfix_t z)
 
void retro3d_scene_rotate (mfix_t x, mfix_t y, mfix_t z)
 Rotate the current scene node the given number of degrees on the X, Y, or Z axis.
 

Detailed Description

Functions for translating/transforming the current scene node.