Need help with "Wheel Drawing Obby" system

Hi im ctg and i need help
rn i making “Wheel Drawing Obby” system but idk how i can make the 3D union wheel spawn base on player drawing and how i can make drawing system like Wheel Drawing Obby


1 Like

So, you would take the 2D drawing and fill it with triangles, there are multiple algorithms to fill in a shape with 2D triangles and algorithms to fill in a triangle, after getting those triangles you would use 3D wedges to represent them. This is just a very high level and overly-simplified explanation, the actual process is way harder and tedious. You can also turn the 2D drawing into vertices and then use them in 3D, basically use x and z and ignore y (which is thickness) and draw the triangles from there, this process could be easier then doing everything in 2D then changing to 3D. Good luck.

it will require math but k i will try it thx

i got it work thx

Your welcome..

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.