Ejemplo n.º 1
0
 public void Prepare(float dt, IThreadDispatcher threadDispatcher = null)
 {
     timestepDuration = dt;
     OnPrepare(threadDispatcher);
     PairCache.Prepare(threadDispatcher);
     ConstraintRemover.Prepare(threadDispatcher);
 }
Ejemplo n.º 2
0
 public void Prepare(IThreadDispatcher threadDispatcher = null)
 {
     OnPrepare(threadDispatcher);
     PairCache.Prepare(threadDispatcher);
     ConstraintRemover.Prepare(threadDispatcher);
 }