MoI as "the Visio of 3D?" Rendering advice please

 From:  Dave Morrill (DMORRILL)
3310.41 
Just couldn't resist putting in my 2 cents on alternative means of constructing some of the geometry in this thread using MoI.

Here's a version of a lattice created procedurally:



And here is the MoI script used to generate it:



Although it might be a bit of a challenge to create such as script initially, the advantage is that it is very easy to tweak things once you have it working. Here are two more variations of the original, with the only difference being that the first line of the script was changed to "n = 13;" and "n = 25;" respectively:





This particular script also has support for changing the radius of each sphere type, the radius of the connecting rods, the distance between the lattice points, and the style colors for each of the different elements, in addition to the overall size of the lattice.

BTW, for the n = 25 case, it took about 13 seconds to run the script to create the lattice. But at this point we are definitely getting outside of MoI's normal "comfort zone". Zooming and rotating the model to take the screen shot was initially extremely sluggish (nudge the mouse, then wait 3 or 4 seconds for the screen to update). I tried setting the Meshing angle to a much higher value and that seemed to help quite a bit. I could actually rotate and zoom the scene much more normally...

- Dave Morrill