Skip to content

Commit

Permalink
Minor improvements to custom textures feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeicor committed Nov 9, 2024
1 parent 660a4ff commit fc9fcb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yacv_server/tessellate.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def tessellate(
texture: Optional[Tuple[bytes, str]] = None,
) -> GLTF2:
"""Tessellate a whole shape into a list of triangle vertices and a list of triangle indices."""
print("tessellate, obj_color: ", obj_color)
if texture is None:
mgr = GLTFMgr()
else:
Expand Down

0 comments on commit fc9fcb8

Please sign in to comment.