From caac27dcbc4fb652fbb417b4b312493b0ef0eea0 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 21 Jan 2013 15:41:00 +0000 Subject: mesh-cache deform modifier, supports MDD and PC2 formats. see wiki docs: http://wiki.blender.org/index.php/Doc:2.6/Manual/Modifiers/Deform/Mesh_Cache --- source/blender/blenlib/BLI_math_rotation.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/blenlib/BLI_math_rotation.h') diff --git a/source/blender/blenlib/BLI_math_rotation.h b/source/blender/blenlib/BLI_math_rotation.h index 652925fbe49..e349a05ac23 100644 --- a/source/blender/blenlib/BLI_math_rotation.h +++ b/source/blender/blenlib/BLI_math_rotation.h @@ -186,6 +186,9 @@ float fov_to_focallength(float fov, float sensor); float angle_wrap_rad(float angle); float angle_wrap_deg(float angle); +int mat3_from_axis_conversion(int from_forward, int from_up, int to_forward, int to_up, + float r_mat[3][3]); + #ifdef __cplusplus } #endif -- cgit v1.2.3