From d7f1fd3fbde7e5d442469cbc92f86dfd83a4b009 Mon Sep 17 00:00:00 2001 From: Paul Du Bois Date: Mon, 26 Jun 2017 13:46:15 -0700 Subject: [PATCH] Describe what data comes in the .json vs the .tilt Change-Id: If587e55b8d7f73d1d43eb548c1c3025e79d1fe7d --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0095d8f9..d19b005d 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file + * `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. \ No newline at end of file