rename to VRPN_Client to make sure there is no confusion
This commit is contained in:
parent
3f823111d1
commit
46491f8e2f
6 changed files with 41 additions and 42 deletions
|
@ -1,6 +1,6 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://en7tpf1d6yak"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dmq3i7qmo1qe0" path="res://addons/vrpn/scripts/VRPN.gd" id="1_jrm7s"]
|
||||
[ext_resource type="Script" uid="uid://dmq3i7qmo1qe0" path="res://addons/vrpn/scripts/VRPN_Client.gd" id="1_jrm7s"]
|
||||
[ext_resource type="Script" uid="uid://dpj1wrvfsiq4v" path="res://addons/vrpn/scripts/VRPN_Tracker.gd" id="2_fp2uy"]
|
||||
[ext_resource type="PackedScene" uid="uid://b426fy7d6jw2d" path="res://addons/vrpn/assets/axis.blend" id="3_73ywu"]
|
||||
|
||||
|
@ -23,17 +23,17 @@ shadow_enabled = true
|
|||
script = ExtResource("1_jrm7s")
|
||||
vrpn_server = "212.201.64.122"
|
||||
|
||||
[node name="RB1" type="Node3D" parent="Root/VRPN" node_paths=PackedStringArray("vrpn")]
|
||||
[node name="RB1" type="Node3D" parent="Root/VRPN" node_paths=PackedStringArray("vrpn_client")]
|
||||
script = ExtResource("2_fp2uy")
|
||||
vrpn = NodePath("..")
|
||||
vrpn_client = NodePath("..")
|
||||
tracker_name = "RB1"
|
||||
|
||||
[node name="axis" parent="Root/VRPN/RB1" instance=ExtResource("3_73ywu")]
|
||||
transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0, 0, 0)
|
||||
|
||||
[node name="RB2" type="Node3D" parent="Root/VRPN" node_paths=PackedStringArray("vrpn")]
|
||||
[node name="RB2" type="Node3D" parent="Root/VRPN" node_paths=PackedStringArray("vrpn_client")]
|
||||
script = ExtResource("2_fp2uy")
|
||||
vrpn = NodePath("..")
|
||||
vrpn_client = NodePath("..")
|
||||
tracker_name = "RB2"
|
||||
|
||||
[node name="axis" parent="Root/VRPN/RB2" instance=ExtResource("3_73ywu")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue