fix: rebake lights, optimize perf
This commit is contained in:
parent
791ba9946d
commit
c603b2247b
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=44 format=3 uid="uid://fgp3tbah7msy"]
|
||||
[gd_scene load_steps=46 format=3 uid="uid://fgp3tbah7msy"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://snugj1gnggjj" path="res://base-environments/transition/code/subway_sequence.gd" id="1_yfan7"]
|
||||
[ext_resource type="PackedScene" uid="uid://mkccbig41bqb" path="res://logic-scenes/player_controller/player_controller.tscn" id="2_il5go"]
|
||||
|
|
@ -11,7 +11,9 @@
|
|||
[ext_resource type="Script" uid="uid://pmhadgsfinjc" path="res://base-environments/transition/code/station.gd" id="10_iq74k"]
|
||||
[ext_resource type="VoxelGIData" uid="uid://pb8f1dk8ginr" path="res://base-environments/transition/vfx/ministry_gi.res" id="11_il5go"]
|
||||
[ext_resource type="VoxelGIData" uid="uid://b5b1dkf1rrsh6" path="res://base-environments/transition/vfx/saint_exupery_gi.tres" id="11_iq74k"]
|
||||
[ext_resource type="VoxelGIData" uid="uid://bwsoyukt82gvb" path="res://base-environments/transition/uni_mensa_gi.tres" id="11_rum2v"]
|
||||
[ext_resource type="PackedScene" uid="uid://inavuxjmq6hi" path="res://base-environments/transition/stations/burnout_station.tscn" id="11_vomua"]
|
||||
[ext_resource type="VoxelGIData" uid="uid://dram781e770bj" path="res://base-environments/transition/vfx/uni_voxelGI.tres" id="12_ii0j1"]
|
||||
[ext_resource type="Script" uid="uid://c3wiasfotoy5" path="res://base-environments/transition/stations/therapy_station.gd" id="12_il5go"]
|
||||
[ext_resource type="PackedScene" uid="uid://uhayiqixlv0e" path="res://base-environments/transition/stations/volunteer_station.tscn" id="13_265nv"]
|
||||
[ext_resource type="VoxelGIData" uid="uid://uml26uico8na" path="res://base-environments/transition/vfx/rosenthal_gi.tres" id="14_iq74k"]
|
||||
|
|
@ -258,7 +260,7 @@ train_labels = Dictionary[StringName, String]({
|
|||
[node name="VoxelGI" type="VoxelGI" parent="Logic/Fahrplan/uni_mensa"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.020572662, 1.5449562, -25.981638)
|
||||
size = Vector3(11, 3.7785034, 84)
|
||||
data = ExtResource("11_il5go")
|
||||
data = ExtResource("11_rum2v")
|
||||
|
||||
[node name="SubwayMap3D" type="Node3D" parent="Logic/Fahrplan/uni_mensa"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.021, 1.4, -22.606)
|
||||
|
|
@ -305,7 +307,7 @@ train_labels = Dictionary[StringName, String]({
|
|||
[node name="VoxelGI" type="VoxelGI" parent="Logic/Fahrplan/uni_main"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.020572662, 1.5449562, -25.981638)
|
||||
size = Vector3(11, 3.7785034, 84)
|
||||
data = ExtResource("11_il5go")
|
||||
data = ExtResource("12_ii0j1")
|
||||
|
||||
[node name="SubwayMap3D" type="Node3D" parent="Logic/Fahrplan/uni_main"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.021, 1.4, -22.606)
|
||||
|
|
|
|||
|
|
@ -330,5 +330,6 @@ libraries = {
|
|||
[node name="VoxelGI" type="VoxelGI" parent="." index="2"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.35, 0)
|
||||
layers = 4
|
||||
subdiv = 0
|
||||
size = Vector3(35, 4.6, 4)
|
||||
data = ExtResource("5_q0ort")
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue