Place the terrain in the main scene
This commit is contained in:
parent
9fa17e76dd
commit
416aa8a392
2 changed files with 32 additions and 38 deletions
|
|
@ -1,7 +1,8 @@
|
|||
[gd_scene load_steps=6 format=3 uid="uid://crq3o0eu4y8ya"]
|
||||
[gd_scene load_steps=7 format=3 uid="uid://crq3o0eu4y8ya"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dfcjdxesyn3l0" path="res://start_vr.gd" id="1_ig7tw"]
|
||||
[ext_resource type="PackedScene" uid="uid://bj1s0g7ixjw71" path="res://aircraft/aircraft.tscn" id="2_0xm2m"]
|
||||
[ext_resource type="PackedScene" uid="uid://bchcr54i3piaw" path="res://ads33-terrain/Cones_scene_terrain.tscn" id="3_h2yge"]
|
||||
|
||||
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_7dm0k"]
|
||||
|
||||
|
|
@ -14,13 +15,16 @@ sky = SubResource("Sky_ig7tw")
|
|||
|
||||
[node name="Main" type="Node3D"]
|
||||
|
||||
[node name="Aircraft" parent="." instance=ExtResource("2_0xm2m")]
|
||||
|
||||
[node name="Terrain" parent="." instance=ExtResource("3_h2yge")]
|
||||
|
||||
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
||||
environment = SubResource("Environment_0xm2m")
|
||||
|
||||
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
|
||||
transform = Transform3D(0.707107, 0.683013, -0.183013, 0, 0.258819, 0.965926, 0.707107, -0.683013, 0.183013, -3, 3, -3)
|
||||
transform = Transform3D(0.866025, 0.433013, 0.25, 0, -0.5, 0.866025, 0.5, -0.75, -0.433013, -5, 5, -5)
|
||||
shadow_enabled = true
|
||||
|
||||
[node name="StartVR" type="Node3D" parent="."]
|
||||
script = ExtResource("1_ig7tw")
|
||||
|
||||
[node name="Aircraft" parent="." instance=ExtResource("2_0xm2m")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue