AOI (Art of Illusion)
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=3D and CAD/CAM Models |extensions={{ext|aoi}} |wikidata={{wikidata|Q770497}} }} '''AOI''' (Art Of Illusion model) is the file forma...") |
Dan Tobias (Talk | contribs) m |
||
Line 5: | Line 5: | ||
|wikidata={{wikidata|Q770497}} | |wikidata={{wikidata|Q770497}} | ||
}} | }} | ||
− | '''AOI''' (Art | + | '''AOI''' (Art of Illusion model) is the file format for saved models in the open-source design program Art of Illusion. Given its open-source status, one might hope that the format would be well-documented and designed for interoperability, but this is unfortunately not true. Instead, the format is basically a raw dump of the program's data structures, and the best way to attempt to document it would be to dig through the source code. You'd probably be lucky if compatibility is maintained between different versions of Art of Illusion or builds for different platforms. |
== Links == | == Links == |
Revision as of 04:59, 15 July 2020
AOI (Art of Illusion model) is the file format for saved models in the open-source design program Art of Illusion. Given its open-source status, one might hope that the format would be well-documented and designed for interoperability, but this is unfortunately not true. Instead, the format is basically a raw dump of the program's data structures, and the best way to attempt to document it would be to dig through the source code. You'd probably be lucky if compatibility is maintained between different versions of Art of Illusion or builds for different platforms.