pango scripts mesh

meowmeowmeow

Active Member
Curious how to use these? Any tutorials? guides? don't see anything written about them? Do they need to have some sort of point selection in the script before this in order to work?
Command list has some mesh options:

MeshCurve 1,2,3 // quad-spline between point 1,2 and 3

MeshPoint -100,-100, 0, "LeftBottom"

MeshPointChan 1,0,0

MeshPolygon 1,2 // connect 1st and 2nd point

MeshRect 1,2,3,4
 
Thanks for question. These commands designed for special object - Mesh Image which is in Alpha state. This member of Image family used in several projects, that is why you see commands in the list. However, because of complexity of this object we have a doubt about the future of it. Too complex. I recommend to consider these commands as experimental.
 
Back
Top