From 950d00dc3df5b7272a7b14d7c014680194020ec8 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Fri, 8 Mar 2024 18:02:06 +0800 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66543ed9..bfb16b6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ * added basic collision detection + callbacks * added keyboard/mouse widgets + controls * `createViewer` now `awaits` the insertion of `FilamentWidget` so you no longer need to manually defer calling until after FilamentWidget has been rendered +* `setCameraRotation` now accepts a quaternion instead of an axis/angle +* instancing is now supported. +* `setBoneTransform` has been removed. To set the transform for a bone, just `addBoneAnimation` with a single frame. ## 0.6.0