Tilt Brush
From Just Solve the File Format Problem
(Difference between revisions)
MihaiPopa7 (Talk | contribs) (Casing fix!!) |
|||
Line 9: | Line 9: | ||
==File Information== | ==File Information== | ||
− | '''TILT''' files are a | + | '''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== |
Revision as of 05:14, 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 |
File Information
TILT files are a ZIP-format file with a prepended header. File header begins with the ASCII tilT
.[3]
Format Information
After the 16 byte prepended header, the ZIP contains thumbnails, metadata in JSON format, and a .sketch file.