You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance SplatViewer and documentation updates (#135)
* Enhance SplatViewer and documentation updates
- Introduced new `Check` and `Dash` components for improved UI feedback in the SplatViewer documentation.
- Updated `registry-mdx-components` to include new components and adjusted imports for better organization.
- Enhanced the `SplatViewer` component with new controls and improved camera functionality.
- Updated `package.json` to streamline the build process by chaining the `postbuild` command with `registry:build`.
- Revised documentation to reflect the latest features and improvements, including new API references and usage examples.
These changes enhance the user experience and provide clearer guidance for developers using the SplatViewer component.
* linting fixes
# Building Blocks for 3D <Badgevariant="secondary"className="-mt-2">new</Badge>
22
25
23
26
A set of high-level 3D building blocks for React — interactive viewers, spatial layouts, and controls—designed to help you compose immersive scenes with minimal setup.
24
27
@@ -29,27 +32,22 @@ A responsive and composable component for displaying Gaussian splats.
29
32
Includes built-in camera controls, loading states, and optional UI slots for overlays or actions.
30
33
Supports large assets with lazy loading and automatic framing. Use it in modals, pages, or full-screen scenes.
0 commit comments