Skip to content

Commit 765c75c

Browse files
REMOVE json serialization from example file.
1 parent c3fae6f commit 765c75c

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

docs/examples/example_mapping.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,5 @@
102102
for i in range(mesh.number_of_vertices()):
103103
mesh_flattened.vertex_attributes(i, "xyz", [uv[i][0], uv[i][1], 0])
104104

105-
json_dump([Mesh.from_vertices_and_faces(pv, pf), mesh_mapped, mesh_mapped_offset, boundaries, mesh_flattened], "mesh_flattened.json")
106-
107105
viewer.scene.add(mesh_flattened, name="mesh_flattened")
108106
viewer.show()

mesh_flattened.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)