issues
search
whyi
/
MeshViewer
MeshViewer written in QT Framework long time ago. Let's rejuvenate this and make publicly available.
0
stars
0
forks
source link
Bring in other geometric operations in mesh.h
#1
Open
whyi
opened
10 years ago
whyi
commented
10 years ago
Have a bunch missing as those were split in other places, at least the following things comes to mind:
Import & Export module (vts, ply, vtk, etc, maybe good time to add a new feature
https://github.com/mrdoob/three.js/wiki/JSON-Geometry-format-4#example-of-geometry
)
ROI computation
VTable/OTable/CornerTable
Support for native 2D primitives
Support for flooding algorithm
Selection
Traverse
whyi
commented
10 years ago
As for the import/export I am bringing in the existing .ply loader. Maybe .vts can be done in a similar manner.
.vtk is in totally different shape now, maybe it's good to use their library.