From af1389b098235e24f4d4bf5c6359f742d62465cc Mon Sep 17 00:00:00 2001 From: "Dominykas M." <26067386+Tasty-Kiwi@users.noreply.github.com> Date: Wed, 20 Mar 2024 20:01:47 +0200 Subject: [PATCH] embed the youtube video to the 60 fps animation tutorial --- docs/other-guides/60-fps-animation.mdx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/other-guides/60-fps-animation.mdx b/docs/other-guides/60-fps-animation.mdx index f885964..419b3ec 100644 --- a/docs/other-guides/60-fps-animation.mdx +++ b/docs/other-guides/60-fps-animation.mdx @@ -6,7 +6,16 @@ import ReactPlayer from "react-player" # 60 FPS Animation -Tutorial created by [WinterNox](https://github.com/WinterNox). Check out the YouTube Video for this tutorial https://youtu.be/145kDy9nr3E +Tutorial created by [WinterNox](https://github.com/WinterNox). + +### YouTube tutorial + + ### Mesh animations @@ -211,6 +220,7 @@ The code is pretty self-explanatory. We increment the index every tick and use t The result should look something like this: