Simple Isometric Graphics Library
"Simple Isometric Graphics Library" provides some additional blocks for rendering and manipulating simple 3D geometric solids in an isometric perspective. It allows for full 3D motion.
Alpha Release Notes: This version is functional, but does not include all the features I had originally planned. Future revisions will include a larger selection of solids that can be accessed via block form. However, the two current solids (pyramids and rectangular solids) can be joined to form more complex structures. See the documentation for notes on rendering order, assembly of complex structures, etc.DownloadThe extension can be downloaded
here (.zip),
here (.tar.gz), or from
my site (.zip or .tar.gz).
Please see
my site for documentation, sample projects, old versions, etc.
Also of note:
How to Install and Update an Extension.
Version History2016-07-05: (Alpha Release 1) Initial release allows two types of solids, rectangular solids and pyramids, to be manipulated with blocks. It allows for manipulating more general solids using direct function calls (e.g. in code mode).