@splinetool/loader 1.9.23 → 1.9.25
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 +2 -0
- package/build/SplineLoader.cjs +4 -4
- package/build/SplineLoader.js +4 -4
- package/package.json +10 -1
package/README.md
CHANGED
|
@@ -48,3 +48,5 @@ Think of this Loader as a way to get scenegraph, geometries and materials.
|
|
|
48
48
|
- The **Glass layer** is only partially supported when used outside of the Spline Runtime. In THREE.js, transmission does not handle transparent objects. We advise against combining Glass layers and alpha objects in the same scene.
|
|
49
49
|
- All Events and Interactions won't be included in the loaded objects, if you use this package it implies you will use code to handle interactions and animations on your own.
|
|
50
50
|
- Spline Postprocessing also won't be included.
|
|
51
|
+
|
|
52
|
+
© 2024 Spline, Inc.
|