You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
Iron does not import standard 3D file formats directly. Instead, a custom .arm scene format is developed for efficiency. See structure of the scene format. JSON (textual, debug) or ArmPack (binary, based on MessagePack, deploy) serialization is used, with optional compression supported.
.arm exporter for Blender is provided. Blender can be operated from command line, making it easy to integrate is as an asset converter.