github-actions
released this
15 Jan 01:42
·
8 commits
to master
since this release
Patch Changes
-
e6a6149: # Logs
refactor(reactive): improve loaders
- Rename supported types
- Before:
"cubeTexture" | "texture" | "gltfModel" | "video" | "audio"
- After:
"audio" | "image" | "video" | "gltf"
- Before:
- Now LoaderResource support is defined as
GLTF | ImageBitmap | ImageBitmap[] | AudioBuffer
- Fix OrbitControl types
- Rename supported types