@HenkusDigitalis Have a look at this post.
Babylon~cinematics Demos and projects
IMPORTANT Found a great animation syntax. Had to dig for it. Very obscure. Hidden. Not explained on web. It was necessary to “instrument” a web cinematic. It uses “Inbetweening” syntax underneath, (CPU ok) and works well! EXAMPLE: interpolated 4 things simultaneously: x, y, z, and 1 rotation. FROM TO: x: 0 - 1 y: 10 - 0 z: 100 - 1 anything: 3.14 - 0 $({x:0,y:10,z:100, anything: 3.14}) .animate({x:1,y:0,z:1,anything:0}, {queue:false,duration:8000,easing:‘swing’, step: functio…
It was used to great effect to solve camera movements and character movements simultaneously.
I mention it many times, with 0 responses. ![]()
Why crying cat, why???
If this works for you, I am happy to walk you through the more advanced version which involves blending of ANMZ with CAMZ.
![]()