@react-three/fiber 9.0.0-alpha.0 → 9.0.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +90 -0
- package/dist/declarations/src/core/hooks.d.ts +5 -1
- package/dist/declarations/src/core/index.d.ts +8 -9
- package/dist/declarations/src/core/loop.d.ts +2 -0
- package/dist/declarations/src/core/renderer.d.ts +30 -41
- package/dist/declarations/src/core/store.d.ts +1 -2
- package/dist/declarations/src/core/utils.d.ts +29 -30
- package/dist/declarations/src/index.d.ts +1 -3
- package/dist/declarations/src/native/Canvas.d.ts +2 -2
- package/dist/declarations/src/native.d.ts +1 -3
- package/dist/declarations/src/three-types.d.ts +34 -318
- package/dist/declarations/src/web/Canvas.d.ts +4 -2
- package/dist/{index-e27d4a05.esm.js → index-47b7622a.esm.js} +831 -877
- package/dist/{index-b3be5a63.cjs.dev.js → index-5bd4d3cf.cjs.dev.js} +832 -877
- package/dist/{index-b12f488b.cjs.prod.js → index-8128f248.cjs.prod.js} +832 -877
- package/dist/react-three-fiber.cjs.dev.js +39 -11
- package/dist/react-three-fiber.cjs.prod.js +39 -11
- package/dist/react-three-fiber.esm.js +39 -11
- package/native/dist/react-three-fiber-native.cjs.dev.js +21 -11
- package/native/dist/react-three-fiber-native.cjs.prod.js +21 -11
- package/native/dist/react-three-fiber-native.esm.js +21 -11
- package/package.json +2 -1
- package/readme.md +1 -1
package/readme.md
CHANGED
|
@@ -164,7 +164,7 @@ Some reading material:
|
|
|
164
164
|
|
|
165
165
|
- [Threejs-docs](https://threejs.org/docs)
|
|
166
166
|
- [Threejs-examples](https://threejs.org/examples)
|
|
167
|
-
- [Threejs-fundamentals](https://
|
|
167
|
+
- [Threejs-fundamentals](https://threejs.org/manual/#en/fundamentals)
|
|
168
168
|
- [Discover Threejs](https://discoverthreejs.com)
|
|
169
169
|
- [Do's and don'ts](https://discoverthreejs.com/tips-and-tricks) for performance and best practices
|
|
170
170
|
- [react-three-fiber alligator.io tutorial](https://alligator.io/react/react-with-threejs) by [@dghez\_](https://twitter.com/dghez_)
|