Difference between revisions of "HPL3/Community/Scripting/Classes/iverletparticlecontainer"
Jump to navigation
Jump to search
(Upload classes to sub) |
(No difference)
|
Latest revision as of 10:12, 30 July 2020
iVerletParticleContainer
Fields
iVerletParticleContainer has no public fields.
Functions
Return Type | Function Name | Parameters | Description |
---|---|---|---|
const tString& | GetName | ||
int | GetUniqueID | ||
void | SetActive | bool abX | |
bool | GetActive | ||
void | RemoveAttachedBody | iPhysicsBody@ apBody, bool abRemoveContainerFromBody |
|
void | SetGravityForce | const cVector3f &in avX | |
const cVector3f& | GetGravityForce | ||
void | SetDamping | float afX | |
float | GetDamping | ||
void | SetParticleRadius | float afX | |
float | GetParticleRadius | ||
void | SetSlideAmount | float afX | |
float | GetSlideAmount | ||
void | SetCollide | bool abX | |
bool | GetCollide | ||
void | SetSleeping | bool abX | |
int | GetParticleNum | ||
cVerletParticle@ | GetParticle | int alIdx | |
int | GetUpdateCount | const | |
void | IncUpdateCount | ||
void | UpdateLengthConstraint | cVerletParticle@ apP1, cVerletParticle@ apP2, float afLength |
|
void | UpdateLengthConstraint | cVerletParticle@ apP1, cVerletParticle@ apP2, float afLength, float afStiffness |
|
void | UpdateLengthConstraint | cVerletParticle@ apP1, cVerletParticle@ apP2, float afMinLength, float afMaxLength, float afStiffness |
|
void | UpdateLengthConstraintStretch | cVerletParticle@ apP1, cVerletParticle@ apP2, float afLength, float afStiffness |
|
void | UpdateParticleCollisionConstraint | cVerletParticle@ apPart, const cVector3f& avPrevPos, float afRadius |
Remarks
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!