mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-21 15:07:54 -04:00
- Introduced a new file type definition for PLY 3D models in `misc.toml`. - Updated `package.json` to include dependencies for Gaussian splats and React Three Fiber. - Implemented a `MeshViewer` component for rendering 3D models, supporting both standard mesh and Gaussian splat formats. - Enhanced `ContentRenderer` to handle mesh file types with lazy loading for improved performance. - Updated TypeScript configuration to include types for React Three Fiber.