Tilt Brush
From Just Solve the File Format Problem
(Difference between revisions)
MihaiPopa7 (Talk | contribs) (Oops, links!) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
|subcat=3D and CAD/CAM Models | |subcat=3D and CAD/CAM Models | ||
|extensions={{ext|tilt}} | |extensions={{ext|tilt}} | ||
+ | |wikidata={{wikidata|Q125364051}} | ||
|released=2016 | |released=2016 | ||
}} | }} | ||
Line 8: | Line 9: | ||
==File Information== | ==File Information== | ||
− | '''TILT''' files are a [[ZIP | + | '''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 | + | 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.