extends Node3D class_name VRPN_Receiver @export var sensor : String = "Tracker0" func _on_pos_quat(tracker_data : Dictionary): print(tracker_data)