AWD Format: About

来源:互联网 发布:arm7的寄存器数据宽度 编辑:程序博客网 时间:2024/05/17 17:18

What is AWD?

AWD is a compact binary format for the storing and retrieval of 3D data. It is primarily designed for use in websites and installable mobile and desktop applications, and is optimised for use with the Away3D framework. For an up-to-date document of the specification, you can download theAWD Format Specification from GitHub as a PDF.

Why have we created the AWD Format?

AWD is a format designed for online use, be it through a web browser, mobile or desktop application. It defines and delivers on the following requirements for a general purpose 3D format for the web:

  • A compact binary file that is optimised for OTA deployment
  • A lightweight block format that is fast to parse
  • A tag system that is easy to extend with user-generated attributes
  • An internal structure that allows the streaming of larger file and scenes
  • A free and open source license, available for anyone to implement in their workflow

As well as the above, the AWD format has many data structures that transfer seamlessly with the data structures in Away3D-based 3D scenes, offering many options for asset storage and retrieval when dealing with Away3D-based projects.

AWD is not an Interchange format

AWD is a publishing format for 3D files.

AWD is not designed to be multi-purpose or multi-compatible. AWD is built to provide a standard for scene data in Away3D projects. Rather than looking to replace existing interchange formats like Collada and FBX, AWD is intended as a container for assets in a live application. The former can still be used for the majority of production work, but it is in the process of publishing that we see AWD being used to its greatest potential. Our focus with AWD is therefore around the tools and extensions that allow seamless conversion between production assets and published assets, and it is here that we look to supporting resources in the Away Tools collection such as Away Builder and Away Extensions

ToolChain

Currently there are a number of Away Tools projects using the AWD format, as well as the Away3D engine itself. These are:

  • Away Builder
  • Maya AWD Exporter
  • Blender AWD Exporter
  • 3DS Max Exporter
  • C4D Exporter

With the exception of the Away Builder project (written in ActionScript 3), all projects have a dependency on the AWD SDK repository, which contains, among other things:

  • libawd: A C++ library to (greatly) simplify encoding of AWD files
  • PyAWD: A Python toolkit, offering a pythonic way to work with AWD files.

The latter can be compiled as a wrapper for libawd, or as a standalone (with poorer writing performance) and currently works for both Python 2.6 and 3.x.

Source Codes

The AWD SDK is available for unrestricted use in your own tools and workflows, using the Apache 2.0 license for distribution. The latest sources are always available for download from GitHub, or can be forked and worked on in your own git repositories.

http://awaytools.com/awdformat/about/

0 0
原创粉丝点击