Description
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:
plot3daxis(size=4, clean=True)
speed = (2, 4, 3)
force = (-2, 2, 3)
plot_vectors(vectors=[
[speed, (0, 0, 0), 'yellow'],
[force, (0, 0, 0), 'orange'],
], clean=False)
Axes Obect
3D Model
N
ntg
Uploaded over 9 years ago
- Downloads
- 114
- Likes
- 0
- License
- CC-BY
- Category
- Miscellaneous Objects
- Blender Version
- 2.7x
- Render Engine
- Blender Internal
- File Size
- 124 KB
Comments (2)
I don't want to upset you, but it can make everyone, it's not so usefull for professional projects, but I support you, because you just a beginner and you need more patience and time to make more proffecional model)))
My intended usage is scientific. I want to visualize vectors, such as force etc. for students (and myself) to better understand them.... :)
Sign in to leave a comment.