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: