first idea how to deal with receivers in a flexible way

This commit is contained in:
Hartmut Seichter 2025-07-01 08:49:57 +02:00
parent d665378c6c
commit f648077fff
4 changed files with 26 additions and 5 deletions

9
VRPN_Receiver.gd Normal file
View file

@ -0,0 +1,9 @@
extends Node3D
class_name VRPN_Receiver
@export var sensor : String = "Tracker0"
func _on_pos_quat(tracker_data : Dictionary):
print(tracker_data)