
Publisher
biricz
VR movement tracking
VR headset and controller movement tracking in Godot This plugin is to: to track the users head and arm movement and it can measure VR Jitter. How to use: It can be added to the scene as a new node. It is needed to fill the External script variables. The data is being saved in the "res://addons/movement_tracker/Data/" folder. The ouptut is a USER_counter_DATE.txt file. The Jitter is calculated by Standard Deviation. The deviation of the position of VR glasses and controllers in physical and v...
This plugin has been mirrored from the Godot Asset Library.
The plugin author is in no way affiliated with Gadget.
If you are the author of this plugin and would like this mirror removed, please contact support@gadgetgodot.com.
VR-movement-tracking
VR headset and controller movement tracking in Godot
This plugin is to: to track the users head and arm movement and it can measure VR Jitter.
How to use:
- It can be added to the scene as a new node.
- It is needed to fill the External script variables.
- The data is being saved in the "res://addons/movement_tracker/Data/" folder.
- The ouptut is a USER_counter_DATE.txt file.
- The Jitter is calculated by Standard Deviation. The deviation of the position of VR glasses and controllers in physical and virtual space can be measured.
Created in the BioTech Research Center at Óbuda University.