Skip to content

Commit

Permalink
Collapse vertices improvements for computational complexity, see #1333
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanolson committed Jan 25, 2022
1 parent 19c605d commit e9fc5c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
},
"finalizeJS": "scenery.Utils.polyfillRequestAnimationFrame();",
"preload": [
"../sherpa/lib/himalaya-1.1.0.js"
"../sherpa/lib/himalaya-1.1.0.js",
"../sherpa/lib/flatqueue-1.2.1.js"
],
"supportsOutputJS": true
},
Expand Down
3 changes: 2 additions & 1 deletion scenery-tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
},
"finalizeJS": "scenery.Utils.polyfillRequestAnimationFrame();",
"preload": [
"../sherpa/lib/himalaya-1.1.0.js"
"../sherpa/lib/himalaya-1.1.0.js",
"../sherpa/lib/flatqueue-1.2.1.js"
],
"supportsOutputJS": true
},
Expand Down

0 comments on commit e9fc5c7

Please sign in to comment.