Skip to content

cf_draw_peek

Category: draw
GitHub: cute_draw.h


Returns the current camera as a CF_M3x2.

CF_M3x2 cf_draw_peek(void);

Remarks

Multiplying this matrix against a vector will transform the vector to "cam space" or "eye space".

cf_draw_push
cf_draw_pop