Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GSSolverOptions

Hierarchy

Index

Properties

frictionIterations?: number

Number of solver iterations that are used to approximate normal forces used for friction

see

GSSolver.frictionIterations

iterations?: number

The max number of iterations to do when solving. More gives better results, but is more expensive.

see

GSSolver.iterations

tolerance?: number

The error tolerance, per constraint.

see

GSSolver.tolerance

Methods