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:
Diffstat (limited to 'source/blender/draw/intern/draw_view.hh')
-rw-r--r--source/blender/draw/intern/draw_view.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/draw/intern/draw_view.hh b/source/blender/draw/intern/draw_view.hh
index 19a3a3feab3..9c3b4054dd8 100644
--- a/source/blender/draw/intern/draw_view.hh
+++ b/source/blender/draw/intern/draw_view.hh
@@ -54,6 +54,8 @@ class View {
return data_.winmat[3][3] == 0.0f;
}
+ bool is_inverted() const;
+
float far_clip() const
{
if (is_persp()) {