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-19 02:53:20 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-04-19 02:53:20 +0400
commitf9ff47464d9fd30d5def3852dd7fd8e71c0e25d3 (patch)
tree87c76734128ec1ef60ff80c4fc668a66ac915e22 /source/blender/include/BSE_drawview.h
parent2d87ee1acef83366489848f78af15ae13c337537 (diff)
remove warnings from last commit.
smooth view now works for change between cameras, smooth view now blends the lens angle too.
Diffstat (limited to 'source/blender/include/BSE_drawview.h')
-rw-r--r--source/blender/include/BSE_drawview.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/blender/include/BSE_drawview.h b/source/blender/include/BSE_drawview.h
index 1283ba4fdca..9c577746da9 100644
--- a/source/blender/include/BSE_drawview.h
+++ b/source/blender/include/BSE_drawview.h
@@ -79,7 +79,10 @@ 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);
+void smooth_view(struct View3D *v3d, float *ofs, float *quat, float *dist, float *lens);
+void smooth_view_to_camera(struct View3D *v3d);
+void view_settings_from_ob(struct Object *ob, float *ofs, float *quat, float *dist, float *lens);
+void object_view_settings(struct Object *ob, float *lens, float *clipsta, float *clipend);
#endif /* BSE_DRAWVIEW_H */