cf_draw3d_push¶
Category: draw3d
GitHub: cute_draw3d.h
Saves a copy of the current 3d transform onto the stack.
Remarks¶
Use cf_draw3d_pop to restore it. This is the 3d analog of cf_draw_push; the two stacks are independent, and the 2d transform never affects meshes.
Related Pages¶
cf_draw3d_transform
cf_draw3d_pop
cf_draw3d_translate
cf_draw3d_rotate
cf_draw3d_scale