Added scene
This commit is contained in:
33
basic_scene.tscn
Normal file
33
basic_scene.tscn
Normal file
@ -0,0 +1,33 @@
|
||||
[gd_scene load_steps=5 format=3 uid="uid://nt8434gjg2lr"]
|
||||
|
||||
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_tghxr"]
|
||||
sky_horizon_color = Color(0.65212, 0.672489, 0.709675, 1)
|
||||
ground_bottom_color = Color(0.159395, 0.17187, 0.224616, 1)
|
||||
ground_horizon_color = Color(0.65212, 0.672489, 0.709675, 1)
|
||||
|
||||
[sub_resource type="Sky" id="Sky_37g4p"]
|
||||
sky_material = SubResource("ProceduralSkyMaterial_tghxr")
|
||||
|
||||
[sub_resource type="Environment" id="Environment_yg2w3"]
|
||||
background_mode = 2
|
||||
sky = SubResource("Sky_37g4p")
|
||||
tonemap_mode = 2
|
||||
glow_enabled = true
|
||||
|
||||
[sub_resource type="TorusMesh" id="TorusMesh_wl7ka"]
|
||||
|
||||
[node name="Node3D" type="Node3D"]
|
||||
|
||||
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
|
||||
transform = Transform3D(-0.866025, -0.433013, 0.25, 0, 0.5, 0.866025, -0.5, 0.75, -0.433013, 0, 0, 0)
|
||||
shadow_enabled = true
|
||||
|
||||
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
||||
environment = SubResource("Environment_yg2w3")
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.758567, -0.651595, 0, 0.651595, 0.758567, 0, 0, 0)
|
||||
mesh = SubResource("TorusMesh_wl7ka")
|
||||
|
||||
[node name="Camera3D" type="Camera3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 2.60095)
|
||||
Reference in New Issue
Block a user