Animate entities with curves
Sample showing use of curves to do basic animation with curves.
Sample showing use of curves to do basic animation with curves.
Example project on how to add and play animations without using a state graph
An example of a radial loading circle
An example shows how to focus a camera on target location
エンティティや、2点の間の任意の値をアニメートすることがよくあります。これはトゥイーンと呼ばれ、その目的のためにトゥイーンライブラリを作成しました。ライブラリは https://github.com/playcanvas/playcanvas-tween にあります。
スクリーンをクリックしてフォーカスを合わせ、'p' キーを押すとパンチアニメーションへブレンドされます。
フルプロジェクトを見てください
このチュートリアルでは非推奨のModelおよびAnimationコンポーネントが使用されています。代わりにアニメーションステートグラフのブレンディングを参照してください。
概要