Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
OpenFlipper-Free
OpenFlipper-Free
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 20
    • Issues 20
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 4
    • Merge Requests 4
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenFlipper-Free
  • OpenFlipper-FreeOpenFlipper-Free
  • Issues
  • #170

Closed
Open
Opened Feb 14, 2020 by Max Lyon@lyonDeveloper

Assertion fails in GLMatrixT when zooming to triangle

Steps to reproduce:

  • Build in debug mode
  • Add triangle:
  int id;
  emit addEmptyObject( DATA_TRIANGLE_MESH, id);
  auto& mesh_obj = *PluginFunctions::triMeshObject(id);
  auto& mesh = *PluginFunctions::triMesh(id);

  mesh.add_vertex(TriMesh::Point(0,0,0));
  mesh.add_vertex(TriMesh::Point(1,0,0));
  mesh.add_vertex(TriMesh::Point(0,1,0));

  mesh.add_face(OpenMesh::VertexHandle(0), OpenMesh::VertexHandle(1), OpenMesh::VertexHandle(2));
  • Right click mesh in DataControl widget and click "zoom to object"
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: OpenFlipper-Free/OpenFlipper-Free#170