Skip to content

Commit

Permalink
Describe what data comes in the .json vs the .tilt
Browse files Browse the repository at this point in the history
Change-Id: If587e55b8d7f73d1d43eb548c1c3025e79d1fe7d
  • Loading branch information
dubois committed Jun 26, 2017
1 parent 8c06540 commit d7f1fd3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Python 2.7 code and scripts for advanced Tilt Brush data manipulation.
* `tilt_to_strokes_dae.py` - Converts .tilt files to a Collada .dae containing spline data.
* `unpack_tilt.py` - Converts .tilt files from packed format (zip) to unpacked format (directory) and vice versa, optionally applying compression.
* `Python` - Put this in your `PYTHONPATH`
* `tiltbrush` - Python package for manipulating Tilt Brush data
* `export.py` - Parse the legacy .json export format
* `tilt.py` - Read and write .tilt files
* `unpack.py` - Convert .tilt files from packed format to unpacked format and vice versa
* `tiltbrush` - Python package for manipulating Tilt Brush data.
* `export.py` - Parse the legacy .json export format. This format contains only the geometry.
* `tilt.py` - Read and write .tilt files. This format contains no geometry, but does contain timestamps, pressure, controller position and orientation, metadata, and so on -- everything Tilt Brush needs to regenerate the geometry.
* `unpack.py` - Convert .tilt files from packed format to unpacked format and vice versa.

0 comments on commit d7f1fd3

Please sign in to comment.