Releases: norybiak/UltimateLoader
Releases · norybiak/UltimateLoader
v1.1.6
- fixed texture url resolve issue
v0.4.6
- fixed texture url resolve issue
v1.1.1
Merge branch 'master' of https://github.com/norybiak/UltimateLoader.git
v1.1.0
- Major changes to UL2
- Cache system
- Arrays, strings, and objects are compatible methods to pass in urls/data
v0.4.3
- fixed issue where textures didn't properly resolve for glTF using the new skip method
v0.4.0
- Texture will skip loading via Three,js if in Altspace (Altspace downloads textures natively instead)
v0.3.0
- Removed DRACO and FBX support (for now)
- Added GLTF support
- Backwards compatibility with how THREE handles loaders from r74 and r84
- Added non-minified version of the distribute
v0.2.0
- DoubleSide is no longer applied via the loader.
- Started to implement DRACO (experimental, never tested)