- Added ability to load scenes with property stores (see
load_scene_with_props
example)
- Fixing windows compilation. Thanks @Snowiiii for this.
- Adding filesystem loading feature
- Update to use russimp-sys 2.0.1
- MetaDataEntry contents changed to public
- Moved to a Changelog File
- Some Dependency Updates
- Minior Code Improvements
- Adding Sheen, ClearCoat and Transmission texture types.
- Updating edition from 2018 to 2021.
-
Fixed scene metadata parsing.
-
Fixed error where material property was not read correctly.
-
Fixed memory leak caused by Rc cycles in the node graph.
-
The scene structure has been modified.
-
Fixed issue to load embedded textures.
-
Both material and texture structures have been modified.
- Updating documentation
Added missing texture types:
-
Sheen
-
Clearcoat
-
Transmission
-
Material, MaterialProperty, Texture and PropertyTypeInfo are now cloneable.
- Builds based on assimp v5.2.5
- colors vector inside the mesh turned into Vec<Option<Vec<Color4d>>>
- Expose
prebuilt
and other new Cargo features from russimp-sys
- PostProcessing typo, GenenerateUVCoords was changed to GenerateUVCoords.
- Builds based on 5.1.0 release