This repository was archived by the owner on Oct 28, 2025. It is now read-only.
Releases: Netherlands3D/3DTiles
Releases · Netherlands3D/3DTiles
Reimplemented Metadata parsing
Removed deprecated functions from coordinates package
- changed deprecated use of coordinates-packages to using new functions in tile.cs
support screenspace error for orthographic camera
v2.2.1 Merge pull request #31 from Netherlands3D/feature/support-sse-orthogr…
Added events for when tile content is loaded
Added events for when tile content is loaded
Added function SetCoordinateSystem to Read3DTiles.cs
Added:
- Added function SetCoordinateSystem to Read3DTiles.cs
Change dependency to Unity's GLTFast package
- This package now uses Unity's default GLTFast package
- Added NL3D material generator to work with custom shaders (mostly catered to NL3D)
- Made debug logs optional
clearing textures from memory
Merge pull request #26 from Netherlands3D/feature/cleanup-textures properly clearing the texture used
Added console logging to ImportGlb to improve troubleshooting during the GLB import process.
- Added console logging to ImportGlb to improve troubleshooting during the GLB import process.
memory cleanup for managed and native shells
Merge pull request #23 from Netherlands3D/feature/cleanup-textures Feature/cleanup textures