diff options
author | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
commit | cd17687f01420952712a500107e0f93e7ab8d5f8 (patch) | |
tree | ce48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/newview/llvopartgroup.h | |
parent | Second Life viewer sources 1.19.0.5 (diff) | |
download | meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.zip meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.gz meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.bz2 meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.xz |
Second Life viewer sources 1.19.1.0
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llvopartgroup.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/linden/indra/newview/llvopartgroup.h b/linden/indra/newview/llvopartgroup.h index 183d9a1..5fe6750 100644 --- a/linden/indra/newview/llvopartgroup.h +++ b/linden/indra/newview/llvopartgroup.h | |||
@@ -54,7 +54,6 @@ public: | |||
54 | 54 | ||
55 | /*virtual*/ BOOL isActive() const; // Whether this object needs to do an idleUpdate. | 55 | /*virtual*/ BOOL isActive() const; // Whether this object needs to do an idleUpdate. |
56 | BOOL idleUpdate(LLAgent &agent, LLWorld &world, const F64 &time); | 56 | BOOL idleUpdate(LLAgent &agent, LLWorld &world, const F64 &time); |
57 | BOOL isParticle(); | ||
58 | 57 | ||
59 | virtual F32 getBinRadius(); | 58 | virtual F32 getBinRadius(); |
60 | virtual void updateSpatialExtents(LLVector3& newMin, LLVector3& newMax); | 59 | virtual void updateSpatialExtents(LLVector3& newMin, LLVector3& newMax); |
@@ -70,7 +69,7 @@ public: | |||
70 | LLStrider<LLVector3>& normalsp, | 69 | LLStrider<LLVector3>& normalsp, |
71 | LLStrider<LLVector2>& texcoordsp, | 70 | LLStrider<LLVector2>& texcoordsp, |
72 | LLStrider<LLColor4U>& colorsp, | 71 | LLStrider<LLColor4U>& colorsp, |
73 | LLStrider<U32>& indicesp); | 72 | LLStrider<U16>& indicesp); |
74 | 73 | ||
75 | void updateFaceSize(S32 idx) { } | 74 | void updateFaceSize(S32 idx) { } |
76 | F32 getPartSize(S32 idx); | 75 | F32 getPartSize(S32 idx); |
@@ -81,8 +80,6 @@ protected: | |||
81 | ~LLVOPartGroup(); | 80 | ~LLVOPartGroup(); |
82 | 81 | ||
83 | LLViewerPartGroup *mViewerPartGroupp; | 82 | LLViewerPartGroup *mViewerPartGroupp; |
84 | LLVector3 mExtents[2]; | ||
85 | LLColor4 mDebugColor; | ||
86 | }; | 83 | }; |
87 | 84 | ||
88 | #endif // LL_LLVOPARTGROUP_H | 85 | #endif // LL_LLVOPARTGROUP_H |