Anim8or
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=3D and CAD/CAM Models |extensions={{ext|an8}} |released=1999<ref>http://anim8or.com/home/news/index.html#990720</ref> }} '''Anim8to...") |
m (Fixed typo) |
||
Line 20: | Line 20: | ||
== Software == | == Software == | ||
* [http://anim8or.com/index.html The Anim8tor website] | * [http://anim8or.com/index.html The Anim8tor website] | ||
− | * [http://www.angelfire.com/electronic2/banjos3d/lists.html A list of 3rd- | + | * [http://www.angelfire.com/electronic2/banjos3d/lists.html A list of 3rd-party programs] |
* [https://github.com/Enumer8/Anim8orTransl8or Software to convert Anim8tor files into the [[COLLADA]] format] | * [https://github.com/Enumer8/Anim8orTransl8or Software to convert Anim8tor files into the [[COLLADA]] format] | ||
* [http://texel3d.free.fr/projets/ani2pov/ Ani2pov, a converter to various 3d formats] | * [http://texel3d.free.fr/projets/ani2pov/ Ani2pov, a converter to various 3d formats] |
Revision as of 19:20, 30 March 2019
Anim8tor, a 3d modeling program by Steve Glanville, saves data between sessions in a format with the extension AN8.
Anim8tor has a separate scripting language in addition to an8 files.
Contents |
Extensions
Anim8tor files use the extension .an8.
Identification
Anim8tor files can be read as plaintext. They will probably[2] start with ASCII header {
, followed by version information. Additionally, an8 files will probably contain the strings object {
, name {
, and name {
.
Specifications
Software
- The Anim8tor website
- A list of 3rd-party programs
- Software to convert Anim8tor files into the COLLADA format
- Ani2pov, a converter to various 3d formats
- A library for reading Anim8tor files
Links
- The Anim8tor website
- Anim8tor on Wikipedia
- Forum post ".an8 Format, jointangles, how are they stored?"
- A failed attempt to make an Anim8tor wiki
- Similar, for Anim8tor as well as a video game creation software apparently called "Cre8tor"
References
- ↑ http://anim8or.com/home/news/index.html#990720
- ↑ http://anim8or.com/learn/specs/an8_format.txt, section "File Layout"