-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnodF07B.tmp
38 lines (28 loc) · 1.44 KB
/
nodF07B.tmp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[gd_scene load_steps=4 format=3 uid="uid://bquvfax3il31s"]
[ext_resource type="Script" path="res://scripts/runtime_loader_sample.gd" id="1_5t1pg"]
[ext_resource type="Script" path="res://addons/rpm-godot-sdk/runtime_loader.gd" id="1_u7joc"]
[ext_resource type="Script" path="res://scripts/rotate.gd" id="2_xcd6u"]
[node name="Root" type="Node3D"]
script = ExtResource("1_5t1pg")
[node name="RuntimeAvatarLoader" type="HTTPRequest" parent="."]
script = ExtResource("1_u7joc")
[node name="VBoxContainer" type="VBoxContainer" parent="RuntimeAvatarLoader"]
anchors_preset = -1
anchor_right = 0.49
anchor_bottom = 0.048
offset_right = 0.52002
offset_bottom = 34.896
[node name="LineEdit" type="LineEdit" parent="RuntimeAvatarLoader/VBoxContainer"]
layout_mode = 2
text = "https://models.readyplayer.me/65059d4f7a4b5e00b4d9ea82.glb?textureAtlas=1024"
[node name="Button" type="Button" parent="RuntimeAvatarLoader/VBoxContainer"]
layout_mode = 2
text = "Load Avatar"
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="RuntimeAvatarLoader"]
[node name="OmniLight3D" type="OmniLight3D" parent="RuntimeAvatarLoader"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1)
script = ExtResource("2_xcd6u")
[node name="Camera3D" type="Camera3D" parent="RuntimeAvatarLoader"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 3)
fov = 40.0
[connection signal="pressed" from="RuntimeAvatarLoader/VBoxContainer/Button" to="." method="_on_button_pressed"]