@needle-tools/engine 4.8.8-next.c758977 → 4.8.8-next.e80f4d7
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 +6 -2
- package/dist/{needle-engine.bundle-CGGDUMtw.umd.cjs → needle-engine.bundle-DK1r3WiC.umd.cjs} +53 -53
- package/dist/{needle-engine.bundle-NtRy1Q8c.js → needle-engine.bundle-DfWoUjQM.js} +27 -11
- package/dist/{needle-engine.bundle-rHPLwL4P.min.js → needle-engine.bundle-IGziSts0.min.js} +5 -5
- 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/engine_camera.d.ts +15 -2
- package/lib/engine/engine_camera.js +9 -2
- package/lib/engine/engine_camera.js.map +1 -1
- package/lib/engine/engine_context.d.ts +8 -2
- package/lib/engine/engine_context.js +21 -3
- package/lib/engine/engine_context.js.map +1 -1
- package/lib/engine/engine_create_objects.d.ts +3 -3
- package/lib/engine/engine_create_objects.js +5 -4
- package/lib/engine/engine_create_objects.js.map +1 -1
- package/lib/engine/extensions/NEEDLE_lighting_settings.js +5 -2
- package/lib/engine/extensions/NEEDLE_lighting_settings.js.map +1 -1
- package/lib/engine-components/OrbitControls.js +2 -4
- package/lib/engine-components/OrbitControls.js.map +1 -1
- package/package.json +2 -2
- package/src/engine/engine_camera.ts +15 -3
- package/src/engine/engine_context.ts +22 -4
- package/src/engine/engine_create_objects.ts +8 -7
- package/src/engine/extensions/NEEDLE_lighting_settings.ts +5 -2
- package/src/engine-components/OrbitControls.ts +2 -6
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ It is flexible, extensible and has built-in support for collaboration and XR! It
|
|
|
14
14
|
- WebXR support & iOS Quicklook support for interactive AR
|
|
15
15
|
- Networking is built-in
|
|
16
16
|
- Advanced PBR Rendering
|
|
17
|
-
- Animate
|
|
17
|
+
- Animate Anything
|
|
18
18
|
- Animation Statemachines & Timeline Animations
|
|
19
19
|
- Lightmaps
|
|
20
20
|
- Physics
|
|
@@ -49,7 +49,8 @@ Follow the [Getting Started Guide](https://docs.needle.tools/getting-started) to
|
|
|
49
49
|
|
|
50
50
|
### [Custom loading overlay & wait for LODs](https://lods-loading-overlay-z23hmxbz29h8vr.needle.run/) | [Code on Stackblitz](https://stackblitz.com/edit/needle-engine-wait-for-lods?file=README.md)
|
|
51
51
|
|
|
52
|
-
### [
|
|
52
|
+
### [Animate Anything](https://khr-animation-pointer-zubcksz2dgy3k.needle.run/) | [Code on Stackblitz](<https://stackblitz.com/edit/needle-engine-animate-anything?file=src%2Fmain.ts>) | [three.js Example](<https://threejs.org/examples/?q=gltf#webgl_loader_gltf_animation_pointer>)
|
|
53
|
+
[](https://responsive-layout-click-example-z23hmxbzuyk6y.needle.run/)
|
|
53
54
|
|
|
54
55
|
### [Postprocessing Effects with custom Magnifier effect](https://antialiasing-and-postprocessing-zubcksz1o8daw.needle.run/) | [Code on Stackblitz](https://stackblitz.com/edit/needle-engine-postprocessing?file=README.md)
|
|
55
56
|
[](https://antialiasing-and-postprocessing-zubcksz1o8daw.needle.run/)
|
|
@@ -62,6 +63,9 @@ Follow the [Getting Started Guide](https://docs.needle.tools/getting-started) to
|
|
|
62
63
|
### [Camera Focus DIV Example 2](https://responsive-layout-click-example-z23hmxbzuyk6y.needle.run/) | [Code on Stackblitz](<https://stackblitz.com/edit/needle-engine-camera-focus-rect-click-to-move?file=index.html,src%2Fmain.ts>)
|
|
63
64
|
[](https://responsive-layout-click-example-z23hmxbzuyk6y.needle.run/)
|
|
64
65
|
|
|
66
|
+
### [Motors & More Shop Example with React](https://reactshoppingcart-z23hmxbzcfkmf.needle.run/) | [Code on Stackblitz](https://stackblitz.com/edit/needle-react-shopping-cart-2)
|
|
67
|
+
|
|
68
|
+
|
|
65
69
|
|
|
66
70
|
👋 Find more examples on [samples.needle.tools](https://samples.needle.tools/), [docs.needle.tools](https://docs.needle.tools) and in the [Needle Engine Stackblitz Collection](https://stackblitz.com/@marwie/collections/needle-engine)
|
|
67
71
|
|