Build 3D shapes with a touch input
Hello , my question is , how can i build 3d shapes ingame (while the game is running), for example i touch one place on screen and drag my finger and in that area i want to build a 3d wall for example.
Comment
This subject is often referred to as "procedural mesh generation" and has rather steep learning curve if you want to go there. Watch tutorials on this subject and see for yourself; a lot of linear algebra, trigonometry and mesh rendering fundamentals required.
Your answer
