mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 04:16:12 +01:00
Add light setup, scene for main level, add canon model, add generic metal materials
This commit is contained in:
30
Nodes/light_setup.tscn
Normal file
30
Nodes/light_setup.tscn
Normal file
@@ -0,0 +1,30 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://crj1k7txwig77"]
|
||||
|
||||
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_ghq3e"]
|
||||
sky_top_color = Color(0.662745, 0.356863, 0.129412, 1)
|
||||
sky_horizon_color = Color(0.815686, 0.145098, 0.254902, 1)
|
||||
|
||||
[sub_resource type="Sky" id="Sky_y00o5"]
|
||||
sky_material = SubResource("ProceduralSkyMaterial_ghq3e")
|
||||
process_mode = 1
|
||||
|
||||
[sub_resource type="Environment" id="Environment_t4j8q"]
|
||||
background_mode = 2
|
||||
background_energy_multiplier = 0.78
|
||||
sky = SubResource("Sky_y00o5")
|
||||
ambient_light_source = 3
|
||||
tonemap_mode = 2
|
||||
ssao_enabled = true
|
||||
ssao_power = 9.0943
|
||||
ssao_detail = 1.31
|
||||
ssao_horizon = 0.21
|
||||
ssil_enabled = true
|
||||
|
||||
[node name="LightSetup" type="Node"]
|
||||
|
||||
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
|
||||
transform = Transform3D(0.722372, -0.152892, 0.674391, -0.260844, 0.842959, 0.470511, -0.640421, -0.515795, 0.569048, 0, 8.25958, 0)
|
||||
shadow_enabled = true
|
||||
|
||||
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
||||
environment = SubResource("Environment_t4j8q")
|
||||
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=10 format=3 uid="uid://c1mymb38wqdg6"]
|
||||
[gd_scene load_steps=11 format=3 uid="uid://c1mymb38wqdg6"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://by5dkvik2ti0a" path="res://Assets/Model/Train/TrainFloorTile4x4.glb" id="1_ruoy4"]
|
||||
[ext_resource type="PackedScene" uid="uid://bbt38m8mno0d2" path="res://Assets/Model/Train/TrainWall.glb" id="2_ph0y0"]
|
||||
@@ -9,6 +9,7 @@
|
||||
[ext_resource type="PackedScene" uid="uid://gihk416gd7tx" path="res://Assets/Model/Train/TrainPillarArcExtention.glb" id="7_87n8g"]
|
||||
[ext_resource type="PackedScene" uid="uid://dfljj7kor8v2j" path="res://Assets/Model/Train/TrainPillarWood.glb" id="7_hd70v"]
|
||||
[ext_resource type="PackedScene" uid="uid://08f17h0im640" path="res://Assets/Model/Train/TrainWallInterior.glb" id="9_yvbc7"]
|
||||
[ext_resource type="PackedScene" uid="uid://df1p6wn43228a" path="res://Assets/Model/Weapons/Canon.glb" id="10_54n3n"]
|
||||
|
||||
[node name="train" type="Node3D"]
|
||||
|
||||
@@ -127,3 +128,9 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 6, 0, -2)
|
||||
|
||||
[node name="TrainWallInterior3" parent="." instance=ExtResource("9_yvbc7")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 8, 0, -2)
|
||||
|
||||
[node name="Canon" parent="." instance=ExtResource("10_54n3n")]
|
||||
transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 6.14337, 0, 1.47043)
|
||||
|
||||
[node name="Canon2" parent="." instance=ExtResource("10_54n3n")]
|
||||
transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 2.07371, 0, 1.47043)
|
||||
|
||||
Reference in New Issue
Block a user