new light, walls and a bed
This commit is contained in:
parent
7819fffcd5
commit
349df948b5
8 changed files with 10226 additions and 24 deletions
24
models/bed/lettoAzzurro.mtl
Normal file
24
models/bed/lettoAzzurro.mtl
Normal file
|
@ -0,0 +1,24 @@
|
|||
# lettoAzzurro.mtl 3D model
|
||||
#
|
||||
# Created by LucaPresidente
|
||||
#
|
||||
# This file is distributed under Free Art License, see http://artlibre.org/licence/lal/en for more informations
|
||||
# and under CC-BY Creative Commons Attribution 3.0 Unported license, see http://creativecommons.org/licenses/by/3.0/
|
||||
# at your choice
|
||||
#
|
||||
|
||||
newmtl ChamferBox27_1
|
||||
illum 2
|
||||
Ka 0.1922 0.1804 0.4353
|
||||
Kd 0.0 0.6471 0.8863
|
||||
Ks 0 0 0
|
||||
Ns 1.0
|
||||
Ni 1.5
|
||||
|
||||
newmtl Rectangle02_2
|
||||
illum 2
|
||||
Ka 0.588 0.588 0.588
|
||||
Kd 0.588 0.588 0.588
|
||||
Ks 0.819 0.819 0.819
|
||||
Ns 34.0
|
||||
Ni 1.5
|
2662
models/bed/lettoAzzurro.obj
Normal file
2662
models/bed/lettoAzzurro.obj
Normal file
File diff suppressed because it is too large
Load diff
22
models/bed/lettoAzzurro.obj.import
Normal file
22
models/bed/lettoAzzurro.obj.import
Normal file
|
@ -0,0 +1,22 @@
|
|||
[remap]
|
||||
|
||||
importer="wavefront_obj"
|
||||
importer_version=1
|
||||
type="Mesh"
|
||||
uid="uid://ryvqneyivql2"
|
||||
path="res://.godot/imported/lettoAzzurro.obj-50813d19079681ac32bd5c58d3783617.mesh"
|
||||
|
||||
[deps]
|
||||
|
||||
files=["res://.godot/imported/lettoAzzurro.obj-50813d19079681ac32bd5c58d3783617.mesh"]
|
||||
|
||||
source_file="res://models/bed/lettoAzzurro.obj"
|
||||
dest_files=["res://.godot/imported/lettoAzzurro.obj-50813d19079681ac32bd5c58d3783617.mesh", "res://.godot/imported/lettoAzzurro.obj-50813d19079681ac32bd5c58d3783617.mesh"]
|
||||
|
||||
[params]
|
||||
|
||||
generate_tangents=true
|
||||
scale_mesh=Vector3(1, 1, 1)
|
||||
offset_mesh=Vector3(0, 0, 0)
|
||||
optimize_mesh=true
|
||||
force_disable_mesh_compression=false
|
23
models/plafonnier/hangingLight.mtl
Normal file
23
models/plafonnier/hangingLight.mtl
Normal file
|
@ -0,0 +1,23 @@
|
|||
# hangingLight.mtl
|
||||
#
|
||||
# Copyrights (C) 2010 Peter Smolik
|
||||
#
|
||||
# This file is distributed under Free Art License, see http://artlibre.org/licence/lal/en for more informations
|
||||
# and under CC-BY Creative Commons Attribution 3.0 Unported license, see http://creativecommons.org/licenses/by/3.0/
|
||||
# at your choice
|
||||
#
|
||||
|
||||
newmtl ltglass_1_1
|
||||
illum 2
|
||||
Ka 0.780392 0.784314 0.592157
|
||||
Kd 0.980392 1.0 0.890196
|
||||
Ks 0.705882 0.705882 0.705882
|
||||
Ns 128.0
|
||||
d 0.95
|
||||
|
||||
newmtl ltgold_2_2
|
||||
illum 2
|
||||
Ka 0.482353 0.462745 0.25098
|
||||
Kd 0.67451 0.678431 0.435294
|
||||
Ks 0.992157 1.0 0.639216
|
||||
Ns 128.0
|
7386
models/plafonnier/hangingLight.obj
Normal file
7386
models/plafonnier/hangingLight.obj
Normal file
File diff suppressed because it is too large
Load diff
22
models/plafonnier/hangingLight.obj.import
Normal file
22
models/plafonnier/hangingLight.obj.import
Normal file
|
@ -0,0 +1,22 @@
|
|||
[remap]
|
||||
|
||||
importer="wavefront_obj"
|
||||
importer_version=1
|
||||
type="Mesh"
|
||||
uid="uid://ctrw34ahl0147"
|
||||
path="res://.godot/imported/hangingLight.obj-53d77c42d802be6944fb99dee4009ce8.mesh"
|
||||
|
||||
[deps]
|
||||
|
||||
files=["res://.godot/imported/hangingLight.obj-53d77c42d802be6944fb99dee4009ce8.mesh"]
|
||||
|
||||
source_file="res://models/plafonnier/hangingLight.obj"
|
||||
dest_files=["res://.godot/imported/hangingLight.obj-53d77c42d802be6944fb99dee4009ce8.mesh", "res://.godot/imported/hangingLight.obj-53d77c42d802be6944fb99dee4009ce8.mesh"]
|
||||
|
||||
[params]
|
||||
|
||||
generate_tangents=true
|
||||
scale_mesh=Vector3(1, 1, 1)
|
||||
offset_mesh=Vector3(0, 0, 0)
|
||||
optimize_mesh=true
|
||||
force_disable_mesh_compression=false
|
|
@ -18,7 +18,7 @@ config/icon="res://icon.svg"
|
|||
[display]
|
||||
|
||||
window/size/viewport_width=1600
|
||||
window/size/viewport_height=1080
|
||||
window/size/viewport_height=900
|
||||
window/size/mode=2
|
||||
window/size/resizable=false
|
||||
window/stretch/aspect="expand"
|
||||
|
|
File diff suppressed because one or more lines are too long
Reference in a new issue