add more structure

This commit is contained in:
Hartmut Seichter 2025-07-02 23:32:04 +02:00
parent a4d0e8f33b
commit 36c7517cb8
6 changed files with 26 additions and 28 deletions

View file

@ -7,6 +7,7 @@ class_name VRPN_Receiver
@export var tracker_use_position : bool = true
@export var tracker_use_rotation : bool = true
func _on_pos_quat(tracker_data : Dictionary):
if tracker_data['tracker'] == tracker_name and tracker_data['sensor'] == tracker_sensor: