One Euro Filter for CryEngine 3.5.4
Purpose of this plugin is to smooth noisy data. You should use this plugin when using Wiimote plugin, or anything else generating raw data such as VRPN trackers or gyroscope from mobiles devices for example.
To see why One Euro filter : http://www.youtube.com/watch?v=ybZR4WRjkpM
This plugin can be found here : https://github.com/lefevren/Plugin_OneEuro
The content is a part of a larger project CryVR. Learn more here : https://github.com/lefevren/CryVR
Use the installer or extract the files to your CryEngine SDK Folder so that the Code and BinXX/Plugins directories match up.
The plugin manager will automatically load up the plugin when the game/editor is restarted or if you directly load it.
-
CryVR_filters_euro_frequenceFilter Refresh rate -
CryVR_filters_euro_betaFilter beta parameter -
CryVR_filters_euro_mincutoffFilter min cut off parameter -
CryVR_filters_enableEnable/Disable all filters -
CryVR_filters_euro_enableEnable/Disable OneEuro filter
OneEuro : After activation, just smooth noisy float input with given console variables values.
OneEuro2D : After activation, just smooth noisy Vec2 input with given console variables values.
OneEuroVec : After activation, just smooth noisy Vec3 input with given console variables values.
OneEuroQuat : After activation, just smooth noisy Quaternion input with given console variables values.