Skip to content

Commit

Permalink
show edges
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Oct 2, 2024
1 parent 2a7d67d commit 1bf2d71
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions content/compas-getting-started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -249,16 +249,9 @@
"config.view.camera.target = [0, 0, 0]\n",
"\n",
"viewer = Viewer(config=config)\n",
"viewer.scene.add(ball, color='#cccccc', show_vertices=False)\n",
"viewer.scene.add(ball, color='#cccccc', show_vertices=False, show_edges=True)\n",
"viewer.show()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit 1bf2d71

Please sign in to comment.