226
General Anim8or Forum / Re: using Class dielectric
« on: July 29, 2010, 12:16:24 pm »
?

An update to Anim8or, v1.00b, is available with a few bug fixes. Get your copy HERE. See the "ReadMe" file for details.
Line != mesh...
That's not exactly true. A mesh consists of lines, but lines do not necessarily make a mesh. For instance, when you create a box primitive, it consists of several lines, but in order to manipulate the points and/or edges, you must first convert all of these lines into a mesh. Once you have a mesh, you can manipuliate points, edges, faces to your heart's content.