You are browsing as a guest. Sign up (or log in) to start making projects!

4h 23m 4s logged

So I made it very easy to change the velocity of objects, you can just drag from the cone anywhere now!

Surprisingly, the hardest part about this was just getting the arrow to draw and also tuning how big it is so that it looks good, but once it was there, it was actually pretty easy to just hook up a click detection.

Funnily, this 3D library I’m using (Raylib if you’re curious) doesn’t have a builtin “DrawCone()” function. It turns out that to draw a cone, you are supposed to use the DrawCylinder() function and set one of the radiuses to 0! That was really weird to find out.

0
3

Comments 0

No comments yet. Be the first!