Blender
V3.3
|
Public Attributes | |
short | do_update_matrix |
float | mat [3][3] |
Definition at line 31 of file transform_mode_rotate.c.
short RotateMatrixCache::do_update_matrix |
Counter for needed updates (when we need to update to non-default matrix, we also need another update on next iteration to go back to default matrix, hence the '2' value used here, instead of a mere boolean).
Definition at line 37 of file transform_mode_rotate.c.
Referenced by rmat_cache_init(), rmat_cache_reset(), and rmat_cache_update().
float RotateMatrixCache::mat[3][3] |
Definition at line 38 of file transform_mode_rotate.c.
Referenced by rmat_cache_init(), rmat_cache_update(), and transdata_elem_rotate().