Add post process and update main composition rendering
This commit is contained in:
@@ -24,6 +24,8 @@ background_sky = SubResource( 1 )
|
||||
background_energy = 0.6
|
||||
ambient_light_color = Color( 0.266667, 0.14902, 0.0627451, 1 )
|
||||
tonemap_mode = 2
|
||||
dof_blur_far_enabled = true
|
||||
dof_blur_far_distance = 2.0
|
||||
glow_enabled = true
|
||||
|
||||
[sub_resource type="GIProbeData" id=4]
|
||||
@@ -42,7 +44,8 @@ script = ExtResource( 6 )
|
||||
|
||||
[node name="Camera" type="Camera" parent="."]
|
||||
transform = Transform( 0.160708, -0.339306, 0.926846, 0, 0.939052, 0.343774, -0.987002, -0.0552473, 0.150913, 1.62519, 1.61928, 0.658554 )
|
||||
fov = 50.0
|
||||
fov = 38.5632
|
||||
far = 60.0
|
||||
|
||||
[node name="Building" type="Spatial" parent="."]
|
||||
|
||||
@@ -99,6 +102,12 @@ transform = Transform( 0.707107, 0, -0.707107, 0, 1, 0, 0.707107, 0, 0.707107, -
|
||||
transform = Transform( -0.958482, 0, -0.285153, 0, 1, 0, 0.285153, 0, -0.958482, -2.78053, 0.0325576, 2.20978 )
|
||||
|
||||
[node name="stool b" parent="Props Table" instance=ExtResource( 3 )]
|
||||
transform = Transform( -0.232037, 0, -0.972707, 0, 1, 0, 0.972707, 0, -0.232037, -2.91873, 0.0130518, 0.702275 )
|
||||
|
||||
[node name="stool b5" parent="Props Table" instance=ExtResource( 3 )]
|
||||
transform = Transform( 0.770013, 0, -0.638029, 0, 1, 0, 0.638029, 0, 0.770013, -4.33166, 0.013052, 1.08363 )
|
||||
|
||||
[node name="stool b4" parent="Props Table" instance=ExtResource( 3 )]
|
||||
transform = Transform( 0.656257, 0, 0.754538, 0, 1, 0, -0.754538, 0, 0.656257, -0.888955, 0.0130518, 1.64328 )
|
||||
|
||||
[node name="stool b2" parent="Props Table" instance=ExtResource( 3 )]
|
||||
@@ -133,14 +142,26 @@ transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.128144, 1.12137, -0.213012 )
|
||||
[node name="Red Color Left" type="SpotLight" parent="Lighting"]
|
||||
transform = Transform( 0.885702, -0.222818, 0.407289, 0, 0.877297, 0.479948, -0.464255, -0.425091, 0.777023, 0.730166, 1.36394, 2.03974 )
|
||||
light_color = Color( 1, 0, 0.0862745, 1 )
|
||||
light_energy = 4.0
|
||||
light_energy = 2.0
|
||||
|
||||
[node name="Blue Color Right" type="SpotLight" parent="Lighting"]
|
||||
transform = Transform( -0.728997, 0.597286, -0.334384, 0.0537007, 0.536893, 0.84194, 0.682407, 0.595815, -0.423468, -0.540161, 1.80711, -0.561909 )
|
||||
light_color = Color( 0.8, 0.835294, 1, 1 )
|
||||
|
||||
[node name="Blue Color Right2" type="SpotLight" parent="Lighting"]
|
||||
transform = Transform( -0.721569, 0.418156, -0.5518, -0.680158, -0.577006, 0.452161, -0.129319, 0.701576, 0.700762, -6.73766, 1.80711, 4.06785 )
|
||||
light_color = Color( 0.8, 0.835294, 1, 1 )
|
||||
spot_range = 8.1
|
||||
spot_angle = 55.8
|
||||
|
||||
[node name="Blue Color Right3" type="SpotLight" parent="Lighting"]
|
||||
transform = Transform( -0.0148584, -0.60583, -0.795456, -0.680158, -0.577006, 0.452161, -0.732915, 0.547754, -0.403486, -6.73766, 1.80711, -3.64447 )
|
||||
light_color = Color( 0.8, 0.835294, 1, 1 )
|
||||
spot_range = 8.1
|
||||
spot_angle = 55.8
|
||||
|
||||
[node name="Sun" type="DirectionalLight" parent="Lighting"]
|
||||
transform = Transform( -0.777664, -0.478466, 0.407809, 0.0166148, 0.632807, 0.774131, -0.62846, 0.60879, -0.484162, 0, 1.62188, 0 )
|
||||
transform = Transform( -0.777664, -0.348191, 0.523451, 0.0166148, 0.820946, 0.570764, -0.62846, 0.45256, -0.632636, 0, 1.62188, 0 )
|
||||
light_color = Color( 0.501961, 0.67451, 1, 1 )
|
||||
light_energy = 1.2
|
||||
shadow_enabled = true
|
||||
|
||||
Reference in New Issue
Block a user