Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ShapeJSON support to Object3D and Shape types (#1073)
* Add ShapeJSON support to Object3D and Shape types Added ShapeJSON support to Object3D's shapes record and updated Shape type with JSON conversion functions. This enhancement allows for easier handling and storage of 2D shapes with holes as JSON data. By integrating ShapeJSON in these types, it enables seamless import/export of complex 3D scenes with intricate shapes in a more efficient manner, improving overall compatibility and versatility. * Format * Shape --------- Co-authored-by: Nathan Bierema <[email protected]>
- Loading branch information