Releases: maptiler/maptiler-3d-js
Releases · maptiler/maptiler-3d-js
v3.1.0-rc.1
This is a test release and not intended for production usage.
v3.0.0
v3.0.0
✨ New Features
- GLTF Models are now animateable 🎬 🚀
- New
Item3Dclass allows for UI events on individual meshes, click, dblclick, mouseenter and mouseleave Item3Dclass instances can also have "states" similar to pseudo classes in DOM elements.- Rather than each Layer3D having their own renderer instance, rendering is now batched and rendered by a single render manager instance making it more efficient and more performant.
- Meshes can now have one-off user-defined transforms applied when they are added to the scene. This can be useful for ensuring all meshes have the same rotation / face the same way, or if they need their world position tweaked without tweaking their LngLat.
v3.0.0-rc.3
This is a test release and not intended for production use.
v3.0.0-rc.2
This is a pre-release and not suitable for production use.
v2.1.0
v2.0.2
✨ Features and improvements
- None
🐛 Bug fixes
- Fix declarations files generation
🔧 Others
- None
v2.0.1
✨ Features and improvements
- None
🐛 Bug fixes
- Set default rendering min zoom value to work fine with globe
🔧 Others
- None
v2.0.0
✨ Features and improvements
- Globe projection support
🐛 Bug fixes
- None
🔧 Others
- Using MapTiler SDK JS v3
v1.0.0
First release 🎉