- BaseNode
- base class for 3D objects used in PyVib2
- AtomNode
- atoms
- BondNode
- bonds
- VibratingAtomNode
- vibrational motion on atoms
- TriangleNode
- triangle
- ScalarSphereNode
- sphere whose size is dependent on scalar a value
- TextFollowerNode
- text which follows a camera
- create_sphere()
- create a sphere
- create_cylinder()
- create a cylinder
- orient_actor()
- orientate an actor in a certain direction
Author: | Maxim Fedorovsky |
---|
Create a sphere.
Parameters: |
|
---|
See also
Returns: | the sphere source and sphere actor |
---|
Create a cylinder.
Parameters: |
|
---|
See also
Returns: | the cylinder source and cylinder actor |
---|
Orientate an actor in a cerain direction.
Parameter: | dir_vector – direction of the actor(zerp-based array) |
---|