first idea how to deal with receivers in a flexible way
This commit is contained in:
parent
d665378c6c
commit
f648077fff
4 changed files with 26 additions and 5 deletions
9
VRPN_Receiver.gd
Normal file
9
VRPN_Receiver.gd
Normal 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)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue