Gorilla.Physics.Q3.Collider.Particle

Unit Gorilla.Physics.Q3.Collider.Particle.pas

Classes

TQ3ParticleCollider

Particle collider class

Remarks

Use this collider for visual components which need particle collision detection. This is especially used by the PhysicsInfluencer of the particle system.

Ancestors

Members

Fields

Methods

Properties

  • published CollisionDetection : Boolean

    By default this value is deactivated to prevent exponential high number of collision contacts. User needs to activate particle collision detection explicitly because contacts could rise up exponential with many particles. Only use collision detection for particles with particles when there are a few particles (<~ 50).

    read FCollisionDetection
    write FCollisionDetection