Bezier Curve XNA Game C# Demo with circular multiple segments
Loading...
1,807
Loading...
Uploader Comments (ajanimail)
see all
All Comments (7)
-
@ajanimail Should have guessed. LOL
-
I've been trying to do this for a while now, and I have the points plotted and using a console app figured out a way to get all the points while traveling along the curve, but my question is, how did you implement this to be a constant loop?
-
@julionjulion Live debugging for precise values would be a good use for this.
-
If you make points which define the bezier curves move along bezier curves, I bet you get some interesting looking movement.
-
That's awesome!
Nicely done, I can't really imagine where this could come in handy but it's definitely quite the spectacle.
Loading...
To make it circular/loop you need to make the P3 of last segment always the same as p0 of the first segment. See my blog on this at blog.icode.com
ajanimail 2 weeks ago