Skip to content
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.

3D meshes: vertices not shared among faces, resulting in large files #1134

Closed
osrf-migration opened this issue Mar 27, 2014 · 6 comments
Closed
Labels
all enhancement New feature or request major

Comments

@osrf-migration
Copy link

Original report (archived issue) by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).


For example, cordless_drill.dae has:
565 vertices and 1126 faces.

But once loaded into gzserver, it has:
3378 vertices and 1126 faces.

Because once loaded, each vertex and each edge belong to only one face. This means there are several overlapped vertices and the faces are not connected.

It would be interesting to arrange the mesh so that these vertices can be shared among faces like in the original file, resulting in a lighter mesh.

@osrf-migration
Copy link
Author

Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).


  • Edited issue description

@osrf-migration
Copy link
Author

Original comment by Ian Chen (Bitbucket: Ian Chen, GitHub: iche033).


  • set assignee_account_id to "557058:10b01d41-a2e9-4a41-a907-e6e2f03b6cd5"
  • set assignee to "iche033 (Bitbucket: iche033, GitHub: iche033)"

@osrf-migration
Copy link
Author

Original comment by Ian Chen (Bitbucket: Ian Chen, GitHub: iche033).


pull request #1066

@osrf-migration
Copy link
Author

Original comment by Ian Chen (Bitbucket: Ian Chen, GitHub: iche033).


  • changed state from "new" to "resolved"

pull request #1066, pull request #1075, pull request #1082

@osrf-migration
Copy link
Author

Original comment by Nate Koenig (Bitbucket: Nathan Koenig).


  • set version to "all"

@osrf-migration
Copy link
Author

Original comment by Nate Koenig (Bitbucket: Nathan Koenig).


  • changed state from "resolved" to "closed"

@osrf-migration osrf-migration added major enhancement New feature or request all labels Apr 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
all enhancement New feature or request major
Projects
None yet
Development

No branches or pull requests

1 participant