mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-03 20:21:17 +00:00
Noisy textures for boxes and tables
This commit is contained in:
parent
d318e299f7
commit
5e3ccf3b99
37 changed files with 314 additions and 23 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=14 format=3 uid="uid://chcfi75y8wmhy"]
|
||||
[gd_scene load_steps=18 format=3 uid="uid://chcfi75y8wmhy"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://s3dylmxk306" path="res://Sprites/SingleTiles/Carpet_Floor.png" id="1_qsr6w"]
|
||||
[ext_resource type="Texture2D" uid="uid://bucmiheu0osiq" path="res://Sprites/SingleTiles/Floor2.png" id="3_d010f"]
|
||||
|
|
@ -41,6 +41,27 @@ texture_filter = 0
|
|||
transparency = 1
|
||||
albedo_color = Color(0.265832, 0.239456, 0.864376, 0.364)
|
||||
|
||||
[sub_resource type="PanoramaSkyMaterial" id="PanoramaSkyMaterial_qsr6w"]
|
||||
panorama = ExtResource("7_qsr6w")
|
||||
energy_multiplier = 0.0
|
||||
|
||||
[sub_resource type="Sky" id="Sky_3trh6"]
|
||||
sky_material = SubResource("PanoramaSkyMaterial_qsr6w")
|
||||
|
||||
[sub_resource type="Environment" id="Environment_qsr6w"]
|
||||
background_mode = 2
|
||||
sky = SubResource("Sky_3trh6")
|
||||
fog_enabled = true
|
||||
fog_mode = 1
|
||||
fog_light_color = Color(0.30957696, 0.22814566, 0.48325887, 1)
|
||||
fog_light_energy = 1.43
|
||||
fog_sun_scatter = 0.14
|
||||
fog_density = 1.0
|
||||
fog_depth_begin = 5.0
|
||||
fog_depth_end = 61.1
|
||||
|
||||
[sub_resource type="CameraAttributesPractical" id="CameraAttributesPractical_3trh6"]
|
||||
|
||||
[node name="BriefingRoom3d" type="Node3D"]
|
||||
|
||||
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
|
||||
|
|
@ -108,6 +129,7 @@ material = SubResource("StandardMaterial3D_688nh")
|
|||
|
||||
[node name="Background" type="Sprite3D" parent="."]
|
||||
transform = Transform3D(2, 0, 0, 0, 2, 0, 0, 0, 2, -5.11515, -14.0386, -126.613)
|
||||
visible = false
|
||||
cast_shadow = 0
|
||||
ignore_occlusion_culling = true
|
||||
pixel_size = 0.8
|
||||
|
|
@ -140,3 +162,7 @@ transform = Transform3D(1, 0, 0, 0, 7.34509, 0, 0, 0, 1, -2.84565, 0.777918, -26
|
|||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0505791, 1.78631, -1.95604)
|
||||
material_override = SubResource("ORMMaterial3D_qsr6w")
|
||||
size = Vector3(2.175, 1.401, 0.055)
|
||||
|
||||
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
||||
environment = SubResource("Environment_qsr6w")
|
||||
camera_attributes = SubResource("CameraAttributesPractical_3trh6")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue