Skip to content

Commit

Permalink
indicate EdgeLists presence
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed May 25, 2024
1 parent 6b51a50 commit 975064a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ogre_mesh_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,9 @@ def preRenderTargetUpdate(self, evt):
ImGui.BulletText("Vertices: shared")
ImGui.TreePop()

if mesh.getEdgeList():
ImGui.Text("EdgeLists present")

if self.highlighted > -1:
entity.getSubEntities()[self.highlighted].setMaterialName(self.orig_mat)
self.highlighted = -1
Expand Down

0 comments on commit 975064a

Please sign in to comment.