Skip to content

Commit

Permalink
use hemisphere
Browse files Browse the repository at this point in the history
  • Loading branch information
LiangliangNan committed Dec 29, 2024
1 parent b0def95 commit ed50439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/tutorials/tutorial_201_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
# -------------------------------------------------------------------------------
# Loading and Adding a 3D Mesh Model
# -------------------------------------------------------------------------------
# Load a 3D mesh file (e.g., Stanford Bunny in .ply format).
# Load a 3D mesh file (e.g., a hemisphere in .ply format).
# The `easy3d.directory()` function retrieves the root directory of Easy3D's
# resources. The model is located in the `data` subdirectory.
mesh_file = easy3d.directory() + "/data/bunny.ply"
mesh_file = easy3d.directory() + "/data/hemisphere.ply"

# Add the mesh model to the viewer.
# This can be done directly using the file path, as shown below:
Expand Down

0 comments on commit ed50439

Please sign in to comment.