[Closed] mesh from points
hello, have around 300 points in the scene and want to create a mesh from them. How to do it ?
regards
Jwhisky
If it’s only one mesh with a fairly small number of points like this one. I don’t think I would recommend constructing the mesh with a script, since the vertex and face order is a bit complex, unless you have arrays with the right vertex and face order ofcourse
If a script is needed, tjeck out SetMesh and meshop.createPolygon.
I would create it manually: If you use max2009 or older, buy Polyboost and use the Polydraw feature. Tjeck: http://www.cmlcreative.com/Videos/PolyBoost1_5_upgrade.avi at time 1:25
Or… if you use Max2010 polyboost is implemented as Graphite Modeling Toolset, but I don’t know if it’s called Polydraw. (Don’t have max2010 at this workstation) That will speed things up.