This is a package that contains the base types for many of the translations and optimizations that can be done through other packages that use this one.
It will also be used be optimizers and utilities to simplify meshes and repair them in the future.
Any type that consists of Verticies, Faces, and Traingles. Also Potentially Normals.
Used by formates that contain triangle mesh data:
Mesh3D
- wavefront-obj
- stl
- gltf
- fbx
Some formats use this to define planes and other geometry in 2D space.
Mesh2D
Used by Step formats and some drawing formats to create curves.
FSpline
Can be in either 2d or 3d. Alos has an optional rgb value.
PointCloud