Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 11 Dec 04:55
· 89 commits to main since this release

Minor Changes

  • 49868fe: Rewrite inspector with a focus on Svelte & Threlte support

    Migration guide

    The inspector now contains new features when used with Svelte / Threlte. See the Readme for details.

    Adding the inspector for Vanilla environments has changed:

    import { createInspector } from "three-inspect";
    
    const inspector = createInspector({ scene, camera, renderer });
    
    // When you're finished with the inspector...
    inspector.dispose();