메소드 | 설명 | |
---|---|---|
CleanUp ( ) : void |
Cleans upt he friction constraint.
|
|
ContactFrictionConstraint ( ) : System |
Constructs a new friction constraint.
|
|
ExclusiveUpdate ( ) : void |
Performs any pre-solve iteration work that needs exclusive access to the members of the solver updateable. Usually, this is used for applying warmstarting impulses.
|
|
Setup ( |
Configures the friction constraint for a new contact.
|
|
SolveIteration ( ) : float |
Computes one iteration of the constraint to meet the solver updateable's goal.
|
|
Update ( float dt ) : void |
Initializes the constraint for this frame.
|
메소드 | 설명 | |
---|---|---|
CollectInvolvedEntities ( RawList |
protected CollectInvolvedEntities ( RawList |
||
outputInvolvedEntities | RawList |
|
리턴 | void |
public Setup ( |
||
contactManifoldConstraint | Manifold to which the constraint belongs. | |
penetrationConstraint | Penetration constraint associated with this friction constraint. | |
리턴 | void |