Skip to content

yarox/tviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages