summaryrefslogtreecommitdiff
path: root/common/light.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/light.h')
-rw-r--r--common/light.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/light.h b/common/light.h
index 1e36b8c..d5d203b 100644
--- a/common/light.h
+++ b/common/light.h
@@ -31,6 +31,8 @@ class LightTarget : public Object
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)
{
@@ -90,6 +92,8 @@ public:
void Render (float fLineWidth);
void MinIntersectDist (LC_CLICKLINE* Line);
+ bool IntersectsVolume(const Vector4* Planes, int NumPlanes)
+ { return false; }
void UpdatePosition (unsigned short nTime, bool bAnimation);
void Move (unsigned short nTime, bool bAnimation, bool bAddKey, float dx, float dy, float dz);
void Setup (int index);