summaryrefslogtreecommitdiff
path: root/common/light.h
diff options
context:
space:
mode:
authorleo2004-01-07 20:30:22 +0000
committerleo2004-01-07 20:30:22 +0000
commit03b13d3b1a24bc56b26e750720513e2691e6ed29 (patch)
treed493fb2a3c6ec0bcef218abbe35078867255e7ea /common/light.h
parentb12678f45145cbb9e98682e9256d0d21a94156e7 (diff)
More light support.
git-svn-id: http://svn.leocad.org/trunk@352 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'common/light.h')
-rw-r--r--common/light.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/light.h b/common/light.h
index 3cb1902..1e36b8c 100644
--- a/common/light.h
+++ b/common/light.h
@@ -57,10 +57,9 @@ class Light : public Object
void Select (bool bSelecting, bool bFocus, bool bMultiple);
-
void SelectTarget (bool bSelecting, bool bFocus, bool bMultiple);
- public:
+public:
Light* m_pNext;
bool IsVisible()
@@ -94,6 +93,7 @@ class Light : public Object
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);
+ void CreateName(const Light* pLight);
protected:
void Initialize ();