summaryrefslogtreecommitdiff
path: root/common/camera.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/camera.h')
-rw-r--r--common/camera.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/camera.h b/common/camera.h
index ac86d3a..840b9f5 100644
--- a/common/camera.h
+++ b/common/camera.h
@@ -40,6 +40,8 @@ public:
public:
void MinIntersectDist (LC_CLICKLINE* pLine);
+ bool IntersectsVolume(const Vector4* Planes, int NumPlanes)
+ { return false; }
void Select (bool bSelecting, bool bFocus, bool bMultiple);
void Move (unsigned short nTime, bool bAnimation, bool bAddKey, float x, float y, float z)
{
@@ -141,6 +143,8 @@ public:
void FileSave (File& file) const;
void MinIntersectDist (LC_CLICKLINE* pLine);
void Select (bool bSelecting, bool bFocus, bool bMultiple);
+ bool IntersectsVolume(const Vector4* Planes, int NumPlanes)
+ { return false; }
void UpdatePosition(unsigned short nTime, bool bAnimation);