You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
global physics timer will allow us to reduce the total number of collision detections being executed, improving computational efficiency.
collision detection and numerical integration are not state variables and so don't really belong inside of the element class.
maybe its time to add an physics/modules/integration.coffee class providing different numerical integration algorithms and interfaces for their parameters etc.
The text was updated successfully, but these errors were encountered:
global physics timer will allow us to reduce the total number of collision detections being executed, improving computational efficiency.
collision detection and numerical integration are not state variables and so don't really belong inside of the element class.
maybe its time to add an physics/modules/integration.coffee class providing different numerical integration algorithms and interfaces for their parameters etc.
The text was updated successfully, but these errors were encountered: