What's Changed
Fixed:
- fix docstring formatting by @kushalkolar in #1234
- Fix that volume-raycast did not work with flipped camera axii by @almarklein in #1236
- Avoid raising an exception when upstream events have unknown keys by @almarklein in #1238
- Avoid snapping so hard on pixel_scale by @hmaarrfk in #1240
- Fix renderer pixel scale by @almarklein in #1242
- No blending needed for opaque by @panxinmiao in #1241
- Fix TangentFrame computation by @panxinmiao in #1259
- Fix axis arrow colors in documentation by @butyess in #1262
- BF: Updated the pick location for stochastic alpha_method. by @maharshi-gor in #1266
- tirm indices before reshaping by @panxinmiao in #1271
- Fix an issue where keyframe optimization was not applied correctly. by @panxinmiao in #1269
- Improve SkinnedMesh bbox again by @panxinmiao in #1263
- Fix GPU object hash collisions after GC by @limdaepl in #1265
- Prevent flicker if volume slice is exactly in between two slices by @almarklein in #1278
Changed:
- Make
render_orderindependent of scene graph and introduce "group order" by @panxinmiao in #1222 - Improve Bounding Box Computation for SkinnedMesh by @panxinmiao in #1258
- Use new wgpu default device by @almarklein in #1275
- Use new wgpu structs by @almarklein in #1199
Added:
- KHR_draco_mesh_compression: support generic attributes by @panxinmiao in #1224
- glTF: support accessor sparse by @panxinmiao in #1223
- Add
environmentProperty toSceneby @panxinmiao in #1156 - Support KHR_materials_pbrSpecularGlossiness by @panxinmiao in #1230
- Physically Based Bloom by @panxinmiao in #1227
- Add uniform.maprange to (almost) all objects that have .map by @almarklein in #1246
- Fix picking index for volume by @almarklein in #1253
- Post-processing: normal reconstruction by @Korijn in #1254
- Add UV transform support for the sheen map by @panxinmiao in #1268
Other:
- Allow newer wgpu-versions by @almarklein in #1229
- New lower bounds for rendercanvas and wgpu by @almarklein in #1235
- Bump dependencies by @almarklein in #1276
- Update contributor guide and add AI policy by @almarklein in #1277
New Contributors
- @butyess made their first contribution in #1262
- @maharshi-gor made their first contribution in #1266
Full Changelog: v0.15.0...v0.16.0