|
Component Prototype |
Description |
|||
|
AntiJitter Component
|
This component smooths the transformation matrix by using a simple averaging filter (i.e. the most simple version of a Kalman filter). |
|||
|
In-slots |
Name |
Type |
Description |
|
|
visible |
boolean |
When false, reset the filter (this is very important for this kind of filters) |
||
|
transformation |
matrix |
This transformation matrix is received in order to reduce its jittering (taking account the |
||
|
Out-slots |
Name |
Type |
Description |
|
|
transformation |
matrix |
This transformation matrix is applied to the component geometry when shown, reducing the jittering of the matrix |
||
|
Properties |
Name |
Type |
Description |
|
|
iconFileName* |
string |
The filename of the icon shown for the component in the authoring environment. |
||
|
dampingFactor |
integer |
Value that fixes the level of damping. If zero, there is no damping. |
||