diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llspatialpartition.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linden/indra/newview/llspatialpartition.h b/linden/indra/newview/llspatialpartition.h index bd09da2..f42d55b 100644 --- a/linden/indra/newview/llspatialpartition.h +++ b/linden/indra/newview/llspatialpartition.h | |||
@@ -301,6 +301,7 @@ public: | |||
301 | BOOL remove(LLDrawable *drawablep, LLSpatialGroup *curp); | 301 | BOOL remove(LLDrawable *drawablep, LLSpatialGroup *curp); |
302 | 302 | ||
303 | LLDrawable* lineSegmentIntersect(const LLVector3& start, const LLVector3& end, | 303 | LLDrawable* lineSegmentIntersect(const LLVector3& start, const LLVector3& end, |
304 | BOOL pick_transparent, | ||
304 | S32* face_hit, // return the face hit | 305 | S32* face_hit, // return the face hit |
305 | LLVector3* intersection = NULL, // return the intersection point | 306 | LLVector3* intersection = NULL, // return the intersection point |
306 | LLVector2* tex_coord = NULL, // return the texture coordinates of the intersection point | 307 | LLVector2* tex_coord = NULL, // return the texture coordinates of the intersection point |
@@ -482,6 +483,12 @@ protected: | |||
482 | U32 mRenderPass; | 483 | U32 mRenderPass; |
483 | }; | 484 | }; |
484 | 485 | ||
486 | class LLHUDParticlePartition : public LLParticlePartition | ||
487 | { | ||
488 | public: | ||
489 | LLHUDParticlePartition(); | ||
490 | }; | ||
491 | |||
485 | //spatial partition for grass (implemented in LLVOGrass.cpp) | 492 | //spatial partition for grass (implemented in LLVOGrass.cpp) |
486 | class LLGrassPartition : public LLParticlePartition | 493 | class LLGrassPartition : public LLParticlePartition |
487 | { | 494 | { |