Skip to content

@quick-threejs/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jan 01:42
· 8 commits to master since this release
182240b

Patch Changes

  • e6a6149: # Logs

    refactor(reactive): improve loaders

    • Rename supported types
      • Before: "cubeTexture" | "texture" | "gltfModel" | "video" | "audio"
      • After: "audio" | "image" | "video" | "gltf"
    • Now LoaderResource support is defined as GLTF | ImageBitmap | ImageBitmap[] | AudioBuffer
    • Fix OrbitControl types