add more structure
This commit is contained in:
parent
a4d0e8f33b
commit
36c7517cb8
6 changed files with 26 additions and 28 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue