FPS Controller
This commit is contained in:
17
demo/scenes/environment/world_environment.tscn
Normal file
17
demo/scenes/environment/world_environment.tscn
Normal file
@@ -0,0 +1,17 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://bm4jq3rokgbn2"]
|
||||
|
||||
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_rqpgq"]
|
||||
|
||||
[sub_resource type="Sky" id="Sky_r6rh3"]
|
||||
sky_material = SubResource("ProceduralSkyMaterial_rqpgq")
|
||||
|
||||
[sub_resource type="Environment" id="Environment_rgg22"]
|
||||
background_mode = 2
|
||||
sky = SubResource("Sky_r6rh3")
|
||||
|
||||
[node name="WorldEnvironment" type="WorldEnvironment"]
|
||||
environment = SubResource("Environment_rgg22")
|
||||
|
||||
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.512732, 0.858549, 0, -0.858549, 0.512732, 0, 0, 0)
|
||||
shadow_enabled = true
|
||||
Reference in New Issue
Block a user