SyncVector¶
Purpose¶
The module SyncVector synchronizes the two vectors so that the data they represent is always consistent.
Windows¶
Default Panel¶
Parameter Fields¶
Field Index¶
|
|
|
|
|
Visible Fields¶
Vector1¶
- name: vector1, type: Vector4, default: 0 0 0 0¶
Sets and shows the first vector to synchronize.
Vector2¶
- name: vector2, type: Vector4, default: 0 0 0 0¶
Sets and shows the second vector to synchronize.
Epsilon¶
- name: epsilon, type: Float, default: 9.9999997e-05¶
Sets an epsilon value to measure the difference between the two vectors to synchronize.
If one vector differs in one component by more that this value, the other vector is updated.
Epsilon Vec¶
Mode¶
- name: mode, type: Enum, default: EpsilonScalar¶
Defines the mode to compare the two vectors to synchronize.
Values:
Title |
Name |
|---|---|
Scalar |
EpsilonScalar |
Vector |
EpsilonVector |