yarox / tviz

Visualize a 3D trajectory using Blender.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tviz

Visualize a 3D trajectory using Blender.

Dependecies

Tested under Mac OS X Lion with Blender 2.63a and Python 3.2.1.

Quickstart

Start Blender, go to Scripting mode, and load the code in the Text Editor. Update the source variable with the full path to your data, and hit the Run Script button.

Data format

Data must be a plain text file containing a valid representation of a list of tuples in Python, each tuple having three float components.

Example

[(37.00, 10.17, 0.40), (38.00, 10.26, 0.81), (39.00, 10.35, 1.21)]

References

  1. http://www.blender.org/documentation/blender_python_api_2_63_17

About

Visualize a 3D trajectory using Blender.


Languages

Language:Python 100.0%