Skip to content

Commit

Permalink
updated basics notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Mar 6, 2024
1 parent 6436989 commit 45e4172
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions notebooks/00_basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,15 @@
"name": "stdout",
"output_type": "stream",
"text": [
"PyThreeJS Model elements registered.\n",
"PyThreeJS SceneObjects registered.\n",
"TNA Notebook SceneObjects registered.\n"
]
},
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "ce6ee3338f4643088fba8f547c442d4d",
"model_id": "75509c7781b64199bcefa5beac0a9f19",
"version_major": 2,
"version_minor": 0
},
Expand All @@ -57,9 +58,17 @@
],
"source": [
"viewer = Viewer()\n",
"viewer.scene.add(mesh, color='#cccccc', show_edges=True)\n",
"viewer.config.ui.show_sidebar = True\n",
"viewer.scene.add(mesh, color='#cccccc', show_edges=True, vertexsize=0.1)\n",
"viewer.show()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit 45e4172

Please sign in to comment.