AWD (Away3D)
From Just Solve the File Format Problem
(Difference between revisions)
(PRONOM) |
|||
(2 intermediate revisions by one user not shown) | |||
Line 3: | Line 3: | ||
|subcat=3D and CAD/CAM Models | |subcat=3D and CAD/CAM Models | ||
|extensions={{ext|awd}} | |extensions={{ext|awd}} | ||
+ | |pronom={{PRONOM|fmt/1179}} | ||
}} | }} | ||
'''AWD''' is a scene format associated with the ''Away3D'' 3D engine. | '''AWD''' is a scene format associated with the ''Away3D'' 3D engine. | ||
== Identification == | == Identification == | ||
− | Files | + | Files begin with ASCII "<code>AWD</code>". Note that this is not sufficient to distinguish them from [[AWD (Artweaver)|Artweaver AWD]]. |
+ | |||
+ | == Specifications == | ||
+ | * [https://raw.githubusercontent.com/awaytools/awd-sdk/master/docs/AWD_format_specification2_1_Alpha.pdf Away3D Data format (AWD) v2.1 Alpha] | ||
+ | * [https://code.google.com/p/awd/source/browse/doc/spec/AWD_format_specification.odt Away3D Data format (AWD) v2.0 WIP draft] | ||
+ | |||
+ | == Sample files == | ||
+ | * https://github.com/away3d/away3d-examples-fp11/tree/master/src/assets/onkba → onkba.awd, ... | ||
== Links == | == Links == | ||
* [https://code.google.com/p/awd/ The AWD project] | * [https://code.google.com/p/awd/ The AWD project] | ||
* [http://away3d.com/ Away3D] | * [http://away3d.com/ Away3D] |
Latest revision as of 23:25, 1 October 2018
AWD is a scene format associated with the Away3D 3D engine.
Contents |
[edit] Identification
Files begin with ASCII "AWD
". Note that this is not sufficient to distinguish them from Artweaver AWD.