Skip to content
This repository was archived by the owner on Dec 15, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/behaviors/body-impulse-response.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Physics.behavior('body-impulse-response', function( parent ){
// this will depend on your simulation characteristic length scale
,mtvThreshold: 1
// every body overlap correction (underneith mtvThreshold) will only extract by this fraction (0..1)
// helps with stablizing contacts.
// helps with stabilizing contacts.
,bodyExtractDropoff: 0.5
// force bodies to wake up if the overlap is above mtvThreshold
,forceWakeupAboveOverlapThreshold: true
Expand Down