@needle-tools/gltf-progressive 1.0.0-alpha.1 → 1.0.0-alpha.11

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 ADDED
@@ -0,0 +1,28 @@
1
+ # Changelog
2
+ All notable changes to this package will be documented in this file.
3
+
4
+ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
+ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
+
7
+ ## [1.0.0-alpha.11] - 2023-05-17
8
+ - add: expose `setDracoDecoderLocation` and `setKTX2TranscoderLocation`
9
+ - fix: allow using draco decoder and ktx2 transcoder from local filepath
10
+
11
+ ## [1.0.0-alpha.10] - 2023-05-07
12
+ - fix: progressive assets are now only updated during the main canvas render call and not e.g. when rendering to a texture
13
+
14
+ ## [1.0.0-alpha.9] - 2023-05-03
15
+ - fix: handle loading of ShaderMaterial for VRM progressive textures
16
+
17
+ ## [1.0.0-alpha.8] - 2023-05-03
18
+ - fix: handle transparent materials
19
+
20
+ ## [1.0.0-alpha.7] - 2023-05-01
21
+ - fix: Handle modelviewer `src` set as property but not as attribute
22
+ - change: Remove sourcemap
23
+
24
+ ## [1.0.0-alpha.6] - 2023-05-01
25
+ - fix: LOD mesh assignment for multi-material meshes (meshes with multiple primitives)
26
+
27
+ ## [1.0.0-alpha.5] - 2023-04-30
28
+ - initial version
package/README.md ADDED
@@ -0,0 +1,10 @@
1
+ # glTF progressive
2
+
3
+ Support for loading of glTF or GLB files with progressive mesh or texture data for three.js based engines.
4
+
5
+ # Contact ✒️
6
+ <b>[🌵 needle — tools for creators](https://needle.tools)</b> •
7
+ [Twitter](https://twitter.com/NeedleTools) •
8
+ [Discord](https://discord.needle.tools) •
9
+ [Forum](https://forum.needle.tools)
10
+