v0.11.0
What's Changed
Some more improvements related to camera and depth
- Camera with fov==0 does not move backwards when zooming out by @almarklein in #1090
- Set ruler's z-position closer to origin to avoid ruler disappearing when camera.depth is small by @almarklein in #1101
User-facing changes
- Drop Python 3.9 because its already broken, and bump CIs by @hmaarrfk in #1104
- Pass through worldobject parameters from Text Object by @hmaarrfk in #1102
- Promote the use of VolumeMipMaterial instead of the VolumeRayMaterial base class by @almarklein in #1107
Internal (and low-level) changes
- fix pre-computed tangents by @panxinmiao in #1088
- Uniform buffers can now handle vec3 and matnx3 by @almarklein in #1091
- Fix matnx3 fields in uniforms by @almarklein in #1094
- Migrate to
logger.warningby @emmanuel-ferdman in #1098
New Contributors
- @emmanuel-ferdman made their first contribution in #1098
Full Changelog: v0.10.0...v0.11.0