Skip to content

Commit

Permalink
curtain scene update simpler
Browse files Browse the repository at this point in the history
  • Loading branch information
ryichando committed Dec 27, 2024
1 parent 654dd8b commit fbbb40f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/curtain.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,8 @@
"source": [
"param = app.session.param()\n",
"param.set(\"friction\", 0.0);\n",
"param.set(\"dt\", 0.01);\n",
"param.set(\"min-newton-steps\", 8);\n",
"\n",
"session = app.session.create(\"dt-001-newton-8-curtain\").init(fixed)\n",
"session = app.session.create(\"15-sheets\").init(fixed)\n",
"session.start(param).preview();\n",
"session.stream();"
]
Expand Down

0 comments on commit fbbb40f

Please sign in to comment.