Skip to content

Commit

Permalink
Fix: Examples now work for the changes in this PR
Browse files Browse the repository at this point in the history
  • Loading branch information
clemens-fricke committed Dec 14, 2023
1 parent aa0b3b9 commit a7aa793
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/create_boxes.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def main():
backslash=True,
)

gus.show.show_vedo(
gus.show(
["faces-box", mesh_faces_box],
["volumes-box", mesh_volumes_box],
["faces-triangle", mesh_faces_triangle],
Expand Down
2 changes: 1 addition & 1 deletion examples/mixd_to_nutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def main():
)
mesh_npz = gus.io.nutils.load("export/export_npz.npz")

gus.show.show_vedo(
gus.show(
["gustaf-mesh", mesh],
["mixd-mesh", mesh_mixd],
["npz-mesh", mesh_npz],
Expand Down

0 comments on commit a7aa793

Please sign in to comment.