Skip to content

Commit

Permalink
stack frame 120
Browse files Browse the repository at this point in the history
  • Loading branch information
ryichando committed Dec 27, 2024
1 parent cd259c2 commit 654dd8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/stack.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"outputs": [],
"source": [
"param = app.session.param()\n",
"param.set('bend', 2.5).set('frames',200);\n",
"param.set('bend', 2.5).set('frames',120);\n",
"param.set('volume-density', 50000);\n",
"\n",
"session = app.session.create(\"impact\").init(fixed)\n",
Expand Down

0 comments on commit 654dd8b

Please sign in to comment.