Sfoglia il codice sorgente

Added description of additive animation

c-morten 5 anni fa
parent
commit
f7f4d41e92
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      dist/preview release/what's new.md

+ 3 - 0
dist/preview release/what's new.md

@@ -35,6 +35,9 @@
 ### WebXR
 - Added optional ray and mesh selection predicates to `WebXRControllerPointerSelection` ([Exolun](https://github.com/Exolun))
 
+### Animation
+- Added support for Additive Animation Blending. Existing animations can be converted to additive using the new MakeAnimationAdditive method for Skeletons, AnimationGroups and Animations. Animations can be played additively using the new isAdditive input parameter to the begin animation methods. ([c-morten](https://github.com/c-morten))
+
 ## Bugs
 
 - Fix infinite loop in `GlowLayer.unReferenceMeshFromUsingItsOwnMaterial` ([Popov72](https://github.com/Popov72)