Tilt Brush
From Just Solve the File Format Problem
(Difference between revisions)
MihaiPopa7 (Talk | contribs) (Casing fix!!) |
MihaiPopa7 (Talk | contribs) (Oops, links!) |
||
Line 9: | Line 9: | ||
==File Information== | ==File Information== | ||
− | '''TILT''' files are a ZIP-format file with a prepended header. File header begins with the ASCII {{magic|tilT}}.<ref>https://docs.openbrush.app/developer-notes/open-brush-file-format</ref> | + | '''TILT''' files are a [[ZIP]]-format file with a prepended header. File header begins with the ASCII {{magic|tilT}}.<ref>https://docs.openbrush.app/developer-notes/open-brush-file-format</ref> |
===Format Information=== | ===Format Information=== | ||
− | After the 16 byte prepended header, the ZIP contains thumbnails, metadata in JSON format, and a .sketch file. | + | After the 16 byte prepended header, the ZIP contains thumbnails, metadata in [[JSON]] format, and a .sketch file. |
==Software== | ==Software== |
Latest revision as of 05:15, 7 April 2024
The Open Brush Format is a 3D format used with the Open Brush software developed by Google for Virtual Reality painting. Open sourced in 2021. [1][2]
Contents |
[edit] File Information
TILT files are a ZIP-format file with a prepended header. File header begins with the ASCII tilT
.[3]
[edit] Format Information
After the 16 byte prepended header, the ZIP contains thumbnails, metadata in JSON format, and a .sketch file.