SoShuttle¶
- InventorModule¶
genre
author
package
definition
Purpose¶
The SoShuttle node is derived from SoTranslation, applying a translation to the current transformation.
Using engines connected to the realTime global field, the Translation value animates over time between two fixed translations, achieving a shuttling effect. The motion period can be adjusted by modifying the Speed field. The current translation at any time is accessible in the Translation field, inherited from SoTranslation.
Windows¶
Default Panel¶
Output Fields¶
self¶
- name: self, type: SoNode¶
Parameter Fields¶
Field Index¶
|
|
|
|
|
Visible Fields¶
Translation¶
- name: translation, type: Vector3, default: 0 0 0¶
Shows the current interpolated translation.
Translation0¶
- name: translation0, type: Vector3, default: 0 0 0¶
Sets the start translation value.
Translation1¶
- name: translation1, type: Vector3, default: 0 0 0¶
Sets the end translation value.
Speed¶
- name: speed, type: Float, default: 1¶
Sets the shuttle speed in cycles per second.
On¶
- name: on, type: Bool, default: TRUE¶
If checked, the shuttling is active.