Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2007-04-09 15:15:23 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-04-09 15:15:23 +0400
commit525e7ac8d0b40b5f11fe9247f8be74a259f5e889 (patch)
treeb8351602d141ded6dc181225fdd79a59366c10a3 /source/blender/include/BSE_drawview.h
parentad88bfae38f1ae6484eb1dfcff306fb51dc281e9 (diff)
smooth view transformations, set the smoothview value to about 250 and the view animates when you switch between side, top etc.
Diffstat (limited to 'source/blender/include/BSE_drawview.h')
-rw-r--r--source/blender/include/BSE_drawview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/include/BSE_drawview.h b/source/blender/include/BSE_drawview.h
index 6e612859173..1283ba4fdca 100644
--- a/source/blender/include/BSE_drawview.h
+++ b/source/blender/include/BSE_drawview.h
@@ -78,5 +78,8 @@ int play_anim(int mode);
void make_axis_color(char *col, char *col2, char axis);
+/* SMOOTHVIEW */
+void smooth_view(struct View3D *v3d, float *ofs, float *quat, float *dist);
+
#endif /* BSE_DRAWVIEW_H */