Skip to content

Commit c013a64

Browse files
authored
Update terrain.py
1 parent 74845d8 commit c013a64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

genesis/utils/terrain.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ def convert_heightfield_to_watertight_trimesh(
393393
# target_count=0,
394394
# lossless=True,
395395
# )
396+
v_simp, f_simp = sdf_mesh.vertices, sdf_mesh.faces
396397

397398
if uvs is not None:
398399
idx_map = np.empty(len(v_simp), dtype=np.int64)

0 commit comments

Comments
 (0)