Skip to content

Commit

Permalink
needle scene max frame 100
Browse files Browse the repository at this point in the history
  • Loading branch information
ryichando committed Dec 26, 2024
1 parent a0bf839 commit 1773ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/needle.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"source": [
"session = app.session.create(\"sphere-needle\").init(fixed)\n",
"param = app.session.param()\n",
"param.set(\"frames\", 120);\n",
"param.set(\"frames\", 100);\n",
"param.set(\"area-density\", 1e3).set(\"volume-density\", 1e5);\n",
"\n",
"session.start(param).preview();\n",
Expand Down

0 comments on commit 1773ef2

Please sign in to comment.