- Home /
Drawing a 3D Mesh (javascript)
Hi, I am trying to make it to where you can drag with the mouse to make a shape, and then it fills in the 2D outline with a 3D mesh. I took a look at the Mesh class from the documentation, but it doesn't really help me at all. (Here's an example of what I'm trying to do: https://www.assetstore.unity3d.com/en/#!/content/3391)
Any help is greatly appreciated, thanks! EDIT: Sorry, forgot to say, I want to be able to do this during runtime.
Answer by tanoshimi · Aug 15, 2014 at 06:42 PM
If that asset does exactly what you're trying to do, why not... ...buy that asset?
Because I'm not sure if my project is going to even go anywhere, so I don't want to spend $15 on something that I might not even use ever again a week from now.
(plus, if you play one of the examples, after about 5 objects have been drawn, it starts deleting old ones.)
Your answer
Follow this Question
Related Questions
3d Models, How to turn invisible 3 Answers
How to flatten 3d image STL to 2d 0 Answers
How do I draw back an inactive item ? 1 Answer
Procedurally Connected Mesh/3d Model Tiles? 1 Answer
Simple mesh height alteration. 1 Answer