mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 05:37:22 +02:00
Adding ParticleTreeElement::findParticles(box, QVector<Particles*>)
This commit is contained in:
parent
52511b2baf
commit
f6a49c96a7
1 changed files with 4 additions and 0 deletions
|
@ -93,6 +93,10 @@ public:
|
||||||
|
|
||||||
bool removeParticleWithID(uint32_t id);
|
bool removeParticleWithID(uint32_t id);
|
||||||
|
|
||||||
|
/// finds all particles that touch a box
|
||||||
|
/// \param box the query box
|
||||||
|
/// \param particles[out] vector of Particle pointers
|
||||||
|
void findParticles(const AABox& box, QVector<Particle*>& foundParticles);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual void init(unsigned char * octalCode);
|
virtual void init(unsigned char * octalCode);
|
||||||
|
|
Loading…
Reference in a new issue