AC3D Model
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|ac}} |wikidata={{wikidata|Q28975664}} |released=1996 }} An '''AC3D Model''' is a descriptio...") |
(Added software and samples) |
||
(One intermediate revision by one user not shown) | |||
Line 7: | Line 7: | ||
}} | }} | ||
An '''AC3D Model''' is a description of 3D objects used by the AC3D program currently owned by Invis. It is an [[ASCII]]-based text format that describes objects (which can be hierarchically-defined with parent and child objects), including giving paths to bitmap files showing object textures. | An '''AC3D Model''' is a description of 3D objects used by the AC3D program currently owned by Invis. It is an [[ASCII]]-based text format that describes objects (which can be hierarchically-defined with parent and child objects), including giving paths to bitmap files showing object textures. | ||
+ | |||
+ | == Software == | ||
+ | * [https://github.com/assimp/assimp assimp] | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|poly/ac3d}} | ||
== Links == | == Links == | ||
* [http://paulbourke.net/dataformats/ac3d/ Format description] | * [http://paulbourke.net/dataformats/ac3d/ Format description] | ||
* [http://www.inivis.com/ Invis AC3D site] | * [http://www.inivis.com/ Invis AC3D site] | ||
+ | * [http://wiki.flightgear.org/AC3D_file_format AS3D use in opensource flight sim flightgear] |
Latest revision as of 21:45, 7 March 2024
An AC3D Model is a description of 3D objects used by the AC3D program currently owned by Invis. It is an ASCII-based text format that describes objects (which can be hierarchically-defined with parent and child objects), including giving paths to bitmap files showing object textures.