mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-20 15:43:58 -05: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.