Sliding Something Along a Line in Godot (Dot Product Math)
Today we learn how to use the dot product to clamp something along a line :)
Maxdot product explanation:
The maxdot variable is to find the end of the line, essentially the value we want to clamp to, if you try the code out locally, and change what values you use for maxdot, smaller values will have the follower move a small distance, while larger values have the follower moving wayyyy past the end of the line
Code:
https://github.com/aimforbigfoot/NAD-LAB-Godot-Projects/tree/master/TriangleProject
0:00 - Intro
0:53 - Dot Product Exlpanation on Youtube
1:29 - My Dot Product Explanation
4:00 - Scene Setup (not that important)
4:55 - Line setup (not that important)
5:55 - Dot Product Code (important)
6:51 - Max Dot Product
6:55 - Dot Product Code Cont'd (important)
11:31 - Conclusion
For the Godot Icon used in the thumbnail: Original Author of the Godot Icon (Andrea Calabró), changes were made to this icon.
https://commons.wikimedia.org/wiki/File:Godot_icon.svg
Other Videos By NAD LABS
2024-01-05 | Godot 4 Android Export Tutorial |
2023-08-11 | Godot 4 Mouse Movements |
2023-08-01 | Repeated Textures In 3D (Godot 4) |
2023-07-20 | How To Use Signals In Godot 4 |
2023-05-27 | Programming the TileMap In Godot 4.0 |
2023-03-13 | How to Import Pixel Art in Godot 4.0 |
2023-03-04 | Setting up VR in Godot 4 in 4 Minutes |
2023-03-01 | GODOT 4 FIRST IMPRESSIONS |
2023-02-26 | How Do I Make Tools in the Godot Game Engine |
2023-02-22 | How To Make a Knob in Godot |
2022-12-30 | Sliding Something Along a Line in Godot (Dot Product Math) |
2022-12-20 | Making Gestures in Godot (With Mobile Support) |
2022-11-18 | FTL Style Map Traversal in Godot |
2022-08-28 | Programming Flood Fill in Godot |
2022-05-30 | Nuclear Throne Like Map Generation In Godot |
2022-04-10 | Heuristic Based Enemy AI in Godot |
2022-01-15 | Sn1 Reaction In VR |
2022-01-14 | Stereochemistry Actually Understood In VR |
2022-01-14 | What I Wish I Could Tell My Younger Self About Python |
2022-01-04 | What is Obsidian And Why Do I Use It (as a student) |
2021-12-05 | ExcuseVideoForNotUploadingATutorialForThisMonth.mp4 |