@needle-tools/engine 4.8.4-next.5c03fe1 → 4.8.4-next.68d6468
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/README.md +5 -0
- package/dist/{needle-engine.bundle-C3oFZgvW.min.js → needle-engine.bundle-BoN_WoMd.min.js} +56 -56
- package/dist/{needle-engine.bundle-BDQm33td.umd.cjs → needle-engine.bundle-C0vgs1VP.umd.cjs} +43 -43
- package/dist/{needle-engine.bundle-BecMzBfA.js → needle-engine.bundle-D5UIUwHv.js} +395 -392
- package/dist/needle-engine.js +2 -2
- package/dist/needle-engine.min.js +1 -1
- package/dist/needle-engine.umd.cjs +1 -1
- package/lib/engine-components/DragControls.js +0 -1
- package/lib/engine-components/DragControls.js.map +1 -1
- package/lib/engine-components/TransformGizmo.js +9 -1
- package/lib/engine-components/TransformGizmo.js.map +1 -1
- package/package.json +1 -1
- package/src/engine-components/DragControls.ts +0 -1
- package/src/engine-components/TransformGizmo.ts +9 -1
package/README.md
CHANGED
|
@@ -51,6 +51,11 @@ You can also find a [list of sample projects](https://engine.needle.tools/sample
|
|
|
51
51
|
For writing custom components read the [Scripting Guide](https://docs.needle.tools/scripting) or try [Needle Engine on StackBlitz](https://stackblitz.com/@marwie/collections/needle-engine) ⚡
|
|
52
52
|
|
|
53
53
|
|
|
54
|
+
## Examples
|
|
55
|
+
- [Needle Engine Stackblitz Collection](https://stackblitz.com/@marwie/collections/needle-engine)
|
|
56
|
+
- [Custom loading overlay & wait for LODs](https://lods-loading-overlay-z23hmxbz29h8vr.needle.run/), [Stackblitz](https://stackblitz.com/edit/needle-engine-wait-for-lods?file=README.md)
|
|
57
|
+
- [Motors & More Shop Example with React](https://reactshoppingcart-z23hmxbzcfkmf.needle.run/), [Stackblitz](https://stackblitz.com/edit/needle-react-shopping-cart-2)
|
|
58
|
+
- [Postprocessing Effects with custom Magnifier effect](https://antialiasing-and-postprocessing-zubcksz1o8daw.needle.run/), [Stackblitz](https://stackblitz.com/edit/needle-engine-postprocessing?file=README.md)
|
|
54
59
|
|
|
55
60
|
<br />
|
|
56
61
|
|