Tilt Brush
From Just Solve the File Format Problem
(Difference between revisions)
(→Software) |
|||
Line 10: | Line 10: | ||
'''TILT''' files are a [[ZIP|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|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 | + | ===Format Information=== |
After the 16 byte prepended header, the zip contains thumbnails, metadata in [[JSON|json]] format, and a .sketch file. | After the 16 byte prepended header, the zip contains thumbnails, metadata in [[JSON|json]] format, and a .sketch file. | ||
Revision as of 21:22, 28 March 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.