Skip to content

Implement Debug for TriMesh #177

Description

@alice-i-cecile

This would be useful to quickly validate if a TriMesh looks as expected (and to allow derives on types containing trimeshes).

The naive derived Debug impl is obviously unhelpful. Instead, perhaps report:

  • The number of triangles
  • The AABB
  • Any flags
  • The topology information, if present

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions