Axes Obect 3d model
3dmdb logo
Blend Swap
Axes Obect

Axes Obect

by Blend Swap
Last crawled date: 8 years, 2 months ago
Creates an Axes object with dimensions and coordinates based on a python script. Can also be used to visualize any other set of vectors. Tube and cone meshes used as in parakeet.blend found on blend swap .
Example input:
vectors = [
[(4,0,0), (0,0,0), 'red'],
[(0,0,4), (0,0,0), 'blue'],
[(0,4,0), (0,0,0), 'green'],
]

Tags