changelog

This commit is contained in:
Alexander Rose
2026-02-07 15:21:06 -08:00
parent 890c758585
commit 42dc579ddb

View File

@@ -15,7 +15,13 @@ Note that since we don't clearly distinguish between a public and private interf
- [Breaking] Add PQR file format support (#157)
- Replace `isPdbqt` with `variant` param in `TrajectoryFromPDB`
- Add `CustomVolumeProperty` (like for models and structures)
- Fix missing `usePalette` support in `MeshExporter`
- Geometry export
- Fix missing `usePalette` support
- Fix vertex-based coloring for non-mesh geometries
- Support line-strips
- Support memory efficient line-strips in Lines geometry,
- Add `StripLinesBuilder`
- Add `computeFrenetFrames` helper
## [v5.6.1] - 2026-01-23
- Disable occlusion culling in `ImagePass` (#1758)