ajout reglages
This commit is contained in:
parent
0d699a85ed
commit
30e43596d0
101 changed files with 40200 additions and 128 deletions
5
CREDITS
5
CREDITS
|
@ -9,4 +9,7 @@ Contrainte : Intégrer une forme de mise en abyme
|
|||
- Tanya FRANCOIS
|
||||
- Manal SAIDI
|
||||
|
||||
Modèles 3D : https://www.sweethome3d.com/fr/freeModels.jsp
|
||||
Modèles 3D :
|
||||
|
||||
- https://www.sweethome3d.com/fr/freeModels.jsp
|
||||
- https://polyhaven.com/models
|
||||
|
|
102
export_presets.cfg
Normal file
102
export_presets.cfg
Normal file
|
@ -0,0 +1,102 @@
|
|||
[preset.0]
|
||||
|
||||
name="Windows Desktop"
|
||||
platform="Windows Desktop"
|
||||
runnable=true
|
||||
dedicated_server=false
|
||||
custom_features=""
|
||||
export_filter="all_resources"
|
||||
include_filter=""
|
||||
exclude_filter=""
|
||||
export_path=""
|
||||
encryption_include_filters=""
|
||||
encryption_exclude_filters=""
|
||||
encrypt_pck=false
|
||||
encrypt_directory=false
|
||||
|
||||
[preset.0.options]
|
||||
|
||||
custom_template/debug=""
|
||||
custom_template/release=""
|
||||
debug/export_console_wrapper=1
|
||||
binary_format/embed_pck=true
|
||||
texture_format/bptc=true
|
||||
texture_format/s3tc=true
|
||||
texture_format/etc=false
|
||||
texture_format/etc2=false
|
||||
binary_format/architecture="x86_64"
|
||||
codesign/enable=false
|
||||
codesign/timestamp=true
|
||||
codesign/timestamp_server_url=""
|
||||
codesign/digest_algorithm=1
|
||||
codesign/description=""
|
||||
codesign/custom_options=PackedStringArray()
|
||||
application/modify_resources=true
|
||||
application/icon=""
|
||||
application/console_wrapper_icon=""
|
||||
application/icon_interpolation=4
|
||||
application/file_version=""
|
||||
application/product_version=""
|
||||
application/company_name="meow.sh"
|
||||
application/product_name=""
|
||||
application/file_description=""
|
||||
application/copyright=""
|
||||
application/trademarks=""
|
||||
application/export_angle=0
|
||||
ssh_remote_deploy/enabled=false
|
||||
ssh_remote_deploy/host="user@host_ip"
|
||||
ssh_remote_deploy/port="22"
|
||||
ssh_remote_deploy/extra_args_ssh=""
|
||||
ssh_remote_deploy/extra_args_scp=""
|
||||
ssh_remote_deploy/run_script="Expand-Archive -LiteralPath '{temp_dir}\\{archive_name}' -DestinationPath '{temp_dir}'
|
||||
$action = New-ScheduledTaskAction -Execute '{temp_dir}\\{exe_name}' -Argument '{cmd_args}'
|
||||
$trigger = New-ScheduledTaskTrigger -Once -At 00:00
|
||||
$settings = New-ScheduledTaskSettingsSet
|
||||
$task = New-ScheduledTask -Action $action -Trigger $trigger -Settings $settings
|
||||
Register-ScheduledTask godot_remote_debug -InputObject $task -Force:$true
|
||||
Start-ScheduledTask -TaskName godot_remote_debug
|
||||
while (Get-ScheduledTask -TaskName godot_remote_debug | ? State -eq running) { Start-Sleep -Milliseconds 100 }
|
||||
Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorAction:SilentlyContinue"
|
||||
ssh_remote_deploy/cleanup_script="Stop-ScheduledTask -TaskName godot_remote_debug -ErrorAction:SilentlyContinue
|
||||
Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorAction:SilentlyContinue
|
||||
Remove-Item -Recurse -Force '{temp_dir}'"
|
||||
|
||||
[preset.1]
|
||||
|
||||
name="Linux/X11"
|
||||
platform="Linux/X11"
|
||||
runnable=true
|
||||
dedicated_server=false
|
||||
custom_features=""
|
||||
export_filter="all_resources"
|
||||
include_filter=""
|
||||
exclude_filter=""
|
||||
export_path=""
|
||||
encryption_include_filters=""
|
||||
encryption_exclude_filters=""
|
||||
encrypt_pck=false
|
||||
encrypt_directory=false
|
||||
|
||||
[preset.1.options]
|
||||
|
||||
custom_template/debug=""
|
||||
custom_template/release=""
|
||||
debug/export_console_wrapper=1
|
||||
binary_format/embed_pck=true
|
||||
texture_format/bptc=true
|
||||
texture_format/s3tc=true
|
||||
texture_format/etc=false
|
||||
texture_format/etc2=false
|
||||
binary_format/architecture="x86_64"
|
||||
ssh_remote_deploy/enabled=false
|
||||
ssh_remote_deploy/host="user@host_ip"
|
||||
ssh_remote_deploy/port="22"
|
||||
ssh_remote_deploy/extra_args_ssh=""
|
||||
ssh_remote_deploy/extra_args_scp=""
|
||||
ssh_remote_deploy/run_script="#!/usr/bin/env bash
|
||||
export DISPLAY=:0
|
||||
unzip -o -q \"{temp_dir}/{archive_name}\" -d \"{temp_dir}\"
|
||||
\"{temp_dir}/{exe_name}\" {cmd_args}"
|
||||
ssh_remote_deploy/cleanup_script="#!/usr/bin/env bash
|
||||
kill $(pgrep -x -f \"{temp_dir}/{exe_name} {cmd_args}\")
|
||||
rm -rf \"{temp_dir}\""
|
BIN
models/carpet/carpet.jpg
(Stored with Git LFS)
Normal file
BIN
models/carpet/carpet.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
35
models/carpet/carpet.jpg.import
Normal file
35
models/carpet/carpet.jpg.import
Normal file
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://midgy1qigh6a"
|
||||
path.s3tc="res://.godot/imported/carpet.jpg-ad5e34b8e829f57d66deeaed2bc9c9f9.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://models/carpet/carpet.jpg"
|
||||
dest_files=["res://.godot/imported/carpet.jpg-ad5e34b8e829f57d66deeaed2bc9c9f9.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=2
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=true
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=0
|
29
models/carpet/carpet.mtl
Normal file
29
models/carpet/carpet.mtl
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Blender3D MTL File: carpet.blend
|
||||
#
|
||||
# Created by Emmanuel Puybaret / eTeks for Sweet Home 3D
|
||||
#
|
||||
# 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 gray
|
||||
Ns 0
|
||||
Ka 0.000000 0.000000 0.000000
|
||||
Kd 0.400726 0.400726 0.400726
|
||||
Ks 0.000000 0.000000 0.000000
|
||||
Ni 1.000000
|
||||
d 1.000000
|
||||
illum 2
|
||||
|
||||
|
||||
newmtl carpet_carpet.jpg
|
||||
Ns 0
|
||||
Ka 0.000000 0.000000 0.000000
|
||||
Kd 0.640000 0.640000 0.640000
|
||||
Ks 0.000000 0.000000 0.000000
|
||||
Ni 1.000000
|
||||
d 1.000000
|
||||
illum 2
|
||||
map_Kd carpet.jpg
|
||||
|
||||
|
38
models/carpet/carpet.obj
Normal file
38
models/carpet/carpet.obj
Normal file
|
@ -0,0 +1,38 @@
|
|||
# Blender3D v245 OBJ File: carpet.blend
|
||||
#
|
||||
# Created by Emmanuel Puybaret / eTeks for Sweet Home 3D
|
||||
#
|
||||
# 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
|
||||
#
|
||||
# www.blender3d.org
|
||||
mtllib carpet.mtl
|
||||
g carpet
|
||||
v 80.141968 1.042486 -110.100250
|
||||
v -79.858032 1.042486 -110.100250
|
||||
v 80.141968 1.042513 114.899750
|
||||
v -79.858032 1.042513 114.899750
|
||||
vt 0.000000 0.000000 0.0
|
||||
vt 1.000000 0.000000 0.0
|
||||
vt 0.999999 1.000000 0.0
|
||||
vt 0.000000 1.000000 0.0
|
||||
usemtl carpet_carpet.jpg
|
||||
s off
|
||||
f 3/1 1/2 2/3 4/4
|
||||
g carpetBase
|
||||
v 80.141968 1.042486 -110.100250
|
||||
v 80.141968 0.042487 -110.100250
|
||||
v -79.858032 0.042487 -110.100250
|
||||
v -79.858032 1.042486 -110.100250
|
||||
v 80.141968 1.042513 114.899750
|
||||
v 80.141907 0.042513 114.899750
|
||||
v -79.858032 0.042514 114.899750
|
||||
v -79.858032 1.042513 114.899750
|
||||
usemtl gray
|
||||
s off
|
||||
f 5 6 7 8
|
||||
f 9 12 11 10
|
||||
f 5 9 10 6
|
||||
f 6 10 11 7
|
||||
f 7 11 12 8
|
22
models/carpet/carpet.obj.import
Normal file
22
models/carpet/carpet.obj.import
Normal file
|
@ -0,0 +1,22 @@
|
|||
[remap]
|
||||
|
||||
importer="wavefront_obj"
|
||||
importer_version=1
|
||||
type="Mesh"
|
||||
uid="uid://cnlgxqvowntmw"
|
||||
path="res://.godot/imported/carpet.obj-2728d3ddb8df5f6926c46468fb6a956e.mesh"
|
||||
|
||||
[deps]
|
||||
|
||||
files=["res://.godot/imported/carpet.obj-2728d3ddb8df5f6926c46468fb6a956e.mesh"]
|
||||
|
||||
source_file="res://models/carpet/carpet.obj"
|
||||
dest_files=["res://.godot/imported/carpet.obj-2728d3ddb8df5f6926c46468fb6a956e.mesh", "res://.godot/imported/carpet.obj-2728d3ddb8df5f6926c46468fb6a956e.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
|
20
models/chaussette/LICENSE.TXT
Normal file
20
models/chaussette/LICENSE.TXT
Normal file
|
@ -0,0 +1,20 @@
|
|||
This file is under the Creative Commons Attribution 3.0 Unported license:
|
||||
|
||||
http://creativecommons.org/licenses/by/3.0/
|
||||
|
||||
Your are free to:
|
||||
|
||||
Share - copy and redistribute the material in any medium or format
|
||||
|
||||
Adapt - remix, transform, and build upon the material
|
||||
|
||||
for any purpose, even commercially.
|
||||
|
||||
The licensor cannot revoke these freedoms as long as you follow the license terms.
|
||||
|
||||
Under the following terms:
|
||||
|
||||
Attribution: If you want distribute this work, or
|
||||
derivates, you must attribute it to
|
||||
Emmanuel PUYBARET / eTeks <info@eteks.com> and
|
||||
Scopia Visual Interfaces Systems, s.l. (http://www.scopia.es)
|
35
models/chaussette/chaussette.mtl
Normal file
35
models/chaussette/chaussette.mtl
Normal file
|
@ -0,0 +1,35 @@
|
|||
# Blender MTL File: 'chaussettes.blend'
|
||||
# Material Count: 3
|
||||
|
||||
newmtl body
|
||||
Ns 5.882353
|
||||
Ka 1.000000 1.000000 1.000000
|
||||
Kd 0.096304 0.227785 0.640000
|
||||
Ks 0.052846 0.052846 0.052846
|
||||
Ke 0.000000 0.000000 0.000000
|
||||
Ni 1.000000
|
||||
d 1.000000
|
||||
illum 2
|
||||
map_Kd texture-chaussettes.jpg
|
||||
|
||||
newmtl heelAndTip
|
||||
Ns 5.882353
|
||||
Ka 1.000000 1.000000 1.000000
|
||||
Kd 0.013789 0.016712 0.161519
|
||||
Ks 0.052846 0.052846 0.052846
|
||||
Ke 0.000000 0.000000 0.000000
|
||||
Ni 1.000000
|
||||
d 1.000000
|
||||
illum 2
|
||||
map_Kd texture-chaussettes.jpg
|
||||
|
||||
newmtl top
|
||||
Ns 5.882353
|
||||
Ka 1.000000 1.000000 1.000000
|
||||
Kd 0.008630 0.010304 0.088550
|
||||
Ks 0.052846 0.052846 0.052846
|
||||
Ke 0.000000 0.000000 0.000000
|
||||
Ni 1.000000
|
||||
d 1.000000
|
||||
illum 2
|
||||
map_Kd texture-chaussettes.jpg
|
773
models/chaussette/chaussette.obj
Normal file
773
models/chaussette/chaussette.obj
Normal file
|
@ -0,0 +1,773 @@
|
|||
# Blender v2.79 (sub 0) OBJ File: 'chaussettes.blend'
|
||||
# www.blender.org
|
||||
mtllib chaussette.mtl
|
||||
o chaussette
|
||||
v -11.416021 0.354731 -12.230902
|
||||
v -11.494750 0.633209 -14.530217
|
||||
v -12.282338 0.354731 -14.180115
|
||||
v -12.030558 0.549652 -14.310881
|
||||
v -10.628433 0.633209 -12.581004
|
||||
v -5.549887 0.633209 -17.242117
|
||||
v -9.649671 0.493925 -13.201847
|
||||
v -5.033820 0.549652 -17.504555
|
||||
v -8.321263 0.633209 -15.853758
|
||||
v -11.164241 0.549652 -12.361667
|
||||
v -4.683570 0.633209 -15.292904
|
||||
v -10.195960 0.354731 -12.959009
|
||||
v -4.167503 0.549652 -15.555341
|
||||
v -7.402967 0.633209 -14.005903
|
||||
v -11.256643 0.354731 -12.207327
|
||||
v -10.492830 0.633209 -12.546860
|
||||
v -11.012463 0.549652 -12.334145
|
||||
v -4.727437 0.633209 -15.176890
|
||||
v -10.021319 0.452160 -13.049711
|
||||
v -4.226949 0.549652 -15.431404
|
||||
v -7.363169 0.633209 -13.931804
|
||||
v -6.585030 0.354731 -2.209309
|
||||
v -5.821217 0.633209 -2.548842
|
||||
v -6.340849 0.549652 -2.336127
|
||||
v 0.106611 0.633209 -5.196921
|
||||
v -5.526186 0.493925 -15.082878
|
||||
v 0.607099 0.549652 -5.451435
|
||||
v -2.581100 0.633209 -3.850475
|
||||
v -6.259344 0.354731 -0.813419
|
||||
v -5.440560 0.633209 -0.981603
|
||||
v -5.993679 0.549652 -0.885036
|
||||
v 1.111334 0.633209 -3.833846
|
||||
v -5.168231 0.452160 -15.264910
|
||||
v 1.591295 0.549652 -4.125227
|
||||
v -0.956444 0.705448 -2.254462
|
||||
v 2.604278 0.633209 -2.954751
|
||||
v -7.448472 0.493925 -14.119884
|
||||
v 3.058000 0.549652 -3.285510
|
||||
v 4.076775 0.615384 -1.373023
|
||||
v -9.649671 0.215538 -13.201847
|
||||
v 4.369059 0.549652 -2.041551
|
||||
v 4.100561 0.633209 -0.109454
|
||||
v -10.021319 0.257303 -13.049711
|
||||
v 4.660023 0.549652 -0.061832
|
||||
v 3.549169 0.633209 1.219132
|
||||
v -5.526186 0.215538 -15.082878
|
||||
v 3.995268 0.549652 1.560101
|
||||
v 1.621577 0.622626 2.987542
|
||||
v -4.985478 0.354731 -15.337901
|
||||
v 1.994222 0.549652 3.407544
|
||||
v 0.512880 0.622626 3.971252
|
||||
v -5.168231 0.257303 -15.264910
|
||||
v 1.029335 0.549652 4.191568
|
||||
v 0.365450 0.633209 -1.252231
|
||||
v -1.551138 0.599582 0.641684
|
||||
v -0.050252 0.582134 2.079007
|
||||
v -6.490784 0.354731 0.946043
|
||||
v -5.727607 0.633209 1.287002
|
||||
v -6.233219 0.549652 1.042825
|
||||
v -11.468497 0.354731 11.298528
|
||||
v -10.705319 0.633209 11.639486
|
||||
v -11.210931 0.549652 11.395309
|
||||
v -11.842151 0.354731 13.026175
|
||||
v -11.028382 0.633209 12.835195
|
||||
v -11.578588 0.549652 12.947167
|
||||
v -11.491090 0.354731 15.031764
|
||||
v -10.715971 0.633209 14.718902
|
||||
v -11.242661 0.549652 14.913484
|
||||
v -10.379278 0.354731 16.610985
|
||||
v -9.859932 0.633209 15.956025
|
||||
v -10.221721 0.549652 16.385410
|
||||
v -8.563384 0.354731 17.315559
|
||||
v -8.522772 0.633209 16.480669
|
||||
v -8.566718 0.549652 17.040430
|
||||
v -6.022874 0.354731 16.765739
|
||||
v -6.438813 0.633209 16.040697
|
||||
v -6.174023 0.549652 16.535824
|
||||
v -4.630692 0.354731 15.650523
|
||||
v -5.230105 0.633209 15.067946
|
||||
v -4.839278 0.549652 15.471082
|
||||
v -3.719832 0.705448 2.025971
|
||||
v -1.179444 0.582134 3.061739
|
||||
v -8.753734 0.633208 12.295915
|
||||
v -7.512221 0.633208 12.197049
|
||||
v -7.448472 0.215538 -14.119884
|
||||
v -11.494750 0.076254 -14.530217
|
||||
v -8.339591 0.171990 -15.857439
|
||||
v -12.030558 0.159811 -14.310881
|
||||
v -10.628433 0.076254 -12.581004
|
||||
v -5.549887 0.076254 -17.242117
|
||||
v -4.770343 0.354731 -17.609785
|
||||
v -5.033820 0.159811 -17.504555
|
||||
v -8.321263 0.076254 -15.853758
|
||||
v -11.164241 0.159811 -12.361667
|
||||
v -4.683570 0.076254 -15.292904
|
||||
v -3.904026 0.354731 -15.660569
|
||||
v -4.167503 0.159811 -15.555341
|
||||
v -7.402967 0.076254 -14.005903
|
||||
v -5.345951 0.226821 -17.360703
|
||||
v -10.492830 0.076254 -12.546860
|
||||
v -11.012463 0.159811 -12.334145
|
||||
v -4.727437 0.076254 -15.176890
|
||||
v -3.971426 0.354731 -15.533457
|
||||
v -4.226949 0.159811 -15.431404
|
||||
v -7.363169 0.076254 -13.931804
|
||||
v -5.106021 0.354731 -17.456528
|
||||
v -5.821217 0.076254 -2.548842
|
||||
v -6.340849 0.159811 -2.336127
|
||||
v 0.106611 0.076254 -5.196921
|
||||
v 0.862621 0.354731 -5.553488
|
||||
v 0.607099 0.159811 -5.451435
|
||||
v -2.581100 0.076254 -3.850475
|
||||
v -5.815897 0.171990 -17.121719
|
||||
v -5.440560 0.076254 -0.981603
|
||||
v -5.993679 0.159811 -0.885036
|
||||
v 1.111334 0.076254 -3.833846
|
||||
v 1.838433 0.354731 -4.246180
|
||||
v 1.591295 0.159811 -4.125227
|
||||
v -0.956444 0.004015 -2.254462
|
||||
v 2.604277 0.076254 -2.954751
|
||||
v 3.294075 0.354731 -3.426843
|
||||
v 3.058000 0.159811 -3.285510
|
||||
v 4.076775 0.094079 -1.373023
|
||||
v 4.631004 0.354731 -2.125757
|
||||
v 4.369059 0.159811 -2.041551
|
||||
v 4.100561 0.076254 -0.109454
|
||||
v 4.930950 0.354731 -0.013821
|
||||
v 4.660023 0.159811 -0.061832
|
||||
v 3.549169 0.076254 1.219132
|
||||
v 4.197884 0.354731 1.746256
|
||||
v 3.995268 0.159811 1.560101
|
||||
v 1.621577 0.086837 2.987542
|
||||
v 2.157489 0.354731 3.629018
|
||||
v 1.994222 0.159811 3.407544
|
||||
v 0.512880 0.086837 3.971252
|
||||
v 1.271628 0.354731 4.321956
|
||||
v 1.029336 0.159811 4.191568
|
||||
v 0.365451 0.076254 -1.252231
|
||||
v -1.551138 0.109881 0.641684
|
||||
v -0.050253 0.127329 2.079007
|
||||
v -11.717381 0.226821 -14.452451
|
||||
v -5.727607 0.076254 1.287002
|
||||
v -6.233219 0.159811 1.042825
|
||||
v -11.229459 0.171990 -14.652185
|
||||
v -10.705319 0.076254 11.639486
|
||||
v -11.210931 0.159811 11.395309
|
||||
v -8.339591 0.537473 -15.857439
|
||||
v -11.028382 0.076254 12.835195
|
||||
v -11.578588 0.159811 12.947167
|
||||
v -5.345951 0.482642 -17.360703
|
||||
v -10.715971 0.076254 14.718902
|
||||
v -11.242661 0.159811 14.913484
|
||||
v -5.815897 0.537473 -17.121719
|
||||
v -9.859932 0.076254 15.956025
|
||||
v -10.221721 0.159811 16.385410
|
||||
v -11.717381 0.482641 -14.452451
|
||||
v -8.522772 0.076254 16.480669
|
||||
v -8.566718 0.159811 17.040430
|
||||
v -11.946660 0.354731 -14.333372
|
||||
v -6.438813 0.076254 16.040697
|
||||
v -6.174023 0.159811 16.535824
|
||||
v -11.229459 0.537473 -14.652185
|
||||
v -5.230105 0.076254 15.067946
|
||||
v -4.839278 0.159811 15.471082
|
||||
v -3.719832 0.004015 2.025971
|
||||
v -1.179444 0.127329 3.061739
|
||||
v -8.753734 0.076255 12.295915
|
||||
v -7.512221 0.076255 12.197049
|
||||
v -11.494750 0.633209 -14.530217
|
||||
v -12.030558 0.549652 -14.310881
|
||||
v -12.282338 0.354731 -14.180115
|
||||
v -5.549887 0.633209 -17.242117
|
||||
v -5.033820 0.549652 -17.504555
|
||||
v -8.321263 0.633209 -15.853758
|
||||
v -11.494750 0.076254 -14.530217
|
||||
v -12.030558 0.159811 -14.310881
|
||||
v -5.549887 0.076254 -17.242117
|
||||
v -5.033820 0.159811 -17.504555
|
||||
v -4.770343 0.354731 -17.609785
|
||||
v -8.321263 0.076254 -15.853758
|
||||
v -11.717381 0.226821 -14.452451
|
||||
v -11.946660 0.354731 -14.333372
|
||||
v -5.345951 0.482642 -17.360703
|
||||
v -5.106021 0.354731 -17.456528
|
||||
v -5.815897 0.171990 -17.121719
|
||||
v -8.339591 0.171990 -15.857439
|
||||
v -11.229459 0.171990 -14.652185
|
||||
v -5.345951 0.226821 -17.360703
|
||||
v -5.815897 0.537473 -17.121719
|
||||
v -8.339591 0.537473 -15.857439
|
||||
v -11.229459 0.537473 -14.652185
|
||||
v -11.717381 0.482641 -14.452451
|
||||
vt 0.835902 0.865242
|
||||
vt 0.716243 0.908643
|
||||
vt 0.718770 0.904402
|
||||
vt 0.835107 0.862317
|
||||
vt 0.959526 0.827164
|
||||
vt 0.939261 0.832090
|
||||
vt 0.935368 0.830065
|
||||
vt 0.955195 0.824978
|
||||
vt 0.697212 0.917136
|
||||
vt 0.685659 0.920352
|
||||
vt 0.688319 0.915164
|
||||
vt 0.699952 0.912440
|
||||
vt 0.970697 0.822748
|
||||
vt 0.966152 0.820252
|
||||
vt 0.815617 0.450201
|
||||
vt 0.835228 0.444461
|
||||
vt 0.563929 0.538308
|
||||
vt 0.575451 0.534670
|
||||
vt 0.711716 0.481422
|
||||
vt 0.846601 0.440381
|
||||
vt 0.594496 0.527292
|
||||
vt 0.538032 0.494055
|
||||
vt 0.548523 0.487903
|
||||
vt 0.714794 0.399523
|
||||
vt 0.808112 0.389493
|
||||
vt 0.828083 0.384977
|
||||
vt 0.839958 0.382075
|
||||
vt 0.565607 0.476705
|
||||
vt 0.843648 0.326703
|
||||
vt 0.855460 0.324689
|
||||
vt 0.823887 0.329626
|
||||
vt 0.654590 0.167318
|
||||
vt 0.655469 0.179260
|
||||
vt 0.610838 0.180970
|
||||
vt 0.614502 0.169339
|
||||
vt 0.655517 0.199314
|
||||
vt 0.602360 0.199507
|
||||
vt 0.724546 0.340777
|
||||
vt 0.494660 0.442670
|
||||
vt 0.502267 0.423634
|
||||
vt 0.488987 0.453477
|
||||
vt 0.112894 0.287520
|
||||
vt 0.120626 0.268794
|
||||
vt 0.107206 0.298277
|
||||
vt 0.066535 0.255112
|
||||
vt 0.083852 0.244867
|
||||
vt 0.055896 0.260985
|
||||
vt 0.181924 0.048312
|
||||
vt 0.182377 0.028280
|
||||
vt 0.183792 0.016286
|
||||
vt 0.628369 0.338002
|
||||
vt 0.537210 0.354605
|
||||
vt 0.633066 0.263626
|
||||
vt 0.579329 0.264932
|
||||
vt 0.156484 0.204911
|
||||
vt 0.191517 0.177798
|
||||
vt 0.858360 0.938106
|
||||
vt 0.836086 0.865240
|
||||
vt 0.716424 0.908627
|
||||
vt 0.743083 0.976736
|
||||
vt 0.961498 0.901916
|
||||
vt 0.980756 0.896244
|
||||
vt 0.959715 0.827174
|
||||
vt 0.939451 0.832099
|
||||
vt 0.697392 0.917118
|
||||
vt 0.724307 0.984090
|
||||
vt 0.992682 0.894423
|
||||
vt 0.970887 0.822760
|
||||
vt 0.685840 0.920333
|
||||
vt 0.713732 0.989990
|
||||
vt 0.835292 0.862314
|
||||
vt 0.718952 0.904387
|
||||
vt 0.955384 0.824988
|
||||
vt 0.935558 0.830073
|
||||
vt 0.700133 0.912423
|
||||
vt 0.688500 0.915146
|
||||
vt 0.966342 0.820263
|
||||
vt 0.835459 0.444458
|
||||
vt 0.815847 0.450195
|
||||
vt 0.575670 0.534639
|
||||
vt 0.564147 0.538276
|
||||
vt 0.711941 0.481405
|
||||
vt 0.846833 0.440379
|
||||
vt 0.594716 0.527263
|
||||
vt 0.548746 0.487868
|
||||
vt 0.538254 0.494019
|
||||
vt 0.808349 0.389486
|
||||
vt 0.715029 0.399506
|
||||
vt 0.840195 0.382072
|
||||
vt 0.828320 0.384972
|
||||
vt 0.565831 0.476672
|
||||
vt 0.855704 0.324686
|
||||
vt 0.843892 0.326700
|
||||
vt 0.824130 0.329620
|
||||
vt 0.856793 0.259242
|
||||
vt 0.845868 0.264167
|
||||
vt 0.822466 0.254526
|
||||
vt 0.813779 0.197602
|
||||
vt 0.806460 0.207072
|
||||
vt 0.793066 0.221624
|
||||
vt 0.752972 0.169038
|
||||
vt 0.751527 0.180869
|
||||
vt 0.747828 0.200327
|
||||
vt 0.654848 0.167292
|
||||
vt 0.655726 0.179234
|
||||
vt 0.655772 0.199288
|
||||
vt 0.614759 0.169308
|
||||
vt 0.611093 0.180940
|
||||
vt 0.602614 0.199476
|
||||
vt 0.633313 0.263598
|
||||
vt 0.628608 0.337975
|
||||
vt 0.724787 0.340760
|
||||
vt 0.502496 0.423592
|
||||
vt 0.494886 0.442628
|
||||
vt 0.489212 0.453436
|
||||
vt 0.120876 0.268712
|
||||
vt 0.113142 0.287436
|
||||
vt 0.107453 0.298193
|
||||
vt 0.084105 0.244782
|
||||
vt 0.066788 0.255024
|
||||
vt 0.056149 0.260897
|
||||
vt 0.047764 0.187941
|
||||
vt 0.028995 0.195341
|
||||
vt 0.017312 0.198881
|
||||
vt 0.041045 0.135409
|
||||
vt 0.021123 0.132620
|
||||
vt 0.009198 0.129925
|
||||
vt 0.063573 0.090282
|
||||
vt 0.048920 0.076609
|
||||
vt 0.040683 0.067668
|
||||
vt 0.127784 0.051973
|
||||
vt 0.122683 0.032605
|
||||
vt 0.120398 0.020705
|
||||
vt 0.182196 0.048240
|
||||
vt 0.182651 0.028209
|
||||
vt 0.184067 0.016215
|
||||
vt 0.537447 0.354567
|
||||
vt 0.579576 0.264899
|
||||
vt 0.191775 0.177725
|
||||
vt 0.156740 0.204834
|
||||
vt 0.724307 0.984090
|
||||
vt 0.713732 0.989990
|
||||
vt 0.727657 0.990690
|
||||
vt 0.736434 0.984089
|
||||
vt 0.743083 0.976736
|
||||
vt 0.753590 0.976834
|
||||
vt 0.858360 0.938106
|
||||
vt 0.858959 0.941510
|
||||
vt 0.961498 0.901916
|
||||
vt 0.953288 0.908429
|
||||
vt 0.980756 0.896244
|
||||
vt 0.971225 0.903643
|
||||
vt 0.992682 0.894423
|
||||
vt 0.982151 0.903475
|
||||
vt 0.938549 0.128491
|
||||
vt 0.867712 0.132111
|
||||
vt 0.869620 0.084833
|
||||
vt 0.917779 0.084853
|
||||
vt 0.867826 0.031145
|
||||
vt 0.938728 0.034957
|
||||
vt 0.917780 0.078520
|
||||
vt 0.869627 0.078481
|
||||
vt 0.789461 0.127676
|
||||
vt 0.816144 0.084749
|
||||
vt 0.789486 0.035435
|
||||
vt 0.816159 0.078393
|
||||
vt 0.958368 0.124865
|
||||
vt 0.951714 0.126697
|
||||
vt 0.926818 0.083878
|
||||
vt 0.931504 0.081745
|
||||
vt 0.776251 0.125852
|
||||
vt 0.769582 0.123934
|
||||
vt 0.802416 0.081596
|
||||
vt 0.807069 0.083734
|
||||
vt 0.951896 0.036795
|
||||
vt 0.926783 0.079633
|
||||
vt 0.776263 0.037243
|
||||
vt 0.807116 0.079499
|
||||
vt 0.958554 0.038652
|
||||
vt 0.769582 0.039157
|
||||
vt 0.845617 0.264171
|
||||
vt 0.856542 0.259246
|
||||
vt 0.822215 0.254533
|
||||
vt 0.806203 0.207082
|
||||
vt 0.813522 0.197611
|
||||
vt 0.792811 0.221635
|
||||
vt 0.751269 0.180885
|
||||
vt 0.752713 0.169054
|
||||
vt 0.747572 0.200343
|
||||
vt 0.028735 0.195431
|
||||
vt 0.047504 0.188029
|
||||
vt 0.017052 0.198972
|
||||
vt 0.020856 0.132710
|
||||
vt 0.040780 0.135496
|
||||
vt 0.008931 0.130015
|
||||
vt 0.048648 0.076694
|
||||
vt 0.063303 0.090366
|
||||
vt 0.040410 0.067754
|
||||
vt 0.122409 0.032683
|
||||
vt 0.127511 0.052050
|
||||
vt 0.120123 0.020782
|
||||
vt 0.858184 0.938106
|
||||
vt 0.742910 0.976750
|
||||
vt 0.961317 0.901905
|
||||
vt 0.980573 0.896231
|
||||
vt 0.724135 0.984106
|
||||
vt 0.992499 0.894408
|
||||
vt 0.713559 0.990007
|
||||
vt 0.980573 0.896231
|
||||
vt 0.992499 0.894408
|
||||
vt 0.981969 0.903463
|
||||
vt 0.971043 0.903632
|
||||
vt 0.724135 0.984106
|
||||
vt 0.742910 0.976750
|
||||
vt 0.753417 0.976847
|
||||
vt 0.736261 0.984104
|
||||
vt 0.858184 0.938106
|
||||
vt 0.858783 0.941511
|
||||
vt 0.713559 0.990007
|
||||
vt 0.727485 0.990705
|
||||
vt 0.961317 0.901905
|
||||
vt 0.953107 0.908419
|
||||
vn 0.0000 1.0000 0.0000
|
||||
vn -0.0534 0.9922 0.1128
|
||||
vn -0.0399 0.9983 0.0416
|
||||
vn 0.4555 0.8884 0.0562
|
||||
vn 0.1105 0.9937 0.0197
|
||||
vn 0.0582 0.9983 -0.0057
|
||||
vn 0.3397 0.9405 0.0065
|
||||
vn -0.2407 0.8796 0.4102
|
||||
vn -0.6732 0.0000 0.7394
|
||||
vn -0.4698 0.0000 0.8828
|
||||
vn -0.2021 0.9376 0.2829
|
||||
vn 0.9989 0.0000 -0.0455
|
||||
vn 0.9903 0.0000 0.1388
|
||||
vn 0.0596 0.9973 -0.0425
|
||||
vn 0.3110 0.9319 -0.1864
|
||||
vn -0.9471 0.0000 0.3209
|
||||
vn -0.3396 0.9328 0.1202
|
||||
vn -0.0044 0.9999 -0.0092
|
||||
vn 0.8505 0.0000 -0.5260
|
||||
vn -0.0689 0.9974 0.0192
|
||||
vn -0.9995 0.0000 0.0320
|
||||
vn -0.3530 0.9353 0.0227
|
||||
vn 0.0025 1.0000 -0.0000
|
||||
vn 0.0525 0.9973 -0.0521
|
||||
vn 0.2445 0.9323 -0.2662
|
||||
vn 0.6261 0.0000 -0.7797
|
||||
vn -0.0689 0.9976 0.0078
|
||||
vn 0.2413 0.9112 -0.3339
|
||||
vn 0.6167 0.0000 -0.7871
|
||||
vn 0.0521 0.9969 -0.0583
|
||||
vn 0.6501 0.0000 0.7598
|
||||
vn 0.2464 0.9261 0.2856
|
||||
vn 0.2664 0.9400 0.2129
|
||||
vn 0.7582 0.0000 0.6519
|
||||
vn 0.0377 0.9982 0.0459
|
||||
vn 0.0433 0.9986 0.0291
|
||||
vn 0.0094 0.9999 0.0119
|
||||
vn -0.3413 0.9346 -0.1003
|
||||
vn -0.0674 0.9975 -0.0192
|
||||
vn -0.9611 0.0000 -0.2760
|
||||
vn -0.3732 0.9186 -0.1301
|
||||
vn -0.0795 0.9964 -0.0277
|
||||
vn -0.9445 0.0000 -0.3283
|
||||
vn -0.4054 0.9139 -0.0204
|
||||
vn -0.0851 0.9963 -0.0063
|
||||
vn -1.0000 0.0000 0.0067
|
||||
vn 0.0619 0.9969 0.0493
|
||||
vn 0.3044 0.9189 0.2510
|
||||
vn 0.7707 0.0000 0.6371
|
||||
vn 0.0117 0.9999 -0.0047
|
||||
vn 0.0106 0.9999 -0.0014
|
||||
vn -0.0009 1.0000 -0.0053
|
||||
vn 0.0128 0.9999 -0.0004
|
||||
vn 0.0001 1.0000 0.0016
|
||||
vn 0.0087 0.9999 0.0046
|
||||
vn 0.0000 -1.0000 0.0000
|
||||
vn -0.0534 -0.9922 0.1128
|
||||
vn -0.0665 -0.9973 0.0296
|
||||
vn 0.0675 -0.9973 -0.0300
|
||||
vn 0.3342 -0.9307 -0.1485
|
||||
vn 0.4555 -0.8884 0.0562
|
||||
vn 0.1105 -0.9937 0.0197
|
||||
vn -0.2407 -0.8796 0.4102
|
||||
vn -0.3317 -0.9318 0.1474
|
||||
vn 0.9138 0.0000 -0.4061
|
||||
vn -0.9138 0.0000 0.4061
|
||||
vn -0.0399 -0.9983 0.0416
|
||||
vn 0.3397 -0.9405 0.0065
|
||||
vn 0.0582 -0.9983 -0.0057
|
||||
vn -0.2021 -0.9376 0.2829
|
||||
vn 0.3110 -0.9319 -0.1864
|
||||
vn 0.0596 -0.9973 -0.0425
|
||||
vn -0.3396 -0.9328 0.1202
|
||||
vn -0.0044 -0.9999 -0.0092
|
||||
vn -0.0689 -0.9974 0.0192
|
||||
vn -0.3530 -0.9353 0.0227
|
||||
vn 0.0525 -0.9973 -0.0521
|
||||
vn 0.0025 -1.0000 -0.0000
|
||||
vn 0.2445 -0.9323 -0.2662
|
||||
vn -0.0689 -0.9976 0.0078
|
||||
vn 0.2413 -0.9112 -0.3339
|
||||
vn 0.0521 -0.9969 -0.0583
|
||||
vn 0.9021 0.0000 -0.4314
|
||||
vn 0.3536 -0.9138 -0.1994
|
||||
vn 0.0847 -0.9962 -0.0207
|
||||
vn 0.9911 0.0000 0.1327
|
||||
vn 0.4049 -0.9131 0.0481
|
||||
vn 0.0810 -0.9966 0.0118
|
||||
vn 0.8122 0.0000 0.5834
|
||||
vn 0.3298 -0.9172 0.2234
|
||||
vn 0.0601 -0.9973 0.0417
|
||||
vn 0.2464 -0.9261 0.2856
|
||||
vn 0.0377 -0.9982 0.0459
|
||||
vn 0.2664 -0.9400 0.2129
|
||||
vn 0.0433 -0.9986 0.0291
|
||||
vn -0.0009 -1.0000 -0.0053
|
||||
vn 0.0117 -0.9999 -0.0047
|
||||
vn 0.0094 -0.9999 0.0119
|
||||
vn -0.0674 -0.9975 -0.0192
|
||||
vn -0.3413 -0.9346 -0.1003
|
||||
vn -0.0795 -0.9964 -0.0277
|
||||
vn -0.3732 -0.9186 -0.1301
|
||||
vn -0.0851 -0.9963 -0.0063
|
||||
vn -0.4054 -0.9139 -0.0204
|
||||
vn -0.0775 -0.9965 0.0321
|
||||
vn -0.3717 -0.9160 0.1509
|
||||
vn -0.9217 0.0000 0.3880
|
||||
vn -0.0538 -0.9962 0.0688
|
||||
vn -0.2553 -0.9125 0.3196
|
||||
vn -0.6098 0.0000 0.7925
|
||||
vn -0.0075 -0.9962 0.0872
|
||||
vn -0.0381 -0.9120 0.4084
|
||||
vn -0.0656 0.0000 0.9978
|
||||
vn 0.0354 -0.9964 0.0769
|
||||
vn 0.1669 -0.9156 0.3656
|
||||
vn 0.4429 0.0000 0.8966
|
||||
vn 0.0619 -0.9969 0.0493
|
||||
vn 0.3044 -0.9189 0.2510
|
||||
vn 0.0106 -0.9999 -0.0014
|
||||
vn 0.0128 -0.9999 -0.0004
|
||||
vn 0.0087 -0.9999 0.0046
|
||||
vn 0.0001 -1.0000 0.0016
|
||||
vn -0.4159 0.0537 -0.9078
|
||||
vn -0.4202 0.0000 -0.9074
|
||||
vn -0.3953 -0.0686 -0.9160
|
||||
vn -0.3880 -0.1024 -0.9160
|
||||
vn -0.3834 -0.1076 -0.9173
|
||||
vn -0.4170 -0.1145 -0.9016
|
||||
vn -0.4108 -0.1134 -0.9046
|
||||
vn -0.4391 -0.1099 -0.8917
|
||||
vn -0.4439 -0.1179 -0.8883
|
||||
vn -0.4140 0.0496 -0.9089
|
||||
vn -0.4341 -0.0751 -0.8977
|
||||
vn -0.4107 0.0000 -0.9118
|
||||
vn -0.0753 0.9971 -0.0106
|
||||
vn -0.0093 0.9997 -0.0203
|
||||
vn -0.2969 0.6991 -0.6504
|
||||
vn -0.3215 0.7050 -0.6321
|
||||
vn -0.0093 -0.9997 -0.0203
|
||||
vn -0.0753 -0.9971 -0.0106
|
||||
vn -0.3215 -0.7050 -0.6321
|
||||
vn -0.2969 -0.6991 -0.6504
|
||||
vn 0.0407 0.9964 -0.0743
|
||||
vn -0.2699 0.7037 -0.6572
|
||||
vn 0.0407 -0.9964 -0.0743
|
||||
vn -0.2699 -0.7037 -0.6572
|
||||
vn -0.9984 0.0000 0.0568
|
||||
vn -0.3317 0.9432 0.0144
|
||||
vn -0.4468 0.6968 -0.5610
|
||||
vn -0.9433 0.0000 -0.3318
|
||||
vn 0.2168 0.9344 -0.2824
|
||||
vn 0.6175 0.0000 -0.7866
|
||||
vn 0.3168 0.0000 -0.9485
|
||||
vn -0.1444 0.6902 -0.7090
|
||||
vn -0.3317 -0.9432 0.0144
|
||||
vn -0.4468 -0.6968 -0.5610
|
||||
vn 0.2168 -0.9344 -0.2824
|
||||
vn -0.1444 -0.6902 -0.7090
|
||||
vn 0.3536 0.9138 -0.1994
|
||||
vn 0.0847 0.9962 -0.0207
|
||||
vn 0.4049 0.9131 0.0481
|
||||
vn 0.0810 0.9966 0.0118
|
||||
vn 0.3298 0.9172 0.2234
|
||||
vn 0.0601 0.9973 0.0417
|
||||
vn -0.3717 0.9160 0.1509
|
||||
vn -0.0775 0.9965 0.0321
|
||||
vn -0.2553 0.9125 0.3196
|
||||
vn -0.0538 0.9962 0.0688
|
||||
vn -0.0381 0.9120 0.4084
|
||||
vn -0.0075 0.9962 0.0872
|
||||
vn 0.1669 0.9156 0.3656
|
||||
vn 0.0354 0.9964 0.0769
|
||||
vn -0.0665 0.9973 0.0296
|
||||
vn 0.0675 0.9973 -0.0300
|
||||
vn 0.3342 0.9307 -0.1485
|
||||
vn -0.3317 0.9318 0.1474
|
||||
vn -0.4140 -0.0496 -0.9089
|
||||
vn -0.4341 0.0751 -0.8977
|
||||
vn -0.4159 -0.0537 -0.9078
|
||||
vn -0.3880 0.1024 -0.9160
|
||||
vn -0.3834 0.1076 -0.9173
|
||||
vn -0.3953 0.0686 -0.9160
|
||||
vn -0.4170 0.1145 -0.9016
|
||||
vn -0.4108 0.1134 -0.9046
|
||||
vn -0.4391 0.1099 -0.8917
|
||||
vn -0.4439 0.1179 -0.8883
|
||||
usemtl body
|
||||
s 1
|
||||
f 14/1/1 5/2/2 16/3/3 21/4/1
|
||||
f 13/5/4 11/6/5 18/7/6 20/8/7
|
||||
f 11/6/5 14/1/1 21/4/1 18/7/6
|
||||
f 10/9/8 1/10/9 15/11/10 17/12/11
|
||||
f 96/13/12 13/5/4 20/8/7 103/14/13
|
||||
f 5/2/2 10/9/8 17/12/11 16/3/3
|
||||
f 20/8/7 18/7/6 25/15/14 27/16/15
|
||||
f 17/12/11 15/11/10 22/17/16 24/18/17
|
||||
f 18/7/6 21/4/1 28/19/18 25/15/14
|
||||
f 103/14/13 20/8/7 27/16/15 110/20/19
|
||||
f 16/3/3 17/12/11 24/18/17 23/21/20
|
||||
f 21/4/1 16/3/3 23/21/20 28/19/18
|
||||
f 24/18/17 22/17/16 29/22/21 31/23/22
|
||||
f 25/15/14 28/19/18 35/24/23 32/25/24
|
||||
f 110/20/19 27/16/15 34/26/25 117/27/26
|
||||
f 23/21/20 24/18/17 31/23/22 30/28/27
|
||||
f 28/19/18 23/21/20 30/28/27 35/24/23
|
||||
f 27/16/15 25/15/14 32/25/24 34/26/25
|
||||
f 117/27/26 34/26/25 38/29/28 121/30/29
|
||||
f 34/26/25 32/25/24 36/31/30 38/29/28
|
||||
f 133/32/31 50/33/32 53/34/33 136/35/34
|
||||
f 50/33/32 48/36/35 51/37/36 53/34/33
|
||||
f 35/24/23 54/38/37 36/31/30 32/25/24
|
||||
f 30/28/27 31/23/22 59/39/38 58/40/39
|
||||
f 31/23/22 29/22/21 57/41/40 59/39/38
|
||||
f 58/40/39 59/39/38 62/42/41 61/43/42
|
||||
f 59/39/38 57/41/40 60/44/43 62/42/41
|
||||
f 61/43/42 62/42/41 65/45/44 64/46/45
|
||||
f 62/42/41 60/44/43 63/47/46 65/45/44
|
||||
f 51/37/36 79/48/47 80/49/48 53/34/33
|
||||
f 53/34/33 80/49/48 78/50/49 136/35/34
|
||||
f 30/28/27 58/40/39 54/38/37 35/24/23
|
||||
f 55/51/50 54/38/37 58/40/39 81/52/51
|
||||
f 56/53/52 55/51/50 81/52/51 82/54/53
|
||||
f 51/37/36 48/36/35 56/53/52 82/54/53
|
||||
f 82/54/53 81/52/51 83/55/54 84/56/55
|
||||
f 51/37/36 82/54/53 84/56/55 79/48/47
|
||||
f 61/43/42 83/55/54 81/52/51 58/40/39
|
||||
f 64/46/45 83/55/54 61/43/42
|
||||
f 180/57/56 98/58/56 89/59/57 175/60/58
|
||||
f 177/61/59 178/62/60 97/63/61 95/64/62
|
||||
f 175/60/58 89/59/57 94/65/63 176/66/64
|
||||
f 177/61/59 95/64/62 98/58/56 180/57/56
|
||||
f 178/62/60 179/67/65 96/68/12 97/63/61
|
||||
f 176/66/64 94/65/63 1/69/9 171/70/66
|
||||
f 98/58/56 105/71/56 100/72/67 89/59/57
|
||||
f 97/63/61 104/73/68 102/74/69 95/64/62
|
||||
f 95/64/62 102/74/69 105/71/56 98/58/56
|
||||
f 94/65/63 101/75/70 15/76/10 1/69/9
|
||||
f 96/68/12 103/77/13 104/73/68 97/63/61
|
||||
f 89/59/57 100/72/67 101/75/70 94/65/63
|
||||
f 104/73/68 111/78/71 109/79/72 102/74/69
|
||||
f 101/75/70 108/80/73 22/81/16 15/76/10
|
||||
f 102/74/69 109/79/72 112/82/74 105/71/56
|
||||
f 103/77/13 110/83/19 111/78/71 104/73/68
|
||||
f 100/72/67 107/84/75 108/80/73 101/75/70
|
||||
f 105/71/56 112/82/74 107/84/75 100/72/67
|
||||
f 108/80/73 115/85/76 29/86/21 22/81/16
|
||||
f 109/79/72 116/87/77 119/88/78 112/82/74
|
||||
f 110/83/19 117/89/26 118/90/79 111/78/71
|
||||
f 107/84/75 114/91/80 115/85/76 108/80/73
|
||||
f 112/82/74 119/88/78 114/91/80 107/84/75
|
||||
f 111/78/71 118/90/79 116/87/77 109/79/72
|
||||
f 117/89/26 121/92/29 122/93/81 118/90/79
|
||||
f 118/90/79 122/93/81 120/94/82 116/87/77
|
||||
f 121/92/29 124/95/83 125/96/84 122/93/81
|
||||
f 122/93/81 125/96/84 123/97/85 120/94/82
|
||||
f 124/95/83 127/98/86 128/99/87 125/96/84
|
||||
f 125/96/84 128/99/87 126/100/88 123/97/85
|
||||
f 127/98/86 130/101/89 131/102/90 128/99/87
|
||||
f 128/99/87 131/102/90 129/103/91 126/100/88
|
||||
f 130/101/89 133/104/31 134/105/92 131/102/90
|
||||
f 131/102/90 134/105/92 132/106/93 129/103/91
|
||||
f 133/104/31 136/107/34 137/108/94 134/105/92
|
||||
f 134/105/92 137/108/94 135/109/95 132/106/93
|
||||
f 126/100/88 140/110/96 139/111/97 123/97/85
|
||||
f 123/97/85 139/111/97 138/112/98 120/94/82
|
||||
f 119/88/78 116/87/77 120/94/82 138/112/98
|
||||
f 126/100/88 129/103/91 132/106/93 140/110/96
|
||||
f 114/91/80 142/113/99 143/114/100 115/85/76
|
||||
f 115/85/76 143/114/100 57/115/40 29/86/21
|
||||
f 142/113/99 145/116/101 146/117/102 143/114/100
|
||||
f 143/114/100 146/117/102 60/118/43 57/115/40
|
||||
f 145/116/101 148/119/103 149/120/104 146/117/102
|
||||
f 146/117/102 149/120/104 63/121/46 60/118/43
|
||||
f 148/119/103 151/122/105 152/123/106 149/120/104
|
||||
f 149/120/104 152/123/106 66/124/107 63/121/46
|
||||
f 151/122/105 154/125/108 155/126/109 152/123/106
|
||||
f 152/123/106 155/126/109 69/127/110 66/124/107
|
||||
f 154/125/108 157/128/111 158/129/112 155/126/109
|
||||
f 155/126/109 158/129/112 72/130/113 69/127/110
|
||||
f 157/128/111 160/131/114 161/132/115 158/129/112
|
||||
f 158/129/112 161/132/115 75/133/116 72/130/113
|
||||
f 160/131/114 163/134/117 164/135/118 161/132/115
|
||||
f 161/132/115 164/135/118 78/136/49 75/133/116
|
||||
f 135/109/95 137/108/94 164/135/118 163/134/117
|
||||
f 137/108/94 136/107/34 78/136/49 164/135/118
|
||||
f 114/91/80 119/88/78 138/112/98 142/113/99
|
||||
f 139/111/97 165/137/119 142/113/99 138/112/98
|
||||
f 140/110/96 166/138/120 165/137/119 139/111/97
|
||||
f 135/109/95 166/138/120 140/110/96 132/106/93
|
||||
f 166/138/120 168/139/121 167/140/122 165/137/119
|
||||
f 135/109/95 163/134/117 168/139/121 166/138/120
|
||||
f 145/116/101 142/113/99 165/137/119 167/140/122
|
||||
f 167/140/122 148/119/103 145/116/101
|
||||
f 157/128/111 168/139/121 163/134/117 160/131/114
|
||||
f 154/125/108 151/122/105 157/128/111
|
||||
f 168/139/121 157/128/111 151/122/105 167/140/122
|
||||
f 88/141/123 3/142/124 159/143/124 141/144/125
|
||||
f 86/145/126 88/141/123 141/144/125 144/146/127
|
||||
f 93/147/128 86/145/126 144/146/127 87/148/129
|
||||
f 90/149/130 93/147/128 87/148/129 113/150/131
|
||||
f 92/151/132 90/149/130 113/150/131 99/152/133
|
||||
f 91/153/134 92/151/132 99/152/133 106/154/134
|
||||
f 185/155/135 186/156/136 85/157/137 46/158/138
|
||||
f 190/159/139 189/160/140 26/161/141 37/162/142
|
||||
f 186/156/136 187/163/143 40/164/144 85/157/137
|
||||
f 191/165/145 190/159/139 37/162/142 7/166/146
|
||||
f 184/167/147 188/168/148 52/169/149 49/170/150
|
||||
f 181/171/151 182/172/152 12/173/153 43/174/154
|
||||
f 189/160/140 183/175/155 33/176/156 26/161/141
|
||||
f 192/177/157 191/165/145 7/166/146 19/178/158
|
||||
f 188/168/148 185/155/135 46/158/138 52/169/149
|
||||
f 183/175/155 184/179/147 49/170/150 33/176/156
|
||||
f 182/180/152 192/177/157 19/178/158 12/173/153
|
||||
f 187/163/143 181/171/151 43/174/154 40/164/144
|
||||
f 7/166/146 37/162/142 26/161/141 33/176/156 49/170/150 52/169/149 46/158/138 85/157/137 40/164/144 43/174/154 12/173/153 19/178/158
|
||||
f 167/140/122 151/122/105 148/119/103
|
||||
usemtl heelAndTip
|
||||
f 121/30/29 38/29/28 41/181/159 124/182/83
|
||||
f 38/29/28 36/31/30 39/183/160 41/181/159
|
||||
f 124/182/83 41/181/159 44/184/161 127/185/86
|
||||
f 41/181/159 39/183/160 42/186/162 44/184/161
|
||||
f 127/185/86 44/184/161 47/187/163 130/188/89
|
||||
f 44/184/161 42/186/162 45/189/164 47/187/163
|
||||
f 130/188/89 47/187/163 50/33/32 133/32/31
|
||||
f 47/187/163 45/189/164 48/36/35 50/33/32
|
||||
f 42/186/162 39/183/160 55/51/50 56/53/52
|
||||
f 39/183/160 36/31/30 54/38/37 55/51/50
|
||||
f 42/186/162 56/53/52 48/36/35 45/189/164
|
||||
f 64/46/45 65/45/44 68/190/165 67/191/166
|
||||
f 65/45/44 63/47/46 66/192/107 68/190/165
|
||||
f 67/191/166 68/190/165 71/193/167 70/194/168
|
||||
f 68/190/165 66/192/107 69/195/110 71/193/167
|
||||
f 70/194/168 71/193/167 74/196/169 73/197/170
|
||||
f 71/193/167 69/195/110 72/198/113 74/196/169
|
||||
f 73/197/170 74/196/169 77/199/171 76/200/172
|
||||
f 74/196/169 72/198/113 75/201/116 77/199/171
|
||||
f 76/200/172 77/199/171 80/49/48 79/48/47
|
||||
f 77/199/171 75/201/116 78/50/49 80/49/48
|
||||
f 73/197/170 76/200/172 79/48/47 84/56/55
|
||||
f 70/194/168 73/197/170 67/191/166
|
||||
f 84/56/55 83/55/54 67/191/166 73/197/170
|
||||
f 64/46/45 67/191/166 83/55/54
|
||||
usemtl top
|
||||
f 174/202/1 169/203/173 5/2/2 14/1/1
|
||||
f 172/204/174 11/6/5 13/5/4 173/205/175
|
||||
f 169/203/173 170/206/176 10/9/8 5/2/2
|
||||
f 172/204/174 174/202/1 14/1/1 11/6/5
|
||||
f 173/205/175 13/5/4 96/13/12 179/207/65
|
||||
f 170/206/176 171/208/66 1/10/9 10/9/8
|
||||
f 8/209/177 91/210/134 106/211/134 150/212/178
|
||||
f 4/213/179 2/214/180 162/215/181 156/216/182
|
||||
f 2/214/180 9/217/183 147/218/184 162/215/181
|
||||
f 3/219/124 4/213/179 156/216/182 159/220/124
|
||||
f 9/217/183 6/221/185 153/222/186 147/218/184
|
||||
f 6/221/185 8/209/177 150/212/178 153/222/186
|
22
models/chaussette/chaussette.obj.import
Normal file
22
models/chaussette/chaussette.obj.import
Normal file
|
@ -0,0 +1,22 @@
|
|||
[remap]
|
||||
|
||||
importer="wavefront_obj"
|
||||
importer_version=1
|
||||
type="Mesh"
|
||||
uid="uid://fa688kivpxw5"
|
||||
path="res://.godot/imported/chaussette.obj-25c6fbd89b92b2dd23c7d918ca91130f.mesh"
|
||||
|
||||
[deps]
|
||||
|
||||
files=["res://.godot/imported/chaussette.obj-25c6fbd89b92b2dd23c7d918ca91130f.mesh"]
|
||||
|
||||
source_file="res://models/chaussette/chaussette.obj"
|
||||
dest_files=["res://.godot/imported/chaussette.obj-25c6fbd89b92b2dd23c7d918ca91130f.mesh", "res://.godot/imported/chaussette.obj-25c6fbd89b92b2dd23c7d918ca91130f.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
|
BIN
models/chaussette/texture-chaussettes.jpg
(Stored with Git LFS)
Normal file
BIN
models/chaussette/texture-chaussettes.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
35
models/chaussette/texture-chaussettes.jpg.import
Normal file
35
models/chaussette/texture-chaussettes.jpg.import
Normal file
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b8if0estgt1qo"
|
||||
path.s3tc="res://.godot/imported/texture-chaussettes.jpg-443639578675acaacafdd440bdd4f4dd.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://models/chaussette/texture-chaussettes.jpg"
|
||||
dest_files=["res://.godot/imported/texture-chaussettes.jpg-443639578675acaacafdd440bdd4f4dd.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=2
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=true
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=0
|
27
models/door/License.txt
Normal file
27
models/door/License.txt
Normal file
|
@ -0,0 +1,27 @@
|
|||
LICENSE
|
||||
|
||||
(C) Copyright Andrew Kator & Jennifer Legaz
|
||||
|
||||
These files are under the Creative Commons 3.0 Attribution 3.0 United States license
|
||||
available at:
|
||||
|
||||
http://creativecommons.org/licenses/by/3.0/us/
|
||||
|
||||
You are free:
|
||||
|
||||
to Share Ñ to copy, distribute, display, and perform the work
|
||||
|
||||
to Remix Ñ to make derivative works
|
||||
|
||||
Under the following conditions:
|
||||
|
||||
Attribution. You must attribute the work in the manner specified by the author
|
||||
or licensor (but not in any way that suggests that they endorse you or your use of the work).
|
||||
|
||||
For any reuse or distribution, you must make clear to others the license terms of this work.
|
||||
The best way to do this is with a link to this web page.
|
||||
|
||||
Any of the above conditions can be waived if you get permission from the copyright holder.
|
||||
|
||||
Apart from the remix rights granted under this license, nothing in this license impairs
|
||||
or restricts the author's moral rights.
|
62
models/door/exterior-door-02.mtl
Normal file
62
models/door/exterior-door-02.mtl
Normal file
|
@ -0,0 +1,62 @@
|
|||
# Blender3D MTL File: exterior-door-02.blend
|
||||
# Material Count: 6
|
||||
newmtl METAL_brass_polis
|
||||
Ns 96.078431
|
||||
Ka 0.000000 0.000000 0.000000
|
||||
Kd 0.800000 0.640000 0.400000
|
||||
Ks 0.500000 0.300000 0.300000
|
||||
Ni 1.000000
|
||||
d 1.000000
|
||||
illum 2
|
||||
|
||||
|
||||
newmtl METAL_aluminum
|
||||
Ns 105.882353
|
||||
Ka 0.000000 0.000000 0.000000
|
||||
Kd 0.560000 0.560000 0.560000
|
||||
Ks 0.705217 0.705217 0.705217
|
||||
Ni 1.000000
|
||||
d 1.000000
|
||||
illum 2
|
||||
|
||||
|
||||
newmtl PAINT_gloss_white
|
||||
Ns 96.078431
|
||||
Ka 0.000000 0.000000 0.000000
|
||||
Kd 0.800000 0.800000 0.800000
|
||||
Ks 0.500000 0.500000 0.500000
|
||||
Ni 1.000000
|
||||
d 1.000000
|
||||
illum 2
|
||||
|
||||
|
||||
newmtl PAINT_gloss_white.001
|
||||
Ns 96.078431
|
||||
Ka 0.000000 0.000000 0.000000
|
||||
Kd 0.800000 0.800000 0.800000
|
||||
Ks 0.500000 0.500000 0.500000
|
||||
Ni 1.000000
|
||||
d 1.000000
|
||||
illum 2
|
||||
|
||||
|
||||
newmtl METAL_brass_polis.001
|
||||
Ns 96.078431
|
||||
Ka 0.000000 0.000000 0.000000
|
||||
Kd 0.800000 0.640000 0.400000
|
||||
Ks 0.500000 0.300000 0.300000
|
||||
Ni 1.000000
|
||||
d 1.000000
|
||||
illum 2
|
||||
|
||||
|
||||
newmtl METAL_brass_polish
|
||||
Ns 96.078431
|
||||
Ka 0.000000 0.000000 0.000000
|
||||
Kd 0.800000 0.640000 0.400000
|
||||
Ks 0.500000 0.300000 0.300000
|
||||
Ni 1.000000
|
||||
d 1.000000
|
||||
illum 2
|
||||
|
||||
|
3542
models/door/exterior-door-02.obj
Normal file
3542
models/door/exterior-door-02.obj
Normal file
File diff suppressed because it is too large
Load diff
22
models/door/exterior-door-02.obj.import
Normal file
22
models/door/exterior-door-02.obj.import
Normal file
|
@ -0,0 +1,22 @@
|
|||
[remap]
|
||||
|
||||
importer="wavefront_obj"
|
||||
importer_version=1
|
||||
type="Mesh"
|
||||
uid="uid://dy403tev0g5us"
|
||||
path="res://.godot/imported/exterior-door-02.obj-5677df80fcb7c368870bbd4fb11453db.mesh"
|
||||
|
||||
[deps]
|
||||
|
||||
files=["res://.godot/imported/exterior-door-02.obj-5677df80fcb7c368870bbd4fb11453db.mesh"]
|
||||
|
||||
source_file="res://models/door/exterior-door-02.obj"
|
||||
dest_files=["res://.godot/imported/exterior-door-02.obj-5677df80fcb7c368870bbd4fb11453db.mesh", "res://.godot/imported/exterior-door-02.obj-5677df80fcb7c368870bbd4fb11453db.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
|
79
models/fourchette/BLENDSWAP_LICENSE.txt
Normal file
79
models/fourchette/BLENDSWAP_LICENSE.txt
Normal file
|
@ -0,0 +1,79 @@
|
|||
--------------------------------------------------------------------------------
|
||||
Thank you for downloading "Country-Kitchen Cycles" by Jay-Artist
|
||||
Released under
|
||||
Creative Commons Attribution 3.0
|
||||
Downloaded from http://www.blendswap.com/blends/view/42851
|
||||
|
||||
The following is important licensing information, please keep this file for
|
||||
archival and future reference when working with the file. It's important that
|
||||
you know, understand and follow any requirements stated in this file regarding
|
||||
the usage of the materials included.
|
||||
|
||||
Some parts of this file are marked with [#], the corresponding numbered note is
|
||||
at the end of the file.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
################################################################################
|
||||
|
||||
VERY IMPORTANT LICENSE INFORMATION:
|
||||
|
||||
This blend has been released under
|
||||
Creative Commons Attribution 3.0
|
||||
|
||||
This means that you can use it for any purpose you see fit, even commercially,
|
||||
as long as you respect these requirements:
|
||||
|
||||
--You MUST give credit to Jay-Artist.
|
||||
|
||||
|
||||
################################################################################
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
ABOUT THE BLEND:
|
||||
|
||||
Ready for Blender 2.62
|
||||
Published on: 2012-04-22 13:37:46
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
HELP US MODERATE THIS BLEND:
|
||||
If you find anomalies in this blend or any of the contained files such as:
|
||||
|
||||
- Missing, unneeded or corrupted files.
|
||||
- Inaccurate/mismatching preview image on the site.
|
||||
- Illegal distribution of third party files.
|
||||
- Ripping from a game or other 3D repository.
|
||||
- Uncredited or incorrect use of other CC licensed works.
|
||||
- Some other troubling issues[1].
|
||||
|
||||
Please submit a report from http://www.blendswap.com/blends/view/42851
|
||||
by pressing the red button with the flag, including links and details that serve
|
||||
as evidence and can help us to solve any conflicts or issues derived from the
|
||||
contents of this file.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
Thank you for using Blend Swap!
|
||||
|
||||
Register to get tons of more blends! http://www.blendswap.com/register
|
||||
Share your own blends with the world from http://www.blendswap.com/blends/add
|
||||
|
||||
Get answers to your questions and doubts: http://www.blendswap.com/page/faq
|
||||
If the site doesn't work for you try here: http://www.blendswap.com/page/issues
|
||||
For questions please contact us: http://www.blendswap.com/contact
|
||||
Check out our Terms Of Use: http://www.blendswap.com/tou
|
||||
Report website bugs: http://www.blendswap.com/bugs
|
||||
|
||||
Consider getting an associate Membership to get some neat features and
|
||||
enhancements.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
NOTES:
|
||||
|
||||
[1] Please make sure your problem is not derived from a setting in Blender (like
|
||||
hidden layers or objects) before submitting a report under the "Other" category.
|
||||
Issues arising from this type of problem will be ignored.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
###################### END OF BLEND SWAP LICENSE.txt #####################
|
11
models/fourchette/fork.mtl
Normal file
11
models/fourchette/fork.mtl
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Blender MTL File: 'Country-Kitchen.blend'
|
||||
# Material Count: 1
|
||||
|
||||
newmtl Cuttelry
|
||||
Ns 96.078431
|
||||
Ka 0.000000 0.000000 0.000000
|
||||
Kd 0.640000 0.640000 0.640000
|
||||
Ks 0.500000 0.500000 0.500000
|
||||
Ni 1.000000
|
||||
d 1.000000
|
||||
illum 2
|
14280
models/fourchette/fork.obj
Normal file
14280
models/fourchette/fork.obj
Normal file
File diff suppressed because it is too large
Load diff
22
models/fourchette/fork.obj.import
Normal file
22
models/fourchette/fork.obj.import
Normal file
|
@ -0,0 +1,22 @@
|
|||
[remap]
|
||||
|
||||
importer="wavefront_obj"
|
||||
importer_version=1
|
||||
type="Mesh"
|
||||
uid="uid://ek0p03r0p0a8"
|
||||
path="res://.godot/imported/fork.obj-e175272477d7e9f93b9eb1283117ca33.mesh"
|
||||
|
||||
[deps]
|
||||
|
||||
files=["res://.godot/imported/fork.obj-e175272477d7e9f93b9eb1283117ca33.mesh"]
|
||||
|
||||
source_file="res://models/fourchette/fork.obj"
|
||||
dest_files=["res://.godot/imported/fork.obj-e175272477d7e9f93b9eb1283117ca33.mesh", "res://.godot/imported/fork.obj-e175272477d7e9f93b9eb1283117ca33.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
|
34
models/menu/PDP.png.import
Normal file
34
models/menu/PDP.png.import
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://esj5tuyxt4n4"
|
||||
path="res://.godot/imported/PDP.png-3b4e16e692352ef47d8e45b657730eab.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://models/menu/PDP.png"
|
||||
dest_files=["res://.godot/imported/PDP.png-3b4e16e692352ef47d8e45b657730eab.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
34
models/menu/on_off.png.import
Normal file
34
models/menu/on_off.png.import
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://0gd2ishr4j5x"
|
||||
path="res://.godot/imported/on_off.png-baadc4b97c853551e531032d85bc6f49.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://models/menu/on_off.png"
|
||||
dest_files=["res://.godot/imported/on_off.png-baadc4b97c853551e531032d85bc6f49.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
34
models/menu/power_off.png.import
Normal file
34
models/menu/power_off.png.import
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dayle54j3fk2g"
|
||||
path="res://.godot/imported/power_off.png-a248ab7ee41195fdf296c8a390d94648.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://models/menu/power_off.png"
|
||||
dest_files=["res://.godot/imported/power_off.png-a248ab7ee41195fdf296c8a390d94648.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
20
models/playstation/LICENSE.TXT
Normal file
20
models/playstation/LICENSE.TXT
Normal file
|
@ -0,0 +1,20 @@
|
|||
This file is under the Creative Commons Attribution 3.0 Unported license:
|
||||
|
||||
http://creativecommons.org/licenses/by/3.0/
|
||||
|
||||
Your are free to:
|
||||
|
||||
Share - copy and redistribute the material in any medium or format
|
||||
|
||||
Adapt - remix, transform, and build upon the material
|
||||
|
||||
for any purpose, even commercially.
|
||||
|
||||
The licensor cannot revoke these freedoms as long as you follow the license terms.
|
||||
|
||||
Under the following terms:
|
||||
|
||||
Attribution: If you want distribute this work, or
|
||||
derivates, you must attribute it to
|
||||
Emmanuel PUYBARET / eTeks <info@eteks.com> and
|
||||
Scopia Visual Interfaces Systems, s.l. (http://www.scopia.es)
|
24
models/playstation/playstation4.mtl
Normal file
24
models/playstation/playstation4.mtl
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Blender MTL File: 'playstation4.blend'
|
||||
# Material Count: 2
|
||||
|
||||
newmtl refraction
|
||||
Ns 149.019608
|
||||
Ka 1.000000 1.000000 1.000000
|
||||
Kd 0.640000 0.640000 0.640000
|
||||
Ks 0.710084 0.710084 0.710084
|
||||
Ke 0.000000 0.000000 0.000000
|
||||
Ni 1.000000
|
||||
d 1.000000
|
||||
illum 2
|
||||
map_Kd textureps4.jpg
|
||||
|
||||
newmtl texturebase
|
||||
Ns 7.843137
|
||||
Ka 1.000000 1.000000 1.000000
|
||||
Kd 0.640000 0.640000 0.640000
|
||||
Ks 0.088235 0.088235 0.088235
|
||||
Ke 0.000000 0.000000 0.000000
|
||||
Ni 1.000000
|
||||
d 1.000000
|
||||
illum 2
|
||||
map_Kd textureps4.jpg
|
1423
models/playstation/playstation4.obj
Normal file
1423
models/playstation/playstation4.obj
Normal file
File diff suppressed because it is too large
Load diff
22
models/playstation/playstation4.obj.import
Normal file
22
models/playstation/playstation4.obj.import
Normal file
|
@ -0,0 +1,22 @@
|
|||
[remap]
|
||||
|
||||
importer="wavefront_obj"
|
||||
importer_version=1
|
||||
type="Mesh"
|
||||
uid="uid://cbpuhqt8o7ry7"
|
||||
path="res://.godot/imported/playstation4.obj-a275e3b2cf60de95bad4d0a9248566bc.mesh"
|
||||
|
||||
[deps]
|
||||
|
||||
files=["res://.godot/imported/playstation4.obj-a275e3b2cf60de95bad4d0a9248566bc.mesh"]
|
||||
|
||||
source_file="res://models/playstation/playstation4.obj"
|
||||
dest_files=["res://.godot/imported/playstation4.obj-a275e3b2cf60de95bad4d0a9248566bc.mesh", "res://.godot/imported/playstation4.obj-a275e3b2cf60de95bad4d0a9248566bc.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
|
24
models/playstation/ps4-joystick.mtl
Normal file
24
models/playstation/ps4-joystick.mtl
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Blender MTL File: 'ps4joysticksweethome3d.blend'
|
||||
# Material Count: 2
|
||||
|
||||
newmtl base
|
||||
Ns 37.254902
|
||||
Ka 1.000000 1.000000 1.000000
|
||||
Kd 0.720000 0.720000 0.720000
|
||||
Ks 0.050000 0.050000 0.050000
|
||||
Ke 0.000000 0.000000 0.000000
|
||||
Ni 1.000000
|
||||
d 1.000000
|
||||
illum 2
|
||||
map_Kd ps4baked.jpg
|
||||
|
||||
newmtl buttons
|
||||
Ns 37.254902
|
||||
Ka 1.000000 1.000000 1.000000
|
||||
Kd 0.720000 0.720000 0.720000
|
||||
Ks 0.050000 0.050000 0.050000
|
||||
Ke 0.000000 0.000000 0.000000
|
||||
Ni 1.000000
|
||||
d 1.000000
|
||||
illum 2
|
||||
map_Kd ps4baked.jpg
|
5672
models/playstation/ps4-joystick.obj
Normal file
5672
models/playstation/ps4-joystick.obj
Normal file
File diff suppressed because it is too large
Load diff
22
models/playstation/ps4-joystick.obj.import
Normal file
22
models/playstation/ps4-joystick.obj.import
Normal file
|
@ -0,0 +1,22 @@
|
|||
[remap]
|
||||
|
||||
importer="wavefront_obj"
|
||||
importer_version=1
|
||||
type="Mesh"
|
||||
uid="uid://bse1hve1bpefc"
|
||||
path="res://.godot/imported/ps4-joystick.obj-85990a2ddd76fd8f734e0eee52d76fef.mesh"
|
||||
|
||||
[deps]
|
||||
|
||||
files=["res://.godot/imported/ps4-joystick.obj-85990a2ddd76fd8f734e0eee52d76fef.mesh"]
|
||||
|
||||
source_file="res://models/playstation/ps4-joystick.obj"
|
||||
dest_files=["res://.godot/imported/ps4-joystick.obj-85990a2ddd76fd8f734e0eee52d76fef.mesh", "res://.godot/imported/ps4-joystick.obj-85990a2ddd76fd8f734e0eee52d76fef.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
|
BIN
models/playstation/ps4baked.jpg
(Stored with Git LFS)
Normal file
BIN
models/playstation/ps4baked.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
35
models/playstation/ps4baked.jpg.import
Normal file
35
models/playstation/ps4baked.jpg.import
Normal file
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bpcekcf17o2y0"
|
||||
path.s3tc="res://.godot/imported/ps4baked.jpg-84dbff92da0e3c50456f64a94f616231.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://models/playstation/ps4baked.jpg"
|
||||
dest_files=["res://.godot/imported/ps4baked.jpg-84dbff92da0e3c50456f64a94f616231.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=2
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=true
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=0
|
BIN
models/playstation/textureps4.jpg
(Stored with Git LFS)
Normal file
BIN
models/playstation/textureps4.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
35
models/playstation/textureps4.jpg.import
Normal file
35
models/playstation/textureps4.jpg.import
Normal file
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://drt36cwpgod56"
|
||||
path.s3tc="res://.godot/imported/textureps4.jpg-3403f75224be72b15f8b0057b0470c44.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://models/playstation/textureps4.jpg"
|
||||
dest_files=["res://.godot/imported/textureps4.jpg-3403f75224be72b15f8b0057b0470c44.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=2
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=true
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=0
|
20
models/pouf/LICENSE.TXT
Normal file
20
models/pouf/LICENSE.TXT
Normal file
|
@ -0,0 +1,20 @@
|
|||
This file is under the Creative Commons Attribution 3.0 Unported license:
|
||||
|
||||
http://creativecommons.org/licenses/by/3.0/
|
||||
|
||||
Your are free to:
|
||||
|
||||
Share - copy and redistribute the material in any medium or format
|
||||
|
||||
Adapt - remix, transform, and build upon the material
|
||||
|
||||
for any purpose, even commercially.
|
||||
|
||||
The licensor cannot revoke these freedoms as long as you follow the license terms.
|
||||
|
||||
Under the following terms:
|
||||
|
||||
Attribution: If you want distribute this work, or
|
||||
derivates, you must attribute it to
|
||||
Emmanuel PUYBARET / eTeks <info@eteks.com> and
|
||||
Scopia Visual Interfaces Systems, s.l. (http://www.scopia.es)
|
12
models/pouf/puff.mtl
Normal file
12
models/pouf/puff.mtl
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Blender MTL File: 'puff.blend'
|
||||
# Material Count: 1
|
||||
|
||||
newmtl puf-material
|
||||
Ns 0.000000
|
||||
Ka 0.000000 0.000000 0.000000
|
||||
Kd 0.800000 0.800000 0.800000
|
||||
Ks 0.000000 0.000000 0.000000
|
||||
Ni 1.000000
|
||||
d 1.000000
|
||||
illum 1
|
||||
map_Kd puff_texture.jpg
|
1754
models/pouf/puff.obj
Normal file
1754
models/pouf/puff.obj
Normal file
File diff suppressed because it is too large
Load diff
22
models/pouf/puff.obj.import
Normal file
22
models/pouf/puff.obj.import
Normal file
|
@ -0,0 +1,22 @@
|
|||
[remap]
|
||||
|
||||
importer="wavefront_obj"
|
||||
importer_version=1
|
||||
type="Mesh"
|
||||
uid="uid://d3disylalovgg"
|
||||
path="res://.godot/imported/puff.obj-4888b5c8ea5810cdec7be36f40ce8102.mesh"
|
||||
|
||||
[deps]
|
||||
|
||||
files=["res://.godot/imported/puff.obj-4888b5c8ea5810cdec7be36f40ce8102.mesh"]
|
||||
|
||||
source_file="res://models/pouf/puff.obj"
|
||||
dest_files=["res://.godot/imported/puff.obj-4888b5c8ea5810cdec7be36f40ce8102.mesh", "res://.godot/imported/puff.obj-4888b5c8ea5810cdec7be36f40ce8102.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
|
BIN
models/pouf/puff_texture.jpg
(Stored with Git LFS)
Normal file
BIN
models/pouf/puff_texture.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
35
models/pouf/puff_texture.jpg.import
Normal file
35
models/pouf/puff_texture.jpg.import
Normal file
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://0f5xu3kxuhxd"
|
||||
path.s3tc="res://.godot/imported/puff_texture.jpg-5acceb6a13dd116f648b98ec1192885c.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://models/pouf/puff_texture.jpg"
|
||||
dest_files=["res://.godot/imported/puff_texture.jpg-5acceb6a13dd116f648b98ec1192885c.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=2
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=true
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=0
|
133
models/prise/interrupteur.obj
Normal file
133
models/prise/interrupteur.obj
Normal file
|
@ -0,0 +1,133 @@
|
|||
#Produced by Art of Illusion 2.4.1, Wed Sep 12 21:34:00 CEST 2007
|
||||
#Etienne gerard, Interrupteur 1
|
||||
#Copyleft: cette oeuvre est libre, vous pouvez la copier, la diffuser et la modifier selon les termes de la Licence Art Libre http://www.artlibre.org
|
||||
g Cube_1
|
||||
usemtl flwhite
|
||||
v -4 -4 0.5
|
||||
v 4 -4 0.5
|
||||
v 4 -4 -0.5
|
||||
v -4 -4 -0.5
|
||||
v -4 4 0.5
|
||||
v 4 4 0.5
|
||||
v 4 4 -0.5
|
||||
v -4 4 -0.5
|
||||
v 0 0 0.5
|
||||
v 4 0 0
|
||||
v 0 0 -0.5
|
||||
v -4 0 0
|
||||
v 0 -4 0
|
||||
v 0 4 0
|
||||
vn 1 0 0
|
||||
vn 0 -1 0
|
||||
vn 0 -1 0
|
||||
vn 0 -1 0
|
||||
vn 0 -1 0
|
||||
vn 1 0 0
|
||||
vn 1 0 0
|
||||
vn 1 0 0
|
||||
vn 1 0 0
|
||||
vn 0 0 1
|
||||
vn 0 0 1
|
||||
vn 0 0 1
|
||||
vn 0 0 1
|
||||
vn -1 0 0
|
||||
vn -1 0 0
|
||||
vn -1 0 0
|
||||
vn -1 0 0
|
||||
vn 0 1 0
|
||||
vn 0 1 0
|
||||
vn 0 1 0
|
||||
vn 0 1 0
|
||||
vn 0 0 -1
|
||||
vn 0 0 -1
|
||||
vn 0 0 -1
|
||||
vn 0 0 -1
|
||||
f 2//2 1//2 13//2
|
||||
f 3//3 2//3 13//3
|
||||
f 4//4 3//4 13//4
|
||||
f 1//5 4//5 13//5
|
||||
f 2//6 3//6 10//6
|
||||
f 3//7 7//7 10//7
|
||||
f 7//8 6//8 10//8
|
||||
f 6//9 2//9 10//9
|
||||
f 1//10 2//10 9//10
|
||||
f 2//11 6//11 9//11
|
||||
f 6//12 5//12 9//12
|
||||
f 5//13 1//13 9//13
|
||||
f 4//14 1//14 12//14
|
||||
f 1//15 5//15 12//15
|
||||
f 5//16 8//16 12//16
|
||||
f 8//17 4//17 12//17
|
||||
f 5//18 6//18 14//18
|
||||
f 6//19 7//19 14//19
|
||||
f 7//20 8//20 14//20
|
||||
f 8//21 5//21 14//21
|
||||
f 3//22 4//22 11//22
|
||||
f 4//23 8//23 11//23
|
||||
f 8//24 7//24 11//24
|
||||
f 7//25 3//25 11//25
|
||||
g Cube_10
|
||||
usemtl offwhite.warm
|
||||
v -1.9333 -1.4008 0.91667
|
||||
v 2.0667 -1.4008 0.91667
|
||||
v 2.0667 -1.48762 0.42427
|
||||
v -1.9333 -1.48762 0.42427
|
||||
v -1.9333 1.55362 0.39573
|
||||
v 2.0667 1.55362 0.39573
|
||||
v 2.0667 1.4668 -0.09667
|
||||
v -1.9333 1.4668 -0.09667
|
||||
v 0.0667 0.07641 0.6562
|
||||
v 2.0667 0.033 0.41
|
||||
v 0.0667 -0.01041 0.1638
|
||||
v -1.9333 0.033 0.41
|
||||
v 0.0667 -1.44421 0.67047
|
||||
v 0.0667 1.51021 0.14953
|
||||
vn 1 0 0
|
||||
vn 0 -0.98481 0.17365
|
||||
vn 0 -0.98481 0.17365
|
||||
vn 0 -0.98481 0.17365
|
||||
vn 0 -0.98481 0.17365
|
||||
vn 1 0 0
|
||||
vn 1 0 0
|
||||
vn 1 0 0
|
||||
vn 1 0 0
|
||||
vn 0 0.17365 0.98481
|
||||
vn 0 0.17365 0.98481
|
||||
vn 0 0.17365 0.98481
|
||||
vn 0 0.17365 0.98481
|
||||
vn -1 0 0
|
||||
vn -1 0 0
|
||||
vn -1 0 -0
|
||||
vn -1 0 0
|
||||
vn 0 0.98481 -0.17365
|
||||
vn 0 0.98481 -0.17365
|
||||
vn 0 0.98481 -0.17365
|
||||
vn 0 0.98481 -0.17365
|
||||
vn 0 -0.17365 -0.98481
|
||||
vn 0 -0.17365 -0.98481
|
||||
vn 0 -0.17365 -0.98481
|
||||
vn 0 -0.17365 -0.98481
|
||||
f 16//27 15//27 27//27
|
||||
f 17//28 16//28 27//28
|
||||
f 18//29 17//29 27//29
|
||||
f 15//30 18//30 27//30
|
||||
f 16//31 17//31 24//31
|
||||
f 17//32 21//32 24//32
|
||||
f 21//33 20//33 24//33
|
||||
f 20//34 16//34 24//34
|
||||
f 15//35 16//35 23//35
|
||||
f 16//36 20//36 23//36
|
||||
f 20//37 19//37 23//37
|
||||
f 19//38 15//38 23//38
|
||||
f 18//39 15//39 26//39
|
||||
f 15//40 19//40 26//40
|
||||
f 19//41 22//41 26//41
|
||||
f 22//42 18//42 26//42
|
||||
f 19//43 20//43 28//43
|
||||
f 20//44 21//44 28//44
|
||||
f 21//45 22//45 28//45
|
||||
f 22//46 19//46 28//46
|
||||
f 17//47 18//47 25//47
|
||||
f 18//48 22//48 25//48
|
||||
f 22//49 21//49 25//49
|
||||
f 21//50 17//50 25//50
|
22
models/prise/interrupteur.obj.import
Normal file
22
models/prise/interrupteur.obj.import
Normal file
|
@ -0,0 +1,22 @@
|
|||
[remap]
|
||||
|
||||
importer="wavefront_obj"
|
||||
importer_version=1
|
||||
type="Mesh"
|
||||
uid="uid://bqb7kmgovrpc2"
|
||||
path="res://.godot/imported/interrupteur.obj-3b799072ebfa151604280462fef3be18.mesh"
|
||||
|
||||
[deps]
|
||||
|
||||
files=["res://.godot/imported/interrupteur.obj-3b799072ebfa151604280462fef3be18.mesh"]
|
||||
|
||||
source_file="res://models/prise/interrupteur.obj"
|
||||
dest_files=["res://.godot/imported/interrupteur.obj-3b799072ebfa151604280462fef3be18.mesh", "res://.godot/imported/interrupteur.obj-3b799072ebfa151604280462fef3be18.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
|
689
models/prise/prise.obj
Normal file
689
models/prise/prise.obj
Normal file
|
@ -0,0 +1,689 @@
|
|||
# Produced by Art of Illusion 2.4.1, Tue Sep 11 22:06:28 CEST 2007
|
||||
# Etienne gerard, Prise 1
|
||||
# Improved circle by Emmanuel Puybaret / eTeks
|
||||
# Copyleft: cette oeuvre est libre, voug Cylinder_3_1
|
||||
v 2.18805 -0.27344 0.6
|
||||
v 2.24663 -0.13202 0.6
|
||||
v 2.04663 -0.13202 0.6
|
||||
v 2.04663 -0.33202 0.6
|
||||
v 1.90521 -0.27344 0.6
|
||||
v 1.84663 -0.13202 0.6
|
||||
v 1.90521 0.0094 0.6
|
||||
v 2.04663 0.06798 0.6
|
||||
v 2.18805 0.0094 0.6
|
||||
v 2.24663 -0.13202 -0.4
|
||||
v 2.18805 -0.27344 -0.4
|
||||
v 2.04663 -0.33202 -0.4
|
||||
v 1.90521 -0.27344 -0.4
|
||||
v 1.84663 -0.13202 -0.4
|
||||
v 1.90521 0.0094 -0.4
|
||||
v 2.04663 0.06798 -0.4
|
||||
v 2.18805 0.0094 -0.4
|
||||
v 2.04663 -0.13202 -0.4
|
||||
vn 0.0 -0.0 1.0
|
||||
vn 1.0 0.0 0.0
|
||||
vn 0.7071 -0.7071 -0.0
|
||||
vn -0.0 -1.0 -0.0
|
||||
vn -0.7071 -0.7071 -0.0
|
||||
vn -1.0 0.0 0.0
|
||||
vn -0.7071 0.7071 0.0
|
||||
vn -0.0 1.0 0.0
|
||||
vn 0.7071 0.7071 0.0
|
||||
vn 0.0 0.0 -1.0
|
||||
usemtl black
|
||||
f 1//1 2//1 3//1
|
||||
f 4//1 1//1 3//1
|
||||
f 5//1 4//1 3//1
|
||||
f 6//1 5//1 3//1
|
||||
f 7//1 6//1 3//1
|
||||
f 8//1 7//1 3//1
|
||||
f 9//1 8//1 3//1
|
||||
f 2//1 9//1 3//1
|
||||
f 10//2 2//2 1//3
|
||||
f 11//3 1//3 4//4
|
||||
f 12//4 4//4 5//5
|
||||
f 13//5 5//5 6//6
|
||||
f 14//6 6//6 7//7
|
||||
f 15//7 7//7 8//8
|
||||
f 16//8 8//8 9//9
|
||||
f 17//9 9//9 2//2
|
||||
f 10//2 1//3 11//3
|
||||
f 11//3 4//4 12//4
|
||||
f 12//4 5//5 13//5
|
||||
f 13//5 6//6 14//6
|
||||
f 14//6 7//7 15//7
|
||||
f 15//7 8//8 16//8
|
||||
f 16//8 9//9 17//9
|
||||
f 17//9 2//2 10//2
|
||||
f 18//10 10//10 11//10
|
||||
f 18//10 11//10 12//10
|
||||
f 18//10 12//10 13//10
|
||||
f 18//10 13//10 14//10
|
||||
f 18//10 14//10 15//10
|
||||
f 18//10 15//10 16//10
|
||||
f 18//10 16//10 17//10
|
||||
f 18//10 17//10 10//10
|
||||
g Cylinder_3_2
|
||||
v 1.39142 0.75858 1.05
|
||||
v 1.45 0.9 1.05
|
||||
v 1.25 0.9 1.05
|
||||
v 1.25 0.7 1.05
|
||||
v 1.10858 0.75858 1.05
|
||||
v 1.05 0.9 1.05
|
||||
v 1.10858 1.04142 1.05
|
||||
v 1.25 1.1 1.05
|
||||
v 1.39142 1.04142 1.05
|
||||
v 1.45 0.9 0.05
|
||||
v 1.39142 0.75858 0.05
|
||||
v 1.25 0.7 0.05
|
||||
v 1.10858 0.75858 0.05
|
||||
v 1.05 0.9 0.05
|
||||
v 1.10858 1.04142 0.05
|
||||
v 1.25 1.1 0.05
|
||||
v 1.39142 1.04142 0.05
|
||||
v 1.25 0.9 0.05
|
||||
vn 0.0 0.0 1.0
|
||||
vn 1.0 -0.0 -0.0
|
||||
vn 0.7071 -0.7071 -0.0
|
||||
vn -0.0 -1.0 -0.0
|
||||
vn -0.7071 -0.7071 -0.0
|
||||
vn -1.0 -0.0 -0.0
|
||||
vn -0.7071 0.7071 0.0
|
||||
vn 0.0 1.0 0.0
|
||||
vn 0.7071 0.7071 0.0
|
||||
vn 0.0 0.0 -1.0
|
||||
usemtl silver
|
||||
f 19//11 20//11 21//11
|
||||
f 22//11 19//11 21//11
|
||||
f 23//11 22//11 21//11
|
||||
f 24//11 23//11 21//11
|
||||
f 25//11 24//11 21//11
|
||||
f 26//11 25//11 21//11
|
||||
f 27//11 26//11 21//11
|
||||
f 20//11 27//11 21//11
|
||||
f 28//12 20//12 19//13
|
||||
f 29//13 19//13 22//14
|
||||
f 30//14 22//14 23//15
|
||||
f 31//15 23//15 24//16
|
||||
f 32//16 24//16 25//17
|
||||
f 33//17 25//17 26//18
|
||||
f 34//18 26//18 27//19
|
||||
f 35//19 27//19 20//12
|
||||
f 28//12 19//13 29//13
|
||||
f 29//13 22//14 30//14
|
||||
f 30//14 23//15 31//15
|
||||
f 31//15 24//16 32//16
|
||||
f 32//16 25//17 33//17
|
||||
f 33//17 26//18 34//18
|
||||
f 34//18 27//19 35//19
|
||||
f 35//19 20//12 28//12
|
||||
f 36//20 28//20 29//20
|
||||
f 36//20 29//20 30//20
|
||||
f 36//20 30//20 31//20
|
||||
f 36//20 31//20 32//20
|
||||
f 36//20 32//20 33//20
|
||||
f 36//20 33//20 34//20
|
||||
f 36//20 34//20 35//20
|
||||
f 36//20 35//20 28//20
|
||||
g Extruded_Object_1
|
||||
v 1.674328 1.967676 1.13125
|
||||
v 1.322138 2.003392 0.56875
|
||||
v 1.674328 1.967676 0.56875
|
||||
v 1.999328 1.858735 0.56875
|
||||
v 2.324328 1.693446 0.56875
|
||||
v 2.619328 1.465546 0.56875
|
||||
v 2.864328 1.162515 0.56875
|
||||
v 3.054328 0.816909 0.56875
|
||||
v 3.174638 0.458471 0.56875
|
||||
v 1.322138 2.003392 1.13125
|
||||
v 3.224948 0.078746 0.56875
|
||||
v 3.184638 -0.328538 0.56875
|
||||
v 3.074328 -0.730803 0.56875
|
||||
v 2.894328 -1.0714 0.56875
|
||||
v 2.656828 -1.3569 0.56875
|
||||
v 2.364328 -1.592313 0.56875
|
||||
v 2.034328 -1.762612 0.56875
|
||||
v 1.684328 -1.85277 0.56875
|
||||
v 1.316828 -1.877813 0.56875
|
||||
v 0.934328 -1.85277 0.56875
|
||||
v 0.559328 -1.76762 0.56875
|
||||
v 0.214328 -1.612348 0.56875
|
||||
v -0.090672 -1.381944 0.56875
|
||||
v -0.345672 -1.0714 0.56875
|
||||
v -0.535672 -0.718281 0.56875
|
||||
v -0.645672 -0.360153 0.56875
|
||||
v -0.685672 0.005487 0.56875
|
||||
v -0.665672 0.381146 0.56875
|
||||
v -0.570672 0.7543 0.56875
|
||||
v -0.385672 1.112427 0.56875
|
||||
v -0.130672 1.425476 0.56875
|
||||
v 0.174328 1.663393 0.56875
|
||||
v 0.524328 1.836196 0.56875
|
||||
v 0.904018 1.947952 0.56875
|
||||
v 3.184638 -0.328538 1.13125
|
||||
v 3.224948 0.078746 1.13125
|
||||
v 1.999328 1.858735 1.13125
|
||||
v 2.324328 1.693446 1.13125
|
||||
v 2.619328 1.465546 1.13125
|
||||
v 2.864328 1.162515 1.13125
|
||||
v 3.054328 0.816909 1.13125
|
||||
v 3.174638 0.458471 1.13125
|
||||
v 3.074328 -0.730803 1.13125
|
||||
v 2.894328 -1.0714 1.13125
|
||||
v 2.656828 -1.356901 1.13125
|
||||
v 2.364328 -1.592313 1.13125
|
||||
v 2.034328 -1.762612 1.13125
|
||||
v 1.684328 -1.85277 1.13125
|
||||
v 1.316828 -1.877813 1.13125
|
||||
v 0.934328 -1.85277 1.13125
|
||||
v 0.559328 -1.76762 1.13125
|
||||
v 0.214328 -1.612348 1.13125
|
||||
v -0.090672 -1.381944 1.13125
|
||||
v -0.345672 -1.0714 1.13125
|
||||
v -0.535672 -0.718281 1.13125
|
||||
v -0.645672 -0.360154 1.13125
|
||||
v -0.685672 0.005487 1.13125
|
||||
v -0.665672 0.381146 1.13125
|
||||
v -0.570672 0.7543 1.13125
|
||||
v -0.385672 1.112427 1.13125
|
||||
v -0.130672 1.425476 1.13125
|
||||
v 0.174328 1.663393 1.13125
|
||||
v 0.524328 1.836196 1.13125
|
||||
v 0.904018 1.947952 1.13125
|
||||
v 1.668048 1.938531 1.13125
|
||||
v 1.322597 1.9736 0.56875
|
||||
v 1.668048 1.938531 0.56875
|
||||
v 1.98773 1.831068 0.56875
|
||||
v 2.308288 1.668095 0.56875
|
||||
v 2.598352 1.4441 0.56875
|
||||
v 2.839421 1.145793 0.56875
|
||||
v 3.026854 0.804863 0.56875
|
||||
v 3.145413 0.451697 0.56875
|
||||
v 1.322597 1.973599 1.13125
|
||||
v 3.195151 0.078253 0.56875
|
||||
v 3.155245 -0.323094 0.56875
|
||||
v 3.046435 -0.719762 0.56875
|
||||
v 2.869401 -1.054709 0.56875
|
||||
v 2.635787 -1.335517 0.56875
|
||||
v 2.347961 -1.567171 0.56875
|
||||
v 2.023641 -1.73458 0.56875
|
||||
v 1.679547 -1.823153 0.56875
|
||||
v 1.316789 -1.847814 0.56875
|
||||
v 0.938642 -1.823082 0.56875
|
||||
v 0.568853 -1.739173 0.56875
|
||||
v 0.229621 -1.58654 0.56875
|
||||
v -0.069893 -1.360306 0.56875
|
||||
v -0.320753 -1.054696 0.56875
|
||||
v -0.507992 -0.706715 0.56875
|
||||
v -0.616292 -0.354092 0.56875
|
||||
v -0.655684 0.006323 0.56875
|
||||
v -0.636015 0.376627 0.56875
|
||||
v -0.542628 0.743646 0.56875
|
||||
v -0.360582 1.095982 0.56875
|
||||
v -0.109684 1.404041 0.56875
|
||||
v 0.190277 1.637985 0.56875
|
||||
v 0.535244 1.808253 0.56875
|
||||
v 0.910243 1.918605 0.56875
|
||||
v 3.155245 -0.323094 1.13125
|
||||
v 3.195151 0.078253 1.13125
|
||||
v 1.98773 1.831068 1.13125
|
||||
v 2.308288 1.668095 1.13125
|
||||
v 2.598352 1.4441 1.13125
|
||||
v 2.839421 1.145792 1.13125
|
||||
v 3.026854 0.804862 1.13125
|
||||
v 3.145413 0.451697 1.13125
|
||||
v 3.046435 -0.719763 1.13125
|
||||
v 2.869401 -1.05471 1.13125
|
||||
v 2.635787 -1.335517 1.13125
|
||||
v 2.347961 -1.567171 1.13125
|
||||
v 2.023641 -1.73458 1.13125
|
||||
v 1.679547 -1.823153 1.13125
|
||||
v 1.316789 -1.847814 1.13125
|
||||
v 0.938642 -1.823082 1.13125
|
||||
v 0.568853 -1.739173 1.13125
|
||||
v 0.229621 -1.58654 1.13125
|
||||
v -0.069893 -1.360306 1.13125
|
||||
v -0.320753 -1.054696 1.13125
|
||||
v -0.507992 -0.706715 1.13125
|
||||
v -0.616292 -0.354092 1.13125
|
||||
v -0.655684 0.006323 1.13125
|
||||
v -0.636015 0.376626 1.13125
|
||||
v -0.542628 0.743646 1.13125
|
||||
v -0.360582 1.095982 1.13125
|
||||
v -0.109684 1.404041 1.13125
|
||||
v 0.190277 1.637984 1.13125
|
||||
v 0.535244 1.808253 1.13125
|
||||
v 0.910243 1.918605 1.13125
|
||||
vn -0.0 -0.0 1.0
|
||||
vn 0.0 0.0 -1.0
|
||||
vn 0.7014 -0.7128 -0.0
|
||||
vn 0.5455 -0.8381 -0.0
|
||||
vn -0.3639 0.9314 0.0
|
||||
vn -0.5316 0.847 0.0
|
||||
vn -0.5098 -0.8603 -0.0
|
||||
vn -0.3175 -0.9483 -0.0
|
||||
vn -0.9996 -0.0279 -0.0
|
||||
vn -0.9794 -0.2021 -0.0
|
||||
vn 0.1009 0.9949 0.0
|
||||
vn 0.8309 -0.5564 -0.0
|
||||
vn 0.3563 -0.9344 0.0
|
||||
vn -0.1438 -0.9896 -0.0
|
||||
vn 0.0013 -1.0 -0.0
|
||||
vn -0.8306 -0.5568 -0.0
|
||||
vn -0.6926 -0.7213 -0.0
|
||||
vn -0.2075 0.9782 0.0
|
||||
vn -0.1314 0.9913 0.0
|
||||
vn 0.9298 -0.368 -0.0
|
||||
vn 0.9644 -0.2645 -0.0
|
||||
vn 0.9951 -0.0985 -0.0
|
||||
vn 0.3178 0.9482 0.0
|
||||
vn 0.3866 0.9222 0.0
|
||||
vn -0.8364 0.5482 0.0
|
||||
vn -0.9348 0.3551 0.0
|
||||
vn 0.1594 -0.9872 -0.0
|
||||
vn 0.9158 0.4016 0.0
|
||||
vn 0.9742 0.2258 0.0
|
||||
vn -0.9886 0.1507 0.0
|
||||
vn 0.9913 0.1313 0.0
|
||||
vn -0.9227 -0.3856 -0.0
|
||||
vn 0.8302 0.5574 0.0
|
||||
vn 0.6992 0.7149 0.0
|
||||
vn 0.5347 0.8451 0.0
|
||||
vn -0.6996 0.7145 0.0
|
||||
vn -0.7013 0.7128 0.0
|
||||
vn -0.5456 0.838 0.0
|
||||
vn 0.3638 -0.9315 0.0
|
||||
vn 0.5316 -0.847 -0.0
|
||||
vn 0.5097 0.8603 0.0
|
||||
vn 0.3174 0.9483 0.0
|
||||
vn 0.9996 0.0279 0.0
|
||||
vn 0.9794 0.202 0.0
|
||||
vn -0.101 -0.9949 0.0
|
||||
vn -0.8309 0.5564 0.0
|
||||
vn -0.3562 0.9344 0.0
|
||||
vn 0.1437 0.9896 0.0
|
||||
vn -0.0013 1.0 0.0
|
||||
vn 0.8307 0.5568 0.0
|
||||
vn 0.6927 0.7213 0.0
|
||||
vn 0.2079 -0.9782 -0.0
|
||||
vn 0.1322 -0.9912 -0.0
|
||||
vn -0.9298 0.3681 0.0
|
||||
vn -0.9644 0.2645 0.0
|
||||
vn -0.9951 0.0989 0.0
|
||||
vn -0.3186 -0.9479 -0.0
|
||||
vn -0.3869 -0.9221 -0.0
|
||||
vn 0.8364 -0.5482 -0.0
|
||||
vn 0.9348 -0.3551 -0.0
|
||||
vn -0.1592 0.9872 0.0
|
||||
vn -0.9158 -0.4016 -0.0
|
||||
vn -0.9741 -0.2262 -0.0
|
||||
vn 0.9886 -0.1505 -0.0
|
||||
vn -0.9912 -0.132 -0.0
|
||||
vn 0.9227 0.3856 0.0
|
||||
vn -0.8303 -0.5573 -0.0
|
||||
vn -0.6993 -0.7149 -0.0
|
||||
vn -0.5345 -0.8451 -0.0
|
||||
vn 0.6996 -0.7145 -0.0
|
||||
vn 0.9776 -0.2106 -0.0
|
||||
vn -0.9999 -0.0154 -0.0
|
||||
vn 0.0165 -0.9999 -0.0
|
||||
vn 0.1821 0.9833 0.0
|
||||
usemtl fltgrey
|
||||
f 94//21 93//21 157//21 158//21
|
||||
f 89//21 88//21 152//21 153//21
|
||||
f 49//22 50//22 114//22 113//22
|
||||
f 80//21 79//21 143//21 144//21
|
||||
f 64//22 65//22 129//22 128//22
|
||||
f 79//21 71//21 135//21 143//21
|
||||
f 82//21 81//21 145//21 146//21
|
||||
f 93//21 92//21 156//21 157//21
|
||||
f 63//22 64//22 128//22 127//22
|
||||
f 92//21 91//21 155//21 156//21
|
||||
f 75//21 74//21 138//21 139//21
|
||||
f 66//22 67//22 131//22 130//22
|
||||
f 91//21 90//21 154//21 155//21
|
||||
f 76//21 75//21 139//21 140//21
|
||||
f 50//22 51//22 115//22 114//22
|
||||
f 47//22 48//22 112//22 111//22
|
||||
f 77//21 76//21 140//21 141//21
|
||||
f 67//22 68//22 132//22 131//22
|
||||
f 61//22 62//22 126//22 125//22
|
||||
f 81//21 80//21 144//21 145//21
|
||||
f 45//22 47//22 111//22 109//22
|
||||
f 68//22 69//22 133//22 132//22
|
||||
f 46//21 100//21 164//21 110//21
|
||||
f 52//22 53//22 117//22 116//22
|
||||
f 72//21 78//21 142//21 136//21
|
||||
f 69//22 70//22 134//22 133//22
|
||||
f 51//22 52//22 116//22 115//22
|
||||
f 100//21 99//21 163//21 164//21
|
||||
f 99//21 98//21 162//21 163//21
|
||||
f 62//22 63//22 127//22 126//22
|
||||
f 48//22 49//22 113//22 112//22
|
||||
f 74//21 73//21 137//21 138//21
|
||||
f 57//22 58//22 122//22 121//22
|
||||
f 37//21 46//21 110//21 101//21
|
||||
f 70//22 38//22 102//22 134//22
|
||||
f 96//21 95//21 159//21 160//21
|
||||
f 95//21 94//21 158//21 159//21
|
||||
f 73//21 37//21 101//21 137//21
|
||||
f 56//22 57//22 121//22 120//22
|
||||
f 43//22 44//22 108//22 107//22
|
||||
f 98//21 97//21 161//21 162//21
|
||||
f 39//22 40//22 104//22 103//22
|
||||
f 55//22 56//22 120//22 119//22
|
||||
f 42//22 43//22 107//22 106//22
|
||||
f 71//21 72//21 136//21 135//21
|
||||
f 58//22 59//22 123//22 122//22
|
||||
f 86//21 85//21 149//21 150//21
|
||||
f 38//22 39//22 103//22 102//22
|
||||
f 97//21 96//21 160//21 161//21
|
||||
f 53//22 54//22 118//22 117//22
|
||||
f 40//22 41//22 105//22 104//22
|
||||
f 88//21 87//21 151//21 152//21
|
||||
f 87//21 86//21 150//21 151//21
|
||||
f 60//22 61//22 125//22 124//22
|
||||
f 78//21 77//21 141//21 142//21
|
||||
f 90//21 89//21 153//21 154//21
|
||||
f 65//22 66//22 130//22 129//22
|
||||
f 59//22 60//22 124//22 123//22
|
||||
f 44//22 45//22 109//22 108//22
|
||||
f 85//21 84//21 148//21 149//21
|
||||
f 84//21 83//21 147//21 148//21
|
||||
f 54//22 55//22 119//22 118//22
|
||||
f 83//21 82//21 146//21 147//21
|
||||
f 41//22 42//22 106//22 105//22
|
||||
f 51//23 81//23 82//24 52//24
|
||||
f 69//25 68//26 98//26 99//25
|
||||
f 58//27 57//28 87//28 88//27
|
||||
f 93//29 63//29 62//30 92//30
|
||||
f 38//31 46//31 37//31 39//31
|
||||
f 51//23 50//32 80//32 81//23
|
||||
f 83//33 53//33 52//24 82//24
|
||||
f 86//34 56//34 55//35 85//35
|
||||
f 90//36 60//36 59//37 89//37
|
||||
f 100//38 46//39 38//39 70//38
|
||||
f 50//32 49//40 79//40 80//32
|
||||
f 49//40 48//41 71//41 79//40
|
||||
f 47//42 72//42 71//42 48//42
|
||||
f 39//43 37//43 73//44 40//44
|
||||
f 96//45 66//45 65//46 95//46
|
||||
f 84//47 54//47 53//33 83//33
|
||||
f 85//35 55//35 54//47 84//47
|
||||
f 44//48 77//48 78//49 45//49
|
||||
f 64//50 63//29 93//29 94//50
|
||||
f 45//49 78//49 72//51 47//51
|
||||
f 95//46 65//46 64//50 94//50
|
||||
f 69//25 99//25 100//38 70//38
|
||||
f 91//52 61//52 60//36 90//36
|
||||
f 76//53 43//53 42//54 75//54
|
||||
f 74//55 41//55 40//44 73//44
|
||||
f 92//30 62//30 61//52 91//52
|
||||
f 87//28 57//28 56//34 86//34
|
||||
f 89//37 59//37 58//27 88//27
|
||||
f 44//48 43//53 76//53 77//48
|
||||
f 98//26 68//26 67//56 97//56
|
||||
f 42//54 41//55 74//55 75//54
|
||||
f 97//56 67//56 66//45 96//45
|
||||
f 115//57 116//58 146//58 145//57
|
||||
f 133//59 163//59 162//60 132//60
|
||||
f 122//61 152//61 151//62 121//62
|
||||
f 157//63 156//64 126//64 127//63
|
||||
f 102//65 103//65 101//65 110//65
|
||||
f 115//57 145//57 144//66 114//66
|
||||
f 147//67 146//58 116//58 117//67
|
||||
f 150//68 149//69 119//69 120//68
|
||||
f 154//70 153//71 123//71 124//70
|
||||
f 164//72 134//72 102//73 110//73
|
||||
f 114//66 144//66 143//74 113//74
|
||||
f 113//74 143//74 135//75 112//75
|
||||
f 111//76 112//76 135//76 136//76
|
||||
f 103//77 104//78 137//78 101//77
|
||||
f 160//79 159//80 129//80 130//79
|
||||
f 148//81 147//67 117//67 118//81
|
||||
f 149//69 148//81 118//81 119//69
|
||||
f 108//82 109//83 142//83 141//82
|
||||
f 128//84 158//84 157//63 127//63
|
||||
f 109//83 111//85 136//85 142//83
|
||||
f 159//80 158//84 128//84 129//80
|
||||
f 133//59 134//72 164//72 163//59
|
||||
f 155//86 154//70 124//70 125//86
|
||||
f 140//87 139//88 106//88 107//87
|
||||
f 138//89 137//78 104//78 105//89
|
||||
f 156//64 155//86 125//86 126//64
|
||||
f 151//62 150//68 120//68 121//62
|
||||
f 153//71 152//61 122//61 123//71
|
||||
f 108//82 141//82 140//87 107//87
|
||||
f 162//60 161//90 131//90 132//60
|
||||
f 106//88 139//88 138//89 105//89
|
||||
f 161//90 160//79 130//79 131//90
|
||||
f 39//91 37//91 101//91 103//91
|
||||
f 46//92 38//92 102//92 110//92
|
||||
f 47//93 72//93 136//93 111//93
|
||||
f 71//94 48//94 112//94 135//94
|
||||
g Cylinder_3
|
||||
v 0.55378 -0.27344 0.6
|
||||
v 0.61236 -0.13202 0.6
|
||||
v 0.41236 -0.13202 0.6
|
||||
v 0.41236 -0.33202 0.6
|
||||
v 0.27094 -0.27344 0.6
|
||||
v 0.21236 -0.13202 0.6
|
||||
v 0.27094 0.0094 0.6
|
||||
v 0.41236 0.06798 0.6
|
||||
v 0.55378 0.0094 0.6
|
||||
v 0.61236 -0.13202 -0.4
|
||||
v 0.55378 -0.27344 -0.4
|
||||
v 0.41236 -0.33202 -0.4
|
||||
v 0.27094 -0.27344 -0.4
|
||||
v 0.21236 -0.13202 -0.4
|
||||
v 0.27094 0.0094 -0.4
|
||||
v 0.41236 0.06798 -0.4
|
||||
v 0.55378 0.0094 -0.4
|
||||
v 0.41236 -0.13202 -0.4
|
||||
vn 0.0 -0.0 1.0
|
||||
vn 1.0 -0.0 0.0
|
||||
vn 0.7071 -0.7071 -0.0
|
||||
vn 0.0 -1.0 -0.0
|
||||
vn -0.7071 -0.7071 -0.0
|
||||
vn -1.0 -0.0 0.0
|
||||
vn -0.7071 0.7071 0.0
|
||||
vn 0.0 1.0 0.0
|
||||
vn 0.7071 0.7071 0.0
|
||||
vn 0.0 0.0 -1.0
|
||||
usemtl black
|
||||
f 165//95 166//95 167//95
|
||||
f 168//95 165//95 167//95
|
||||
f 169//95 168//95 167//95
|
||||
f 170//95 169//95 167//95
|
||||
f 171//95 170//95 167//95
|
||||
f 172//95 171//95 167//95
|
||||
f 173//95 172//95 167//95
|
||||
f 166//95 173//95 167//95
|
||||
f 174//96 166//96 165//97
|
||||
f 175//97 165//97 168//98
|
||||
f 176//98 168//98 169//99
|
||||
f 177//99 169//99 170//100
|
||||
f 178//100 170//100 171//101
|
||||
f 179//101 171//101 172//102
|
||||
f 180//102 172//102 173//103
|
||||
f 181//103 173//103 166//96
|
||||
f 174//96 165//97 175//97
|
||||
f 175//97 168//98 176//98
|
||||
f 176//98 169//99 177//99
|
||||
f 177//99 170//100 178//100
|
||||
f 178//100 171//101 179//101
|
||||
f 179//101 172//102 180//102
|
||||
f 180//102 173//103 181//103
|
||||
f 181//103 166//96 174//96
|
||||
f 182//104 174//104 175//104
|
||||
f 182//104 175//104 176//104
|
||||
f 182//104 176//104 177//104
|
||||
f 182//104 177//104 178//104
|
||||
f 182//104 178//104 179//104
|
||||
f 182//104 179//104 180//104
|
||||
f 182//104 180//104 181//104
|
||||
f 182//104 181//104 174//104
|
||||
g Cylinder_1
|
||||
v 3.11738 -0.71537 0.575
|
||||
v 3.26962 0.05 0.575
|
||||
v 1.26962 0.05 0.575
|
||||
v 2.68384 -1.36421 0.575
|
||||
v 2.03499 -1.79776 0.575
|
||||
v 1.26962 -1.95 0.575
|
||||
v 0.50426 -1.79776 0.575
|
||||
v -0.14459 -1.36421 0.575
|
||||
v -0.57813 -0.71537 0.575
|
||||
v -0.73038 0.05 0.575
|
||||
v -0.57813 0.81537 0.575
|
||||
v -0.14459 1.46421 0.575
|
||||
v 0.50426 1.89776 0.575
|
||||
v 1.26962 2.05 0.575
|
||||
v 2.03499 1.89776 0.575
|
||||
v 2.68384 1.46421 0.575
|
||||
v 3.11738 0.81537 0.575
|
||||
v 3.26962 0.05 -0.425
|
||||
v 3.11738 -0.71537 -0.425
|
||||
v 2.68384 -1.36421 -0.425
|
||||
v 2.03499 -1.79776 -0.425
|
||||
v 1.26962 -1.95 -0.425
|
||||
v 0.50426 -1.79776 -0.425
|
||||
v -0.14459 -1.36421 -0.425
|
||||
v -0.57813 -0.71537 -0.425
|
||||
v -0.73038 0.05 -0.425
|
||||
v -0.57813 0.81537 -0.425
|
||||
v -0.14459 1.46421 -0.425
|
||||
v 0.50426 1.89776 -0.425
|
||||
v 1.26962 2.05 -0.425
|
||||
v 2.03499 1.89776 -0.425
|
||||
v 2.68384 1.46421 -0.425
|
||||
v 3.11738 0.81537 -0.425
|
||||
v 1.26962 0.05 -0.425
|
||||
vn 0.0 -0.0 1.0
|
||||
vn 1.0 -0.0 0.0
|
||||
vn 0.9239 -0.3827 -0.0
|
||||
vn 0.7071 -0.7071 -0.0
|
||||
vn 0.3827 -0.9239 -0.0
|
||||
vn -0.0 -1.0 -0.0
|
||||
vn -0.3827 -0.9239 -0.0
|
||||
vn -0.7071 -0.7071 -0.0
|
||||
vn -0.9239 -0.3827 -0.0
|
||||
vn -1.0 -0.0 -0.0
|
||||
vn -0.9239 0.3827 0.0
|
||||
vn -0.7071 0.7071 0.0
|
||||
vn -0.3827 0.9239 0.0
|
||||
vn -0.0 1.0 0.0
|
||||
vn 0.3827 0.9239 0.0
|
||||
vn 0.7071 0.7071 0.0
|
||||
vn 0.9239 0.3827 0.0
|
||||
vn -0.0 0.0 -1.0
|
||||
usemtl flltgrey
|
||||
f 183//105 184//105 185//105
|
||||
f 186//105 183//105 185//105
|
||||
f 187//105 186//105 185//105
|
||||
f 188//105 187//105 185//105
|
||||
f 189//105 188//105 185//105
|
||||
f 190//105 189//105 185//105
|
||||
f 191//105 190//105 185//105
|
||||
f 192//105 191//105 185//105
|
||||
f 193//105 192//105 185//105
|
||||
f 194//105 193//105 185//105
|
||||
f 195//105 194//105 185//105
|
||||
f 196//105 195//105 185//105
|
||||
f 197//105 196//105 185//105
|
||||
f 198//105 197//105 185//105
|
||||
f 199//105 198//105 185//105
|
||||
f 184//105 199//105 185//105
|
||||
f 200//106 184//106 183//107
|
||||
f 201//107 183//107 186//108
|
||||
f 202//108 186//108 187//109
|
||||
f 203//109 187//109 188//110
|
||||
f 204//110 188//110 189//111
|
||||
f 205//111 189//111 190//112
|
||||
f 206//112 190//112 191//113
|
||||
f 207//113 191//113 192//114
|
||||
f 208//114 192//114 193//115
|
||||
f 209//115 193//115 194//116
|
||||
f 210//116 194//116 195//117
|
||||
f 211//117 195//117 196//118
|
||||
f 212//118 196//118 197//119
|
||||
f 213//119 197//119 198//120
|
||||
f 214//120 198//120 199//121
|
||||
f 215//121 199//121 184//106
|
||||
f 200//106 183//107 201//107
|
||||
f 201//107 186//108 202//108
|
||||
f 202//108 187//109 203//109
|
||||
f 203//109 188//110 204//110
|
||||
f 204//110 189//111 205//111
|
||||
f 205//111 190//112 206//112
|
||||
f 206//112 191//113 207//113
|
||||
f 207//113 192//114 208//114
|
||||
f 208//114 193//115 209//115
|
||||
f 209//115 194//116 210//116
|
||||
f 210//116 195//117 211//117
|
||||
f 211//117 196//118 212//118
|
||||
f 212//118 197//119 213//119
|
||||
f 213//119 198//120 214//120
|
||||
f 214//120 199//121 215//121
|
||||
f 215//121 184//106 200//106
|
||||
f 216//122 200//122 201//122
|
||||
f 216//122 201//122 202//122
|
||||
f 216//122 202//122 203//122
|
||||
f 216//122 203//122 204//122
|
||||
f 216//122 204//122 205//122
|
||||
f 216//122 205//122 206//122
|
||||
f 216//122 206//122 207//122
|
||||
f 216//122 207//122 208//122
|
||||
f 216//122 208//122 209//122
|
||||
f 216//122 209//122 210//122
|
||||
f 216//122 210//122 211//122
|
||||
f 216//122 211//122 212//122
|
||||
f 216//122 212//122 213//122
|
||||
f 216//122 213//122 214//122
|
||||
f 216//122 214//122 215//122
|
||||
f 216//122 215//122 200//122
|
||||
g Cube_1
|
||||
v 5.235 -4.06 0.5
|
||||
v -2.765 -4.06 0.5
|
||||
v 1.235 -4.06 0
|
||||
v 5.235 -4.06 -0.5
|
||||
v -2.765 -4.06 -0.5
|
||||
v 5.235 -0.06 0
|
||||
v 5.235 3.94 -0.5
|
||||
v 5.235 3.94 0.5
|
||||
v 1.235 -0.06 0.5
|
||||
v -2.765 3.94 0.5
|
||||
v -2.765 -0.06 0
|
||||
v -2.765 3.94 -0.5
|
||||
v 1.235 3.94 0
|
||||
v 1.235 -0.06 -0.5
|
||||
vn 0.0 -1.0 0.0
|
||||
vn 1.0 0.0 0.0
|
||||
vn 0.0 -0.0 1.0
|
||||
vn -1.0 0.0 0.0
|
||||
vn 0.0 1.0 0.0
|
||||
vn 0.0 0.0 -1.0
|
||||
usemtl flwhite
|
||||
f 217//123 218//123 219//123
|
||||
f 220//123 217//123 219//123
|
||||
f 221//123 220//123 219//123
|
||||
f 218//123 221//123 219//123
|
||||
f 217//124 220//124 222//124
|
||||
f 220//124 223//124 222//124
|
||||
f 223//124 224//124 222//124
|
||||
f 224//124 217//124 222//124
|
||||
f 218//125 217//125 225//125
|
||||
f 217//125 224//125 225//125
|
||||
f 224//125 226//125 225//125
|
||||
f 226//125 218//125 225//125
|
||||
f 221//126 218//126 227//126
|
||||
f 218//126 226//126 227//126
|
||||
f 226//126 228//126 227//126
|
||||
f 228//126 221//126 227//126
|
||||
f 226//127 224//127 229//127
|
||||
f 224//127 223//127 229//127
|
||||
f 223//127 228//127 229//127
|
||||
f 228//127 226//127 229//127
|
||||
f 220//128 221//128 230//128
|
||||
f 221//128 228//128 230//128
|
||||
f 228//128 223//128 230//128
|
||||
f 223//128 220//128 230//128
|
22
models/prise/prise.obj.import
Normal file
22
models/prise/prise.obj.import
Normal file
|
@ -0,0 +1,22 @@
|
|||
[remap]
|
||||
|
||||
importer="wavefront_obj"
|
||||
importer_version=1
|
||||
type="Mesh"
|
||||
uid="uid://cbfukxr60wtrt"
|
||||
path="res://.godot/imported/prise.obj-9e08de09c9d0e7cbe219ebab5c74fb03.mesh"
|
||||
|
||||
[deps]
|
||||
|
||||
files=["res://.godot/imported/prise.obj-9e08de09c9d0e7cbe219ebab5c74fb03.mesh"]
|
||||
|
||||
source_file="res://models/prise/prise.obj"
|
||||
dest_files=["res://.godot/imported/prise.obj-9e08de09c9d0e7cbe219ebab5c74fb03.mesh", "res://.godot/imported/prise.obj-9e08de09c9d0e7cbe219ebab5c74fb03.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
|
198
models/prise/priseTelephonique.obj
Normal file
198
models/prise/priseTelephonique.obj
Normal file
|
@ -0,0 +1,198 @@
|
|||
#Produced by Art of Illusion 2.4.1, Wed Sep 12 20:49:16 CEST 2007
|
||||
#Etienne gerard, Prise telephone 1
|
||||
#Copyleft: cette oeuvre est libre, vous pouvez la copier, la diffuser et la modifier selon les termes de la Licence Art Libre http://www.artlibre.org
|
||||
g Cube_1
|
||||
usemtl flwhite
|
||||
v -4 -4 0.5
|
||||
v 4 -4 0.5
|
||||
v 4 -4 -0.5
|
||||
v -4 -4 -0.5
|
||||
v -4 4 0.5
|
||||
v 4 4 0.5
|
||||
v 4 4 -0.5
|
||||
v -4 4 -0.5
|
||||
v 0 0 0.5
|
||||
v 4 0 0
|
||||
v 0 0 -0.5
|
||||
v -4 0 0
|
||||
v 0 -4 0
|
||||
v 0 4 0
|
||||
vn 1 0 0
|
||||
vn 0 -1 0
|
||||
vn 0 -1 0
|
||||
vn 0 -1 0
|
||||
vn 0 -1 0
|
||||
vn 1 0 0
|
||||
vn 1 0 0
|
||||
vn 1 0 0
|
||||
vn 1 0 0
|
||||
vn 0 0 1
|
||||
vn 0 0 1
|
||||
vn 0 0 1
|
||||
vn 0 0 1
|
||||
vn -1 0 0
|
||||
vn -1 0 0
|
||||
vn -1 0 0
|
||||
vn -1 0 0
|
||||
vn 0 1 0
|
||||
vn 0 1 0
|
||||
vn 0 1 0
|
||||
vn 0 1 0
|
||||
vn 0 0 -1
|
||||
vn 0 0 -1
|
||||
vn 0 0 -1
|
||||
vn 0 0 -1
|
||||
f 2//2 1//2 13//2
|
||||
f 3//3 2//3 13//3
|
||||
f 4//4 3//4 13//4
|
||||
f 1//5 4//5 13//5
|
||||
f 2//6 3//6 10//6
|
||||
f 3//7 7//7 10//7
|
||||
f 7//8 6//8 10//8
|
||||
f 6//9 2//9 10//9
|
||||
f 1//10 2//10 9//10
|
||||
f 2//11 6//11 9//11
|
||||
f 6//12 5//12 9//12
|
||||
f 5//13 1//13 9//13
|
||||
f 4//14 1//14 12//14
|
||||
f 1//15 5//15 12//15
|
||||
f 5//16 8//16 12//16
|
||||
f 8//17 4//17 12//17
|
||||
f 5//18 6//18 14//18
|
||||
f 6//19 7//19 14//19
|
||||
f 7//20 8//20 14//20
|
||||
f 8//21 5//21 14//21
|
||||
f 3//22 4//22 11//22
|
||||
f 4//23 8//23 11//23
|
||||
f 8//24 7//24 11//24
|
||||
f 7//25 3//25 11//25
|
||||
g Cube_3
|
||||
usemtl black
|
||||
v -0.26285 -1.61667 0.58333
|
||||
v 0.23715 -1.61667 0.58333
|
||||
v 0.23715 -1.61667 0.48333
|
||||
v -0.26285 -1.61667 0.48333
|
||||
v -0.26285 2.38333 0.58333
|
||||
v 0.23715 2.38333 0.58333
|
||||
v 0.23715 2.38333 0.48333
|
||||
v -0.26285 2.38333 0.48333
|
||||
v -0.01285 0.38333 0.58333
|
||||
v 0.23715 0.38333 0.53333
|
||||
v -0.01285 0.38333 0.48333
|
||||
v -0.26285 0.38333 0.53333
|
||||
v -0.01285 -1.61667 0.53333
|
||||
v -0.01285 2.38333 0.53333
|
||||
vn 1 0 0
|
||||
vn 0 -1 0
|
||||
vn 0 -1 0
|
||||
vn 0 -1 0
|
||||
vn 0 -1 0
|
||||
vn 1 0 0
|
||||
vn 1 0 0
|
||||
vn 1 0 0
|
||||
vn 1 0 0
|
||||
vn 0 0 1
|
||||
vn 0 0 1
|
||||
vn 0 0 1
|
||||
vn 0 0 1
|
||||
vn -1 0 0
|
||||
vn -1 0 0
|
||||
vn -1 0 0
|
||||
vn -1 0 0
|
||||
vn 0 1 0
|
||||
vn 0 1 0
|
||||
vn 0 1 0
|
||||
vn 0 1 0
|
||||
vn 0 0 -1
|
||||
vn 0 0 -1
|
||||
vn 0 0 -1
|
||||
vn 0 0 -1
|
||||
f 16//27 15//27 27//27
|
||||
f 17//28 16//28 27//28
|
||||
f 18//29 17//29 27//29
|
||||
f 15//30 18//30 27//30
|
||||
f 16//31 17//31 24//31
|
||||
f 17//32 21//32 24//32
|
||||
f 21//33 20//33 24//33
|
||||
f 20//34 16//34 24//34
|
||||
f 15//35 16//35 23//35
|
||||
f 16//36 20//36 23//36
|
||||
f 20//37 19//37 23//37
|
||||
f 19//38 15//38 23//38
|
||||
f 18//39 15//39 26//39
|
||||
f 15//40 19//40 26//40
|
||||
f 19//41 22//41 26//41
|
||||
f 22//42 18//42 26//42
|
||||
f 19//43 20//43 28//43
|
||||
f 20//44 21//44 28//44
|
||||
f 21//45 22//45 28//45
|
||||
f 22//46 19//46 28//46
|
||||
f 17//47 18//47 25//47
|
||||
f 18//48 22//48 25//48
|
||||
f 22//49 21//49 25//49
|
||||
f 21//50 17//50 25//50
|
||||
g Cube_4
|
||||
usemtl black
|
||||
v -0.98333 -1.95 0.58333
|
||||
v 1.01667 -1.95 0.58333
|
||||
v 1.01667 -1.95 0.48333
|
||||
v -0.98333 -1.95 0.48333
|
||||
v -0.98333 -1.45 0.58333
|
||||
v 1.01667 -1.45 0.58333
|
||||
v 1.01667 -1.45 0.48333
|
||||
v -0.98333 -1.45 0.48333
|
||||
v 0.01667 -1.7 0.58333
|
||||
v 1.01667 -1.7 0.53333
|
||||
v 0.01667 -1.7 0.48333
|
||||
v -0.98333 -1.7 0.53333
|
||||
v 0.01667 -1.95 0.53333
|
||||
v 0.01667 -1.45 0.53333
|
||||
vn 1 0 0
|
||||
vn 0 -1 0
|
||||
vn 0 -1 0
|
||||
vn 0 -1 0
|
||||
vn 0 -1 0
|
||||
vn 1 0 0
|
||||
vn 1 0 0
|
||||
vn 1 0 0
|
||||
vn 1 0 0
|
||||
vn 0 0 1
|
||||
vn 0 0 1
|
||||
vn 0 0 1
|
||||
vn 0 0 1
|
||||
vn -1 0 0
|
||||
vn -1 0 0
|
||||
vn -1 0 0
|
||||
vn -1 0 0
|
||||
vn 0 1 0
|
||||
vn 0 1 0
|
||||
vn 0 1 0
|
||||
vn 0 1 0
|
||||
vn 0 0 -1
|
||||
vn 0 0 -1
|
||||
vn 0 0 -1
|
||||
vn 0 0 -1
|
||||
f 30//52 29//52 41//52
|
||||
f 31//53 30//53 41//53
|
||||
f 32//54 31//54 41//54
|
||||
f 29//55 32//55 41//55
|
||||
f 30//56 31//56 38//56
|
||||
f 31//57 35//57 38//57
|
||||
f 35//58 34//58 38//58
|
||||
f 34//59 30//59 38//59
|
||||
f 29//60 30//60 37//60
|
||||
f 30//61 34//61 37//61
|
||||
f 34//62 33//62 37//62
|
||||
f 33//63 29//63 37//63
|
||||
f 32//64 29//64 40//64
|
||||
f 29//65 33//65 40//65
|
||||
f 33//66 36//66 40//66
|
||||
f 36//67 32//67 40//67
|
||||
f 33//68 34//68 42//68
|
||||
f 34//69 35//69 42//69
|
||||
f 35//70 36//70 42//70
|
||||
f 36//71 33//71 42//71
|
||||
f 31//72 32//72 39//72
|
||||
f 32//73 36//73 39//73
|
||||
f 36//74 35//74 39//74
|
||||
f 35//75 31//75 39//75
|
22
models/prise/priseTelephonique.obj.import
Normal file
22
models/prise/priseTelephonique.obj.import
Normal file
|
@ -0,0 +1,22 @@
|
|||
[remap]
|
||||
|
||||
importer="wavefront_obj"
|
||||
importer_version=1
|
||||
type="Mesh"
|
||||
uid="uid://mnifdoqar3ao"
|
||||
path="res://.godot/imported/priseTelephonique.obj-c86c163402d50a45a35e17abfd732999.mesh"
|
||||
|
||||
[deps]
|
||||
|
||||
files=["res://.godot/imported/priseTelephonique.obj-c86c163402d50a45a35e17abfd732999.mesh"]
|
||||
|
||||
source_file="res://models/prise/priseTelephonique.obj"
|
||||
dest_files=["res://.godot/imported/priseTelephonique.obj-c86c163402d50a45a35e17abfd732999.mesh", "res://.godot/imported/priseTelephonique.obj-c86c163402d50a45a35e17abfd732999.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
|
44
models/rangement/License.txt
Normal file
44
models/rangement/License.txt
Normal file
|
@ -0,0 +1,44 @@
|
|||
LICENSE
|
||||
|
||||
SPANISH
|
||||
|
||||
Este archivo esta bajo licencia Creative Commons 2.5.
|
||||
|
||||
http://creativecommons.org/licenses/by/2.5/es/
|
||||
|
||||
Eres libre de:
|
||||
|
||||
Copiar, distribuir y comunicar publicamente la obra
|
||||
|
||||
Hacer archivos derivados
|
||||
|
||||
Bajo las condiciones siguientes:
|
||||
|
||||
Esta permitido realizar cualquier trabajo personal
|
||||
o comercial.
|
||||
|
||||
Reconocimiento: En caso de querer redistribuir este
|
||||
archivo, o cualquier otro derivado de el, se debe
|
||||
reconocer la autoria de Scopia Visual Interfaces
|
||||
Systems, s.l. (http://www.scopia.es)
|
||||
|
||||
ENGLISH
|
||||
|
||||
This file is under the Creative Commons 3.0 Unported
|
||||
license:
|
||||
|
||||
http://creativecommons.org/licenses/by/3.0/
|
||||
|
||||
Your are free:
|
||||
|
||||
To share - to copy, distribute and trasmit the work
|
||||
|
||||
To Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
|
||||
You are free to make personal or commercial works.
|
||||
|
||||
Attribution: If you want distribute this work, or
|
||||
derivates, you must attribute it to Scopia Visual
|
||||
Interfaces Systems, s.l. (http://www.scopia.es)
|
BIN
models/rangement/rojiza.jpg
(Stored with Git LFS)
Normal file
BIN
models/rangement/rojiza.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
35
models/rangement/rojiza.jpg.import
Normal file
35
models/rangement/rojiza.jpg.import
Normal file
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://i4dgih23cvq5"
|
||||
path.s3tc="res://.godot/imported/rojiza.jpg-8585c77de4676acc1f00d13d700998be.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://models/rangement/rojiza.jpg"
|
||||
dest_files=["res://.godot/imported/rojiza.jpg-8585c77de4676acc1f00d13d700998be.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=2
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=true
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=0
|
23
models/rangement/wardrobe1.mtl
Normal file
23
models/rangement/wardrobe1.mtl
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Blender3D MTL File: wardrobe1.blend
|
||||
# Material Count: 2
|
||||
newmtl metalic_suau
|
||||
Ns 37.254902
|
||||
Ka 0.000000 0.000000 0.000000
|
||||
Kd 0.473274 0.473274 0.473274
|
||||
Ks 0.965606 0.965606 0.965606
|
||||
Ni 1.000000
|
||||
d 1.000000
|
||||
illum 2
|
||||
|
||||
|
||||
newmtl madera_armario2_rojiza.jpg.001
|
||||
Ns 80.392157
|
||||
Ka 0.000000 0.000000 0.000000
|
||||
Kd 0.774389 0.507886 0.197039
|
||||
Ks 0.205634 0.205634 0.205634
|
||||
Ni 1.000000
|
||||
d 1.000000
|
||||
illum 2
|
||||
map_Kd rojiza.jpg
|
||||
|
||||
|
3606
models/rangement/wardrobe1.obj
Normal file
3606
models/rangement/wardrobe1.obj
Normal file
File diff suppressed because it is too large
Load diff
22
models/rangement/wardrobe1.obj.import
Normal file
22
models/rangement/wardrobe1.obj.import
Normal file
|
@ -0,0 +1,22 @@
|
|||
[remap]
|
||||
|
||||
importer="wavefront_obj"
|
||||
importer_version=1
|
||||
type="Mesh"
|
||||
uid="uid://vh01bs5last1"
|
||||
path="res://.godot/imported/wardrobe1.obj-6bbcffcd0e444bd50f5e91f84204dbc8.mesh"
|
||||
|
||||
[deps]
|
||||
|
||||
files=["res://.godot/imported/wardrobe1.obj-6bbcffcd0e444bd50f5e91f84204dbc8.mesh"]
|
||||
|
||||
source_file="res://models/rangement/wardrobe1.obj"
|
||||
dest_files=["res://.godot/imported/wardrobe1.obj-6bbcffcd0e444bd50f5e91f84204dbc8.mesh", "res://.godot/imported/wardrobe1.obj-6bbcffcd0e444bd50f5e91f84204dbc8.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
|
2805
models/reveil/petitReveil.obj
Normal file
2805
models/reveil/petitReveil.obj
Normal file
File diff suppressed because it is too large
Load diff
22
models/reveil/petitReveil.obj.import
Normal file
22
models/reveil/petitReveil.obj.import
Normal file
|
@ -0,0 +1,22 @@
|
|||
[remap]
|
||||
|
||||
importer="wavefront_obj"
|
||||
importer_version=1
|
||||
type="Mesh"
|
||||
uid="uid://cbmjixag4plmh"
|
||||
path="res://.godot/imported/petitReveil.obj-7e6d933a37100ba474d9f69d7fc26fc7.mesh"
|
||||
|
||||
[deps]
|
||||
|
||||
files=["res://.godot/imported/petitReveil.obj-7e6d933a37100ba474d9f69d7fc26fc7.mesh"]
|
||||
|
||||
source_file="res://models/reveil/petitReveil.obj"
|
||||
dest_files=["res://.godot/imported/petitReveil.obj-7e6d933a37100ba474d9f69d7fc26fc7.mesh", "res://.godot/imported/petitReveil.obj-7e6d933a37100ba474d9f69d7fc26fc7.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
|
52
models/table/License.txt
Normal file
52
models/table/License.txt
Normal file
|
@ -0,0 +1,52 @@
|
|||
|
||||
LICENSE
|
||||
|
||||
SPANISH
|
||||
|
||||
Este archivo esta bajo licencia Creative Commons 4.0.
|
||||
|
||||
https://creativecommons.org/licenses/by/4.0/
|
||||
|
||||
Eres libre de:
|
||||
|
||||
Copiar, distribuir y comunicar publicamente la obra
|
||||
|
||||
Hacer archivos derivados
|
||||
|
||||
Bajo las condiciones siguientes:
|
||||
|
||||
Esta permitido realizar cualquier trabajo personal
|
||||
o comercial.
|
||||
|
||||
Reconocimiento: Los archivos pueden usarse en renders o
|
||||
animaciones sin reconocimiento alguno. Sólo en caso de querer
|
||||
redistribuir los archivos se debe
|
||||
reconocer la autoria de Scopia Visual Interfaces
|
||||
Systems, s.l. (https://www.scopia.es)
|
||||
|
||||
Diseño:
|
||||
Este modelo 3d está basado en uno visto en la página web oficial de IKEA. Todos los diseños, y la propiedad intelectual, de este mobiliario son propiedad de IKEA.
|
||||
|
||||
ENGLISH
|
||||
|
||||
This file is under the Creative Commons 4.0 Unported
|
||||
license:
|
||||
|
||||
https://creativecommons.org/licenses/by/4.0/
|
||||
|
||||
Your are free:
|
||||
|
||||
To share - to copy, distribute and trasmit the work
|
||||
|
||||
To Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
|
||||
You are free to make personal or commercial works.
|
||||
|
||||
Attribution: The models can be used in renders or animations without attribution.
|
||||
If you want distribute the model files themselves you must attribute them to Scopia Visual
|
||||
Interfaces Systems, s.l. (https://www.scopia.es)
|
||||
|
||||
Design:
|
||||
This model is based on one viewed at IKEA web and all the furniture designs are property of IKEA.
|
23
models/table/children_table.mtl
Normal file
23
models/table/children_table.mtl
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Blender MTL File: 'LATT_Children_s_table_w_2_chairs-sweethome3d.blend'
|
||||
# Material Count: 2
|
||||
|
||||
newmtl Pine
|
||||
Ns 30
|
||||
Ka 1.000000 1.000000 1.000000
|
||||
Kd 1.000000 1.000000 1.000000
|
||||
Ks 0.097015 0.097015 0.097015
|
||||
Ke 0.000000 0.000000 0.000000
|
||||
Ni 1.450000
|
||||
d 1.000000
|
||||
illum 2
|
||||
map_Kd pine.jpg
|
||||
|
||||
newmtl WhiteWood
|
||||
Ns 20
|
||||
Ka 1.000000 1.000000 1.000000
|
||||
Kd 0.800000 0.800000 0.800000
|
||||
Ks 0.089552 0.089552 0.089552
|
||||
Ke 0.000000 0.000000 0.000000
|
||||
Ni 1.450000
|
||||
d 1.000000
|
||||
illum 2
|
267
models/table/children_table.obj
Normal file
267
models/table/children_table.obj
Normal file
|
@ -0,0 +1,267 @@
|
|||
# Blender v2.81 (sub 16) OBJ File: 'LATT_Children_s_table_w_2_chairs-sweethome3d.blend'
|
||||
# www.blender.org
|
||||
mtllib children_table.mtl
|
||||
o table_Cube.002
|
||||
v 0.723 21.411 -44.838
|
||||
v 0.723 21.411 -0.731
|
||||
v 0.723 21.801 -44.838
|
||||
v 0.723 21.801 -0.731
|
||||
v 59.877 21.411 -44.838
|
||||
v 59.877 21.411 -0.731
|
||||
v 59.877 21.801 -44.838
|
||||
v 59.877 21.801 -0.731
|
||||
v 59.822 15.881 -1.201
|
||||
v 61.383 15.881 -1.201
|
||||
v 59.822 22.381 -1.201
|
||||
v 61.383 22.381 -1.201
|
||||
v 59.822 15.881 -44.397
|
||||
v 61.383 15.881 -44.397
|
||||
v 59.822 22.381 -44.397
|
||||
v 61.383 22.381 -44.397
|
||||
v -0.778 15.881 -1.201
|
||||
v 0.783 15.881 -1.201
|
||||
v -0.778 22.381 -1.201
|
||||
v 0.783 22.381 -1.201
|
||||
v -0.778 15.881 -44.397
|
||||
v 0.783 15.881 -44.397
|
||||
v -0.778 22.381 -44.397
|
||||
v 0.783 22.381 -44.397
|
||||
v 1.211 15.881 -46.38
|
||||
v 1.211 15.881 -44.82
|
||||
v 1.211 22.381 -46.38
|
||||
v 1.211 22.381 -44.82
|
||||
v 59.388 15.881 -46.38
|
||||
v 59.388 15.881 -44.82
|
||||
v 59.388 22.381 -46.38
|
||||
v 59.388 22.381 -44.82
|
||||
v 1.211 15.881 -0.78
|
||||
v 1.211 15.881 0.78
|
||||
v 1.211 22.381 -0.78
|
||||
v 1.211 22.381 0.78
|
||||
v 59.388 15.881 -0.78
|
||||
v 59.388 15.881 0.78
|
||||
v 59.388 22.381 -0.78
|
||||
v 59.388 22.381 0.78
|
||||
v -1.2 -22.5 -44.4
|
||||
v -1.2 22.5 -44.4
|
||||
v -1.2 -22.5 -46.8
|
||||
v -1.2 22.5 -46.8
|
||||
v 1.2 -22.5 -44.4
|
||||
v 1.2 22.5 -44.4
|
||||
v 1.2 -22.5 -46.8
|
||||
v 1.2 22.5 -46.8
|
||||
v 59.4 -22.5 -44.4
|
||||
v 59.4 22.5 -44.4
|
||||
v 59.4 -22.5 -46.8
|
||||
v 59.4 22.5 -46.8
|
||||
v 61.8 -22.5 -44.4
|
||||
v 61.8 22.5 -44.4
|
||||
v 61.8 -22.5 -46.8
|
||||
v 61.8 22.5 -46.8
|
||||
v 59.4 -22.5 1.2
|
||||
v 59.4 22.5 1.2
|
||||
v 59.4 -22.5 -1.2
|
||||
v 59.4 22.5 -1.2
|
||||
v 61.8 -22.5 1.2
|
||||
v 61.8 22.5 1.2
|
||||
v 61.8 -22.5 -1.2
|
||||
v 61.8 22.5 -1.2
|
||||
v -1.2 -22.5 1.2
|
||||
v -1.2 22.5 1.2
|
||||
v -1.2 -22.5 -1.2
|
||||
v -1.2 22.5 -1.2
|
||||
v 1.2 -22.5 1.2
|
||||
v 1.2 22.5 1.2
|
||||
v 1.2 -22.5 -1.2
|
||||
v 1.2 22.5 -1.2
|
||||
vt -0.41577 0.04754
|
||||
vt -0.24955 0.04754
|
||||
vt -0.24955 0.0944
|
||||
vt -0.41577 0.0944
|
||||
vt 0.18618 0.18814
|
||||
vt -0.41577 0.18814
|
||||
vt -0.41577 0.14127
|
||||
vt 0.18618 0.14127
|
||||
vt -0.08332 0.0944
|
||||
vt -0.08332 0.04754
|
||||
vt 0.18618 0.0944
|
||||
vt -0.41577 0.15409
|
||||
vt -0.41577 0.05592
|
||||
vt 0.18618 0.05592
|
||||
vt 0.18618 0.15409
|
||||
vt -0.41577 0.25227
|
||||
vt 0.18618 0.25227
|
||||
vt 0.20789 0.37467
|
||||
vt 0.37411 0.37467
|
||||
vt 0.37411 0.42154
|
||||
vt 0.20789 0.42154
|
||||
vt 0.80984 0.51527
|
||||
vt 0.20789 0.51527
|
||||
vt 0.20789 0.46841
|
||||
vt 0.80984 0.46841
|
||||
vt 0.54034 0.42154
|
||||
vt 0.54034 0.37467
|
||||
vt 0.80984 0.42154
|
||||
vt 0.20789 0.8456
|
||||
vt 0.20789 0.73167
|
||||
vt 0.80984 0.73167
|
||||
vt 0.80984 0.8456
|
||||
vt 0.20789 0.95953
|
||||
vt 0.80984 0.95953
|
||||
vt 0.31498 -0.04088
|
||||
vt 0.48121 -0.04088
|
||||
vt 0.48121 0.00599
|
||||
vt 0.31498 0.00599
|
||||
vt 1.19412 0.09972
|
||||
vt 0.31498 0.09972
|
||||
vt 0.31498 0.05285
|
||||
vt 1.19412 0.05285
|
||||
vt 0.64744 0.00599
|
||||
vt 0.64744 -0.04088
|
||||
vt 1.19412 0.00599
|
||||
vt 0.31498 0.15967
|
||||
vt 0.31498 0.03703
|
||||
vt 1.19412 0.03703
|
||||
vt 1.19412 0.15967
|
||||
vt 0.31498 0.28232
|
||||
vt 1.19412 0.28232
|
||||
vt 0 -0.80125
|
||||
vt 0.16623 -0.80125
|
||||
vt 0.16623 -0.75439
|
||||
vt 0 -0.75439
|
||||
vt 0.87914 -0.66065
|
||||
vt 0 -0.66065
|
||||
vt 0 -0.70752
|
||||
vt 0.87914 -0.70752
|
||||
vt 0.33246 -0.75439
|
||||
vt 0.33246 -0.80125
|
||||
vt 0.87914 -0.75439
|
||||
vt 0 -0.14868
|
||||
vt 0 -0.29736
|
||||
vt 0.87914 -0.29736
|
||||
vt 0.87914 -0.14868
|
||||
vt 0 0
|
||||
vt 0.87914 0
|
||||
vt -0.282 0.47617
|
||||
vt -0.282 0.41915
|
||||
vt 0.48533 0.41915
|
||||
vt 0.48533 0.47617
|
||||
vt -0.282 0.36214
|
||||
vt -0.282 0.30512
|
||||
vt 0.48533 0.30512
|
||||
vt 0.48533 0.36214
|
||||
vt 0.48533 0.24811
|
||||
vt -0.282 0.24811
|
||||
vt -0.24108 0.1911
|
||||
vt -0.24108 0.24811
|
||||
vt -0.282 0.1911
|
||||
vt -0.20015 0.1911
|
||||
vt -0.20015 0.24811
|
||||
vt 0.19874 0.21041
|
||||
vt 0.19874 0.1534
|
||||
vt 0.96607 0.1534
|
||||
vt 0.96607 0.21041
|
||||
vt 0.19874 0.09638
|
||||
vt 0.19874 0.03937
|
||||
vt 0.96607 0.03937
|
||||
vt 0.96607 0.09638
|
||||
vt 0.96607 -0.01764
|
||||
vt 0.19874 -0.01764
|
||||
vt 0.23966 -0.07466
|
||||
vt 0.23966 -0.01764
|
||||
vt 0.19874 -0.07466
|
||||
vt 0.28059 -0.07466
|
||||
vt 0.28059 -0.01764
|
||||
vt 0.29008 0.50218
|
||||
vt 0.29008 0.44517
|
||||
vt 1.05741 0.44517
|
||||
vt 1.05741 0.50218
|
||||
vt 0.29008 0.38816
|
||||
vt 0.29008 0.33114
|
||||
vt 1.05741 0.33114
|
||||
vt 1.05741 0.38816
|
||||
vt 1.05741 0.27413
|
||||
vt 0.29008 0.27413
|
||||
vt 0.33101 0.21711
|
||||
vt 0.33101 0.27413
|
||||
vt 0.29008 0.21711
|
||||
vt 0.37193 0.21711
|
||||
vt 0.37193 0.27413
|
||||
vt -0.01741 0.77236
|
||||
vt -0.01741 0.71535
|
||||
vt 0.74991 0.71535
|
||||
vt 0.74991 0.77236
|
||||
vt -0.01741 0.65833
|
||||
vt -0.01741 0.60132
|
||||
vt 0.74991 0.60132
|
||||
vt 0.74991 0.65833
|
||||
vt 0.74991 0.5443
|
||||
vt -0.01741 0.5443
|
||||
vt 0.02351 0.48729
|
||||
vt 0.02351 0.5443
|
||||
vt -0.01741 0.48729
|
||||
vt 0.06443 0.48729
|
||||
vt 0.06443 0.5443
|
||||
vn 0 0 1
|
||||
vn 0 1 0
|
||||
vn 0 0 -1
|
||||
vn 0 -1 0
|
||||
vn -1 0 0
|
||||
vn 1 0 0
|
||||
usemtl Pine
|
||||
s off
|
||||
f 10/1/1 12/2/1 11/3/1 9/4/1
|
||||
f 12/5/2 16/6/2 15/7/2 11/8/2
|
||||
f 16/9/3 14/3/3 13/2/3 15/10/3
|
||||
f 14/4/4 10/11/4 9/8/4 13/7/4
|
||||
f 9/12/5 11/13/5 15/14/5 13/15/5
|
||||
f 14/16/6 16/12/6 12/15/6 10/17/6
|
||||
f 18/18/1 20/19/1 19/20/1 17/21/1
|
||||
f 20/22/2 24/23/2 23/24/2 19/25/2
|
||||
f 24/26/3 22/20/3 21/19/3 23/27/3
|
||||
f 22/21/4 18/28/4 17/25/4 21/24/4
|
||||
f 17/29/5 19/30/5 23/31/5 21/32/5
|
||||
f 22/33/6 24/29/6 20/32/6 18/34/6
|
||||
f 26/35/5 28/36/5 27/37/5 25/38/5
|
||||
f 28/39/2 32/40/2 31/41/2 27/42/2
|
||||
f 32/43/6 30/37/6 29/36/6 31/44/6
|
||||
f 30/38/4 26/45/4 25/42/4 29/41/4
|
||||
f 25/46/3 27/47/3 31/48/3 29/49/3
|
||||
f 30/50/1 32/46/1 28/49/1 26/51/1
|
||||
f 34/52/5 36/53/5 35/54/5 33/55/5
|
||||
f 36/56/2 40/57/2 39/58/2 35/59/2
|
||||
f 40/60/6 38/54/6 37/53/6 39/61/6
|
||||
f 38/55/4 34/62/4 33/59/4 37/58/4
|
||||
f 33/63/3 35/64/3 39/65/3 37/66/3
|
||||
f 38/67/1 40/63/1 36/66/1 34/68/1
|
||||
f 42/69/5 44/70/5 43/71/5 41/72/5
|
||||
f 44/73/3 48/74/3 47/75/3 43/76/3
|
||||
f 48/77/6 46/75/6 45/74/6 47/78/6
|
||||
f 46/70/1 42/73/1 41/76/1 45/71/1
|
||||
f 41/79/4 43/80/4 47/78/4 45/81/4
|
||||
f 46/80/2 48/79/2 44/82/2 42/83/2
|
||||
f 50/84/5 52/85/5 51/86/5 49/87/5
|
||||
f 52/88/3 56/89/3 55/90/3 51/91/3
|
||||
f 56/92/6 54/90/6 53/89/6 55/93/6
|
||||
f 54/85/1 50/88/1 49/91/1 53/86/1
|
||||
f 49/94/4 51/95/4 55/93/4 53/96/4
|
||||
f 54/95/2 56/94/2 52/97/2 50/98/2
|
||||
f 58/99/5 60/100/5 59/101/5 57/102/5
|
||||
f 60/103/3 64/104/3 63/105/3 59/106/3
|
||||
f 64/107/6 62/105/6 61/104/6 63/108/6
|
||||
f 62/100/1 58/103/1 57/106/1 61/101/1
|
||||
f 57/109/4 59/110/4 63/108/4 61/111/4
|
||||
f 62/110/2 64/109/2 60/112/2 58/113/2
|
||||
f 66/114/5 68/115/5 67/116/5 65/117/5
|
||||
f 68/118/3 72/119/3 71/120/3 67/121/3
|
||||
f 72/122/6 70/120/6 69/119/6 71/123/6
|
||||
f 70/115/1 66/118/1 65/121/1 69/116/1
|
||||
f 65/124/4 67/125/4 71/123/4 69/126/4
|
||||
f 70/125/2 72/124/2 68/127/2 66/128/2
|
||||
usemtl WhiteWood
|
||||
f 2/67/5 4/67/5 3/67/5 1/67/5
|
||||
f 4/67/2 8/67/2 7/67/2 3/67/2
|
||||
f 8/67/6 6/67/6 5/67/6 7/67/6
|
||||
f 6/67/4 2/67/4 1/67/4 5/67/4
|
||||
f 1/67/3 3/67/3 7/67/3 5/67/3
|
||||
f 6/67/1 8/67/1 4/67/1 2/67/1
|
22
models/table/children_table.obj.import
Normal file
22
models/table/children_table.obj.import
Normal file
|
@ -0,0 +1,22 @@
|
|||
[remap]
|
||||
|
||||
importer="wavefront_obj"
|
||||
importer_version=1
|
||||
type="Mesh"
|
||||
uid="uid://5ixopvfxxkkc"
|
||||
path="res://.godot/imported/children_table.obj-207234f076b7e6e36dd6e41bd335cfc8.mesh"
|
||||
|
||||
[deps]
|
||||
|
||||
files=["res://.godot/imported/children_table.obj-207234f076b7e6e36dd6e41bd335cfc8.mesh"]
|
||||
|
||||
source_file="res://models/table/children_table.obj"
|
||||
dest_files=["res://.godot/imported/children_table.obj-207234f076b7e6e36dd6e41bd335cfc8.mesh", "res://.godot/imported/children_table.obj-207234f076b7e6e36dd6e41bd335cfc8.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
|
BIN
models/table/pine.jpg
(Stored with Git LFS)
Normal file
BIN
models/table/pine.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
35
models/table/pine.jpg.import
Normal file
35
models/table/pine.jpg.import
Normal file
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://da0au3ix6hoh6"
|
||||
path.s3tc="res://.godot/imported/pine.jpg-a4dcdfa950ec0698e56fb4c84a806131.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://models/table/pine.jpg"
|
||||
dest_files=["res://.godot/imported/pine.jpg-a4dcdfa950ec0698e56fb4c84a806131.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=2
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=true
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=0
|
20
models/tv/LICENSE.TXT
Normal file
20
models/tv/LICENSE.TXT
Normal file
|
@ -0,0 +1,20 @@
|
|||
This file is under the Creative Commons Attribution 3.0 Unported license:
|
||||
|
||||
http://creativecommons.org/licenses/by/3.0/
|
||||
|
||||
Your are free to:
|
||||
|
||||
Share - copy and redistribute the material in any medium or format
|
||||
|
||||
Adapt - remix, transform, and build upon the material
|
||||
|
||||
for any purpose, even commercially.
|
||||
|
||||
The licensor cannot revoke these freedoms as long as you follow the license terms.
|
||||
|
||||
Under the following terms:
|
||||
|
||||
Attribution: If you want distribute this work, or
|
||||
derivates, you must attribute it to
|
||||
Emmanuel PUYBARET / eTeks <info@eteks.com> and
|
||||
Scopia Visual Interfaces Systems, s.l. (http://www.scopia.es)
|
35
models/tv/tv-remote-control.mtl
Normal file
35
models/tv/tv-remote-control.mtl
Normal file
|
@ -0,0 +1,35 @@
|
|||
# Blender MTL File: 'tv-remote-control.blend'
|
||||
# Material Count: 3
|
||||
|
||||
newmtl base
|
||||
Ns 98.039216
|
||||
Ka 1.000000 1.000000 1.000000
|
||||
Kd 0.640000 0.640000 0.640000
|
||||
Ks 0.351064 0.351064 0.351064
|
||||
Ke 0.000000 0.000000 0.000000
|
||||
Ni 1.000000
|
||||
d 1.000000
|
||||
illum 2
|
||||
map_Kd tvremote.jpg
|
||||
|
||||
newmtl basemate
|
||||
Ns 19.607843
|
||||
Ka 1.000000 1.000000 1.000000
|
||||
Kd 0.640000 0.640000 0.640000
|
||||
Ks 0.152482 0.152482 0.152482
|
||||
Ke 0.000000 0.000000 0.000000
|
||||
Ni 1.000000
|
||||
d 1.000000
|
||||
illum 2
|
||||
map_Kd tvremote.jpg
|
||||
|
||||
newmtl buttons
|
||||
Ns 9.803922
|
||||
Ka 1.000000 1.000000 1.000000
|
||||
Kd 0.640000 0.640000 0.640000
|
||||
Ks 0.060284 0.060284 0.060284
|
||||
Ke 0.000000 0.000000 0.000000
|
||||
Ni 1.000000
|
||||
d 1.000000
|
||||
illum 2
|
||||
map_Kd tvremote.jpg
|
1917
models/tv/tv-remote-control.obj
Normal file
1917
models/tv/tv-remote-control.obj
Normal file
File diff suppressed because it is too large
Load diff
22
models/tv/tv-remote-control.obj.import
Normal file
22
models/tv/tv-remote-control.obj.import
Normal file
|
@ -0,0 +1,22 @@
|
|||
[remap]
|
||||
|
||||
importer="wavefront_obj"
|
||||
importer_version=1
|
||||
type="Mesh"
|
||||
uid="uid://ck5oef8vjpfeg"
|
||||
path="res://.godot/imported/tv-remote-control.obj-86c7b5b3418faf7cd5e5b5c21d254cae.mesh"
|
||||
|
||||
[deps]
|
||||
|
||||
files=["res://.godot/imported/tv-remote-control.obj-86c7b5b3418faf7cd5e5b5c21d254cae.mesh"]
|
||||
|
||||
source_file="res://models/tv/tv-remote-control.obj"
|
||||
dest_files=["res://.godot/imported/tv-remote-control.obj-86c7b5b3418faf7cd5e5b5c21d254cae.mesh", "res://.godot/imported/tv-remote-control.obj-86c7b5b3418faf7cd5e5b5c21d254cae.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
|
435
models/tv/tvUnit.obj
Normal file
435
models/tv/tvUnit.obj
Normal file
|
@ -0,0 +1,435 @@
|
|||
# wallUplight.obj Produced by Art of Illusion and Blender
|
||||
#
|
||||
# Sweet Home 3D, Copyright (c) 2006-2017 Emmanuel PUYBARET / eTeks <info@eteks.com>
|
||||
#
|
||||
# This file is distributed at your choice, under the CC-BY Creative Commons Attribution 3.0 Unported license
|
||||
# available at http://creativecommons.org/licenses/by/3.0/ or under the terms of the GNU General Public License
|
||||
# as published by the Free Software Foundation and available at http://www.gnu.org/copyleft/gpl.txt
|
||||
#
|
||||
g TV
|
||||
v -0.300127 0.338271 0.225489
|
||||
v -0.300127 0.668443 0.225489
|
||||
v 0.299627 0.338271 0.225489
|
||||
v 0.299627 0.668443 0.225489
|
||||
v -0.300127 0.338271 0.239751
|
||||
v -0.300127 0.668443 0.239751
|
||||
v 0.299627 0.668443 0.239751
|
||||
v 0.299627 0.338271 0.239751
|
||||
v -0.238386 0.237598 -0.238835
|
||||
v -0.225175 0.225331 -0.238728
|
||||
v -0.240005 0.2179 -0.230133
|
||||
v -0.251025 0.225385 -0.230243
|
||||
v -0.234216 0.233699 -0.23901
|
||||
v -0.243936 0.233719 -0.237261
|
||||
v -0.241741 0.227717 -0.237359
|
||||
v -0.229892 0.221693 -0.237186
|
||||
v -0.22938 0.229209 -0.23897
|
||||
v -0.237039 0.223695 -0.237332
|
||||
v -0.245365 0.21901 -0.230389
|
||||
v -0.235288 0.218989 -0.234059
|
||||
v -0.242398 0.220279 -0.234448
|
||||
v -0.248546 0.229264 -0.234127
|
||||
v -0.249342 0.221711 -0.230429
|
||||
v -0.2468 0.2237 -0.234469
|
||||
v -0.244269 0.528074 -0.214483
|
||||
v -0.232547 0.519561 -0.231437
|
||||
v -0.21056 0.508071 -0.239427
|
||||
v -0.238386 0.502234 -0.238835
|
||||
v -0.251025 0.510647 -0.230243
|
||||
v -0.240611 0.525661 -0.220033
|
||||
v -0.248065 0.523344 -0.220078
|
||||
v -0.244237 0.519836 -0.227402
|
||||
v -0.225573 0.516462 -0.23482
|
||||
v -0.236321 0.522545 -0.226238
|
||||
v -0.236219 0.517527 -0.232387
|
||||
v -0.219406 0.506249 -0.239539
|
||||
v -0.217533 0.512261 -0.237742
|
||||
v -0.230538 0.511765 -0.237134
|
||||
v -0.24394 0.504908 -0.237259
|
||||
v -0.22959 0.504112 -0.239323
|
||||
v -0.239569 0.509234 -0.236958
|
||||
v -0.250534 0.516976 -0.225837
|
||||
v -0.248543 0.507972 -0.234129
|
||||
v -0.246911 0.513735 -0.232152
|
||||
v 0.238844 0.237598 -0.238835
|
||||
v 0.251482 0.225385 -0.230243
|
||||
v 0.240462 0.2179 -0.230133
|
||||
v 0.225633 0.225331 -0.238728
|
||||
v 0.244394 0.233719 -0.237261
|
||||
v 0.234673 0.233699 -0.23901
|
||||
v 0.242199 0.227717 -0.237359
|
||||
v 0.2498 0.221711 -0.230429
|
||||
v 0.249003 0.229264 -0.234127
|
||||
v 0.247257 0.2237 -0.234469
|
||||
v 0.235745 0.218989 -0.234059
|
||||
v 0.245823 0.21901 -0.230389
|
||||
v 0.242855 0.220279 -0.234448
|
||||
v 0.229838 0.229209 -0.23897
|
||||
v 0.23035 0.221693 -0.237186
|
||||
v 0.237497 0.223695 -0.237332
|
||||
v 0.211017 0.508071 -0.239427
|
||||
v 0.233004 0.519561 -0.231437
|
||||
v 0.244726 0.528074 -0.214483
|
||||
v 0.251482 0.510647 -0.230243
|
||||
v 0.238844 0.502234 -0.238835
|
||||
v 0.217991 0.512261 -0.237742
|
||||
v 0.219863 0.506249 -0.239539
|
||||
v 0.230995 0.511765 -0.237134
|
||||
v 0.236779 0.522545 -0.226238
|
||||
v 0.226031 0.516462 -0.23482
|
||||
v 0.236676 0.517527 -0.232387
|
||||
v 0.248522 0.523344 -0.220078
|
||||
v 0.241069 0.525661 -0.220033
|
||||
v 0.244695 0.519836 -0.227402
|
||||
v 0.249001 0.507972 -0.234129
|
||||
v 0.250991 0.516976 -0.225837
|
||||
v 0.247369 0.513735 -0.232152
|
||||
v 0.230047 0.504112 -0.239323
|
||||
v 0.244398 0.504908 -0.237259
|
||||
v 0.240027 0.509234 -0.236958
|
||||
v 0.000229 0.732461 0.110079
|
||||
v 0.014203 0.728647 0.098982
|
||||
v 0.000229 0.722093 0.08509
|
||||
v -0.013745 0.728647 0.098982
|
||||
v 0.00478 0.731897 0.106397
|
||||
v -0.004323 0.731897 0.106397
|
||||
v 0.000229 0.731249 0.103048
|
||||
v 0.009831 0.726856 0.094402
|
||||
v 0.009891 0.730502 0.102339
|
||||
v 0.005008 0.72954 0.098983
|
||||
v -0.00426 0.724457 0.089318
|
||||
v 0.004717 0.724457 0.089318
|
||||
v 0.000229 0.727516 0.094593
|
||||
v -0.009433 0.730502 0.102339
|
||||
v -0.009374 0.726856 0.094402
|
||||
v -0.004551 0.72954 0.098983
|
||||
v -0.016532 0.410638 -0.257657
|
||||
v 0.000229 0.421044 -0.257309
|
||||
v 0.016989 0.410638 -0.257657
|
||||
v 0.000229 0.40114 -0.25785
|
||||
v -0.011243 0.413965 -0.257847
|
||||
v -0.011236 0.407617 -0.257926
|
||||
v -0.005452 0.411243 -0.258192
|
||||
v 0.005567 0.417774 -0.257719
|
||||
v -0.00511 0.417774 -0.257719
|
||||
v 0.000229 0.414673 -0.258121
|
||||
v 0.011693 0.407617 -0.257926
|
||||
v 0.011701 0.413965 -0.257847
|
||||
v 0.005909 0.411243 -0.258192
|
||||
v -0.005102 0.40414 -0.257997
|
||||
v 0.005559 0.40414 -0.257997
|
||||
v 0.000229 0.407918 -0.258246
|
||||
v -0.360946 0.226156 0.232076
|
||||
v -0.349874 0.218671 0.231966
|
||||
v -0.358051 0.227696 0.239751
|
||||
v -0.359247 0.222483 0.23182
|
||||
v -0.361127 0.22687 0.235925
|
||||
v -0.35993 0.222774 0.235879
|
||||
v -0.352205 0.219991 0.235756
|
||||
v -0.355251 0.219781 0.23178
|
||||
v -0.357132 0.220626 0.235759
|
||||
v -0.360033 0.227429 0.238706
|
||||
v -0.355165 0.223251 0.238584
|
||||
v -0.358585 0.222996 0.237955
|
||||
v -0.358051 0.727982 0.239751
|
||||
v -0.319238 0.732812 0.231966
|
||||
v -0.349232 0.729016 0.226982
|
||||
v -0.360947 0.721081 0.232076
|
||||
v -0.348656 0.730313 0.238646
|
||||
v -0.360031 0.726788 0.238708
|
||||
v -0.354508 0.729615 0.237712
|
||||
v -0.328868 0.732254 0.230223
|
||||
v -0.334463 0.732094 0.235809
|
||||
v -0.34436 0.731486 0.23488
|
||||
v -0.354614 0.727291 0.228008
|
||||
v -0.339842 0.730865 0.228399
|
||||
v -0.350985 0.729856 0.232241
|
||||
v -0.361129 0.72427 0.235915
|
||||
v -0.358872 0.724407 0.22986
|
||||
v -0.358194 0.727699 0.234832
|
||||
v 0.34969 0.729016 0.226982
|
||||
v 0.319696 0.732812 0.231966
|
||||
v 0.358436 0.727982 0.239751
|
||||
v 0.361404 0.721081 0.232076
|
||||
v 0.3403 0.730865 0.228399
|
||||
v 0.355072 0.727291 0.228008
|
||||
v 0.351439 0.729855 0.232241
|
||||
v 0.334892 0.732094 0.235809
|
||||
v 0.329326 0.732254 0.230223
|
||||
v 0.344805 0.731485 0.23488
|
||||
v 0.360451 0.726777 0.238707
|
||||
v 0.349059 0.730313 0.238646
|
||||
v 0.354942 0.729611 0.237711
|
||||
v 0.35933 0.724407 0.22986
|
||||
v 0.361575 0.72426 0.235915
|
||||
v 0.358645 0.727695 0.234831
|
||||
v 0.358436 0.227696 0.239751
|
||||
v 0.350332 0.218671 0.231966
|
||||
v 0.361404 0.226156 0.232076
|
||||
v 0.355576 0.223251 0.238584
|
||||
v 0.360453 0.227427 0.238705
|
||||
v 0.35902 0.222995 0.237954
|
||||
v 0.355709 0.219781 0.23178
|
||||
v 0.352642 0.219991 0.235756
|
||||
v 0.357579 0.220626 0.235759
|
||||
v 0.361574 0.226867 0.235924
|
||||
v 0.359704 0.222483 0.23182
|
||||
v 0.360378 0.222773 0.235878
|
||||
usemtl grey
|
||||
s off
|
||||
f 4 2 1 3
|
||||
f 8 5 115 157
|
||||
f 6 7 143 125
|
||||
f 7 8 157 143
|
||||
f 5 6 125 115
|
||||
f 1 2 6 5
|
||||
f 4 3 8 7
|
||||
f 2 4 7 6
|
||||
f 3 1 5 8
|
||||
s 1
|
||||
f 114 11 47 158
|
||||
f 45 99 65
|
||||
f 100 48 10
|
||||
f 64 144 159 46
|
||||
f 61 98 27
|
||||
f 81 126 142
|
||||
f 82 141 63
|
||||
f 25 127 84
|
||||
f 62 26 83
|
||||
f 128 29 12 113
|
||||
f 9 13 15 14
|
||||
f 13 17 18 15
|
||||
f 10 16 18 17
|
||||
f 16 20 21 18
|
||||
f 11 19 21 20
|
||||
f 19 23 24 21
|
||||
f 12 22 24 23
|
||||
f 22 14 15 24
|
||||
f 15 18 21 24
|
||||
f 25 30 32 31
|
||||
f 30 34 35 32
|
||||
f 26 33 35 34
|
||||
f 33 37 38 35
|
||||
f 27 36 38 37
|
||||
f 36 40 41 38
|
||||
f 28 39 41 40
|
||||
f 39 43 44 41
|
||||
f 29 42 44 43
|
||||
f 42 31 32 44
|
||||
f 32 35 38 41 44
|
||||
f 45 49 51 50
|
||||
f 49 53 54 51
|
||||
f 46 52 54 53
|
||||
f 52 56 57 54
|
||||
f 47 55 57 56
|
||||
f 55 59 60 57
|
||||
f 48 58 60 59
|
||||
f 58 50 51 60
|
||||
f 51 54 57 60
|
||||
f 61 66 68 67
|
||||
f 66 70 71 68
|
||||
f 62 69 71 70
|
||||
f 69 73 74 71
|
||||
f 63 72 74 73
|
||||
f 72 76 77 74
|
||||
f 64 75 77 76
|
||||
f 75 79 80 77
|
||||
f 65 78 80 79
|
||||
f 78 67 68 80
|
||||
f 68 71 74 77 80
|
||||
f 81 85 87 86
|
||||
f 85 89 90 87
|
||||
f 82 88 90 89
|
||||
f 88 92 93 90
|
||||
f 83 91 93 92
|
||||
f 91 95 96 93
|
||||
f 84 94 96 95
|
||||
f 94 86 87 96
|
||||
f 87 90 93 96
|
||||
f 97 101 103 102
|
||||
f 101 105 106 103
|
||||
f 98 104 106 105
|
||||
f 104 108 109 106
|
||||
f 99 107 109 108
|
||||
f 107 111 112 109
|
||||
f 100 110 112 111
|
||||
f 110 102 103 112
|
||||
f 103 106 109 112
|
||||
f 113 116 118 117
|
||||
f 116 120 121 118
|
||||
f 114 119 121 120
|
||||
f 119 123 124 121
|
||||
f 115 122 124 123
|
||||
f 122 117 118 124
|
||||
f 118 121 124
|
||||
f 125 129 131 130
|
||||
f 129 133 134 131
|
||||
f 126 132 134 133
|
||||
f 132 136 137 134
|
||||
f 127 135 137 136
|
||||
f 135 139 140 137
|
||||
f 128 138 140 139
|
||||
f 138 130 131 140
|
||||
f 131 134 137 140
|
||||
f 141 145 147 146
|
||||
f 145 149 150 147
|
||||
f 142 148 150 149
|
||||
f 148 152 153 150
|
||||
f 143 151 153 152
|
||||
f 151 155 156 153
|
||||
f 144 154 156 155
|
||||
f 154 146 147 156
|
||||
f 147 150 153 156
|
||||
f 157 160 162 161
|
||||
f 160 164 165 162
|
||||
f 158 163 165 164
|
||||
f 163 167 168 165
|
||||
f 159 166 168 167
|
||||
f 166 161 162 168
|
||||
f 162 165 168
|
||||
f 115 125 130 122
|
||||
f 122 130 138 117
|
||||
f 117 138 128 113
|
||||
f 127 25 31 135
|
||||
f 135 31 42 139
|
||||
f 139 42 29 128
|
||||
f 28 9 14 39
|
||||
f 39 14 22 43
|
||||
f 43 22 12 29
|
||||
f 11 114 120 19
|
||||
f 19 120 116 23
|
||||
f 23 116 113 12
|
||||
f 26 62 70 33
|
||||
f 33 70 66 37
|
||||
f 37 66 61 27
|
||||
f 64 46 53 75
|
||||
f 75 53 49 79
|
||||
f 79 49 45 65
|
||||
f 47 11 20 55
|
||||
f 55 20 16 59
|
||||
f 59 16 10 48
|
||||
f 63 141 146 72
|
||||
f 72 146 154 76
|
||||
f 76 154 144 64
|
||||
f 143 157 161 151
|
||||
f 151 161 166 155
|
||||
f 155 166 159 144
|
||||
f 158 47 56 163
|
||||
f 163 56 52 167
|
||||
f 167 52 46 159
|
||||
f 142 126 133 148
|
||||
f 148 133 129 152
|
||||
f 152 129 125 143
|
||||
f 114 158 164 119
|
||||
f 119 164 160 123
|
||||
f 123 160 157 115
|
||||
f 84 127 136 94
|
||||
f 94 136 132 86
|
||||
f 86 132 126 81
|
||||
f 62 83 92 69
|
||||
f 69 92 88 73
|
||||
f 73 88 82 63
|
||||
f 25 84 95 30
|
||||
f 30 95 91 34
|
||||
f 34 91 83 26
|
||||
f 141 82 89 145
|
||||
f 145 89 85 149
|
||||
f 149 85 81 142
|
||||
f 100 10 17 110
|
||||
f 110 17 13 102
|
||||
f 102 13 9 97
|
||||
f 65 99 108 78
|
||||
f 78 108 104 67
|
||||
f 67 104 98 61
|
||||
f 48 100 111 58
|
||||
f 58 111 107 50
|
||||
f 50 107 99 45
|
||||
f 27 98 105 36
|
||||
f 36 105 101 40
|
||||
f 40 101 97 28
|
||||
f 97 9 28
|
||||
g Etagere
|
||||
v 0.4825 -0.092 0.25
|
||||
v -0.4825 -0.092 0.25
|
||||
v 0.4825 -0.102 0.25
|
||||
v -0.4825 -0.102 0.25
|
||||
v 0.4825 -0.102 -0.25
|
||||
v 0.4825 -0.092 -0.25
|
||||
v -0.4825 -0.092 -0.25
|
||||
v -0.4825 -0.102 -0.25
|
||||
usemtl dkgrey
|
||||
s off
|
||||
f 176 172 170 175
|
||||
f 174 173 176 175
|
||||
f 170 172 171 169
|
||||
f 169 174 175 170
|
||||
f 172 176 173 171
|
||||
f 171 173 174 169
|
||||
g Montant_1
|
||||
v -0.485 -0.2 0.25
|
||||
v -0.485 -0.2 -0.25
|
||||
v -0.475 -0.2 0.25
|
||||
v -0.475 -0.2 -0.25
|
||||
v -0.475 0.2 0.25
|
||||
v -0.485 0.2 0.25
|
||||
v -0.485 0.2 -0.25
|
||||
v -0.475 0.2 -0.25
|
||||
usemtl dkgrey
|
||||
s off
|
||||
f 178 180 179 177
|
||||
f 184 180 178 183
|
||||
f 184 183 182 181
|
||||
f 182 177 179 181
|
||||
f 183 178 177 182
|
||||
f 184 181 179 180
|
||||
g Etagere_2
|
||||
v 0.4825 0.056 0.25
|
||||
v -0.4825 0.056 0.25
|
||||
v 0.4825 0.046 0.25
|
||||
v -0.4825 0.046 0.25
|
||||
v 0.4825 0.046 -0.25
|
||||
v 0.4825 0.056 -0.25
|
||||
v -0.4825 0.056 -0.25
|
||||
v -0.4825 0.046 -0.25
|
||||
usemtl dkgrey
|
||||
s off
|
||||
f 190 189 192 191
|
||||
f 191 186 185 190
|
||||
f 187 185 186 188
|
||||
f 192 188 186 191
|
||||
f 187 189 190 185
|
||||
f 189 187 188 192
|
||||
g Etagere_1
|
||||
v 0.5 0.218 0.26
|
||||
v -0.5 0.218 0.26
|
||||
v 0.5 0.198 0.26
|
||||
v -0.5 0.198 0.26
|
||||
v 0.5 0.198 -0.26
|
||||
v 0.5 0.218 -0.26
|
||||
v -0.5 0.218 -0.26
|
||||
v -0.5 0.198 -0.26
|
||||
usemtl dkgrey
|
||||
s off
|
||||
f 197 195 196 200
|
||||
f 195 197 198 193
|
||||
f 193 198 199 194
|
||||
f 194 196 195 193
|
||||
f 198 197 200 199
|
||||
f 200 196 194 199
|
||||
g Montant
|
||||
v 0.475 -0.2 0.25
|
||||
v 0.475 -0.2 -0.25
|
||||
v 0.485 -0.2 0.25
|
||||
v 0.485 -0.2 -0.25
|
||||
v 0.485 0.2 0.25
|
||||
v 0.475 0.2 0.25
|
||||
v 0.475 0.2 -0.25
|
||||
v 0.485 0.2 -0.25
|
||||
usemtl dkgrey
|
||||
s off
|
||||
f 201 203 205 206
|
||||
f 204 202 207 208
|
||||
f 201 202 204 203
|
||||
f 202 201 206 207
|
||||
f 207 206 205 208
|
||||
f 203 204 208 205
|
22
models/tv/tvUnit.obj.import
Normal file
22
models/tv/tvUnit.obj.import
Normal file
|
@ -0,0 +1,22 @@
|
|||
[remap]
|
||||
|
||||
importer="wavefront_obj"
|
||||
importer_version=1
|
||||
type="Mesh"
|
||||
uid="uid://bt3orv4xlqvy0"
|
||||
path="res://.godot/imported/tvUnit.obj-db77588199faef1fb00a4e11b9497c1e.mesh"
|
||||
|
||||
[deps]
|
||||
|
||||
files=["res://.godot/imported/tvUnit.obj-db77588199faef1fb00a4e11b9497c1e.mesh"]
|
||||
|
||||
source_file="res://models/tv/tvUnit.obj"
|
||||
dest_files=["res://.godot/imported/tvUnit.obj-db77588199faef1fb00a4e11b9497c1e.mesh", "res://.godot/imported/tvUnit.obj-db77588199faef1fb00a4e11b9497c1e.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
|
BIN
models/tv/tvremote.jpg
(Stored with Git LFS)
Normal file
BIN
models/tv/tvremote.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
35
models/tv/tvremote.jpg.import
Normal file
35
models/tv/tvremote.jpg.import
Normal file
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c10d8iu1u24hw"
|
||||
path.s3tc="res://.godot/imported/tvremote.jpg-5d48f8da470ad374a709f9ac420beacf.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://models/tv/tvremote.jpg"
|
||||
dest_files=["res://.godot/imported/tvremote.jpg-5d48f8da470ad374a709f9ac420beacf.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=2
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=true
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=0
|
|
@ -10,7 +10,9 @@ config_version=5
|
|||
|
||||
[application]
|
||||
|
||||
config/name="Gj 803z 2024"
|
||||
config/name="adBlockNot"
|
||||
config/description="Jeu produit lors de la Game Jam 64."
|
||||
config/version="1.0.0"
|
||||
run/main_scene="res://scenes/World.tscn"
|
||||
config/features=PackedStringArray("4.2", "Forward Plus")
|
||||
config/icon="res://icon.svg"
|
||||
|
|
BIN
ressources/assets/Operation/Operation.png
(Stored with Git LFS)
Normal file
BIN
ressources/assets/Operation/Operation.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
ressources/assets/Pair/Card_1_V2.png
(Stored with Git LFS)
Normal file
BIN
ressources/assets/Pair/Card_1_V2.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
ressources/assets/Pair/Card_2_V2.png
(Stored with Git LFS)
Normal file
BIN
ressources/assets/Pair/Card_2_V2.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
ressources/assets/Pair/Card_3_V2.png
(Stored with Git LFS)
Normal file
BIN
ressources/assets/Pair/Card_3_V2.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
ressources/assets/Pair/Card_4_V2.png
(Stored with Git LFS)
Normal file
BIN
ressources/assets/Pair/Card_4_V2.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
ressources/assets/Pair/Card_5_V2.png
(Stored with Git LFS)
Normal file
BIN
ressources/assets/Pair/Card_5_V2.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
ressources/assets/Pair/Pair_Wallpaper.png
(Stored with Git LFS)
Normal file
BIN
ressources/assets/Pair/Pair_Wallpaper.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
ressources/assets/Weather/Ads_Wallpaper.png
(Stored with Git LFS)
Normal file
BIN
ressources/assets/Weather/Ads_Wallpaper.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
ressources/assets/Weather/CloudyV2.png
(Stored with Git LFS)
Normal file
BIN
ressources/assets/Weather/CloudyV2.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
ressources/assets/Weather/RainyV2.png
(Stored with Git LFS)
Normal file
BIN
ressources/assets/Weather/RainyV2.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
ressources/assets/Weather/SunnyV2.png
(Stored with Git LFS)
Normal file
BIN
ressources/assets/Weather/SunnyV2.png
(Stored with Git LFS)
Normal file
Binary file not shown.
|
@ -1,8 +1,9 @@
|
|||
[gd_scene load_steps=7 format=3 uid="uid://b78y8nhrad6ag"]
|
||||
[gd_scene load_steps=8 format=3 uid="uid://b78y8nhrad6ag"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/Player.gd" id="1_ady3x"]
|
||||
[ext_resource type="Shader" path="res://shaders/view.gdshader" id="2_7jxaq"]
|
||||
[ext_resource type="ArrayMesh" uid="uid://dejducbp84efs" path="res://models/man/bonecoDeNeve.obj" id="2_8u743"]
|
||||
[ext_resource type="Script" path="res://scripts/PlayerInteraction.gd" id="3_cbjgo"]
|
||||
|
||||
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_kcbxg"]
|
||||
|
||||
|
@ -26,9 +27,30 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.8, 0)
|
|||
[node name="Camera3D" type="Camera3D" parent="Head"]
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="Head/Camera3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.00102978, -1, 0, 1, 0.00102978, 0, 0, -0.551316)
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, -0.216)
|
||||
cast_shadow = 0
|
||||
mesh = SubResource("PlaneMesh_g0wf5")
|
||||
|
||||
[node name="RayCast3D" type="RayCast3D" parent="Head/Camera3D"]
|
||||
target_position = Vector3(0, 0, -2)
|
||||
script = ExtResource("3_cbjgo")
|
||||
|
||||
[node name="Label" type="Label" parent="Head/Camera3D/RayCast3D"]
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -50.0
|
||||
offset_top = -11.5
|
||||
offset_right = 50.0
|
||||
offset_bottom = 11.5
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
size_flags_horizontal = 4
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
||||
transform = Transform3D(-0.015, 0, -1.31134e-09, 0, 0.015, 0, 1.31134e-09, 0, -0.015, 0, 0.402156, 0.746243)
|
||||
mesh = ExtResource("2_8u743")
|
||||
|
|
File diff suppressed because one or more lines are too long
17
scenes/game/ads/Ads_password.tscn
Normal file
17
scenes/game/ads/Ads_password.tscn
Normal file
|
@ -0,0 +1,17 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://cuvb3sbm2nn44"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://n06gkookqeml" path="res://scenes/game/windows/Ads.tscn" id="1_tmtrh"]
|
||||
[ext_resource type="FontFile" uid="uid://dwgslonlru0ck" path="res://ressources/Battlenet.ttf" id="2_p5m0b"]
|
||||
|
||||
[node name="Windows" instance=ExtResource("1_tmtrh")]
|
||||
|
||||
[node name="RichTextLabel" type="RichTextLabel" parent="." index="2"]
|
||||
layout_mode = 0
|
||||
offset_left = 83.0
|
||||
offset_top = 143.0
|
||||
offset_right = 270.0
|
||||
offset_bottom = 289.0
|
||||
theme_override_colors/default_color = Color(0, 0, 0, 1)
|
||||
theme_override_fonts/normal_font = ExtResource("2_p5m0b")
|
||||
theme_override_font_sizes/normal_font_size = 61
|
||||
text = "password"
|
19
scenes/game/ads/Ads_sudoku.tscn
Normal file
19
scenes/game/ads/Ads_sudoku.tscn
Normal file
|
@ -0,0 +1,19 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://djap3t7qr0dje"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://n06gkookqeml" path="res://scenes/game/windows/Ads.tscn" id="1_bmr11"]
|
||||
[ext_resource type="FontFile" uid="uid://dwgslonlru0ck" path="res://ressources/Battlenet.ttf" id="2_606ke"]
|
||||
[ext_resource type="Script" path="res://scripts/ads/ads_default.gd" id="2_w3vjc"]
|
||||
|
||||
[node name="Windows" instance=ExtResource("1_bmr11")]
|
||||
script = ExtResource("2_w3vjc")
|
||||
|
||||
[node name="RichTextLabel" type="RichTextLabel" parent="." index="2"]
|
||||
layout_mode = 0
|
||||
offset_left = 83.0
|
||||
offset_top = 143.0
|
||||
offset_right = 270.0
|
||||
offset_bottom = 289.0
|
||||
theme_override_colors/default_color = Color(0, 0, 0, 1)
|
||||
theme_override_fonts/normal_font = ExtResource("2_606ke")
|
||||
theme_override_font_sizes/normal_font_size = 61
|
||||
text = "sudoku"
|
104
scenes/game/scr918C.tmp
Normal file
104
scenes/game/scr918C.tmp
Normal file
|
@ -0,0 +1,104 @@
|
|||
[gd_scene load_steps=12 format=3 uid="uid://ur6erv76d2of"]
|
||||
|
||||
[ext_resource type="FontFile" uid="uid://dwgslonlru0ck" path="res://ressources/Battlenet.ttf" id="1_7ecbr"]
|
||||
[ext_resource type="Script" path="res://scripts/game.gd" id="1_orxmr"]
|
||||
[ext_resource type="Texture2D" uid="uid://c012k8qiyjn4a" path="res://models/RetroWindowsGUI/RetroWindowsGUI/Windows_Button.png" id="2_j8eab"]
|
||||
[ext_resource type="Texture2D" uid="uid://ca0n6csxw7yd7" path="res://models/RetroWindowsGUI/RetroWindowsGUI/Windows_Button_Pressed.png" id="3_eb8po"]
|
||||
[ext_resource type="Texture2D" uid="uid://c1s8gaui8k13h" path="res://models/RetroWindowsGUI/Flag.png" id="4_medxy"]
|
||||
[ext_resource type="Shader" path="res://shaders/oldscreen.gdshader" id="6_7ta02"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_se4f0"]
|
||||
bg_color = Color(0.764706, 0.764706, 0.764706, 1)
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_2mxax"]
|
||||
draw_center = false
|
||||
border_width_left = 1
|
||||
border_width_top = 1
|
||||
border_width_right = 1
|
||||
border_width_bottom = 1
|
||||
border_color = Color(1, 1, 1, 1)
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_mbq4w"]
|
||||
texture = ExtResource("2_j8eab")
|
||||
texture_margin_left = 2.0
|
||||
texture_margin_top = 2.0
|
||||
texture_margin_right = 2.0
|
||||
texture_margin_bottom = 2.0
|
||||
draw_center = false
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_lgpbg"]
|
||||
texture = ExtResource("3_eb8po")
|
||||
texture_margin_left = 2.0
|
||||
texture_margin_top = 2.0
|
||||
texture_margin_right = 2.0
|
||||
texture_margin_bottom = 2.0
|
||||
draw_center = false
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_lp2yn"]
|
||||
shader = ExtResource("6_7ta02")
|
||||
shader_parameter/SCREEN_HEIGHT = 240.0
|
||||
|
||||
[node name="WindowsDesktop" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_orxmr")
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
color = Color(0, 0.45098, 0.509804, 1)
|
||||
|
||||
[node name="Panel" type="Panel" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 12
|
||||
anchor_top = 1.0
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_top = -54.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 0
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_se4f0")
|
||||
|
||||
[node name="Panel" type="Panel" parent="Panel"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_top = -1.0
|
||||
offset_right = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_2mxax")
|
||||
|
||||
[node name="Button" type="Button" parent="Panel"]
|
||||
layout_mode = 0
|
||||
offset_left = 4.0
|
||||
offset_top = 4.0
|
||||
offset_right = 118.0
|
||||
offset_bottom = 50.0
|
||||
focus_mode = 0
|
||||
theme_override_colors/font_color = Color(0, 0, 0, 1)
|
||||
theme_override_fonts/font = ExtResource("1_7ecbr")
|
||||
theme_override_font_sizes/font_size = 37
|
||||
theme_override_styles/normal = SubResource("StyleBoxTexture_mbq4w")
|
||||
theme_override_styles/hover = SubResource("StyleBoxTexture_lgpbg")
|
||||
text = "Start"
|
||||
icon = ExtResource("4_medxy")
|
||||
expand_icon = true
|
||||
|
||||
[node name="ColorRect2" type="ColorRect" parent="."]
|
||||
material = SubResource("ShaderMaterial_lp2yn")
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
|
@ -1,10 +1,11 @@
|
|||
[gd_scene load_steps=15 format=3 uid="uid://dcgug7ahuk1cj"]
|
||||
[gd_scene load_steps=17 format=3 uid="uid://n06gkookqeml"]
|
||||
|
||||
[ext_resource type="FontFile" uid="uid://dwgslonlru0ck" path="res://ressources/Battlenet.ttf" id="1_3xpen"]
|
||||
[ext_resource type="Shader" path="res://shaders/oldscreen.gdshader" id="1_dy2m7"]
|
||||
[ext_resource type="Texture2D" uid="uid://ctjbrbheokvw2" path="res://models/RetroWindowsGUI/RetroWindowsGUI/Windows_Button.png" id="2_cdjsi"]
|
||||
[ext_resource type="Texture2D" uid="uid://1co7ffdrtbx2" path="res://models/RetroWindowsGUI/RetroWindowsGUI/Windows_Button_Inactive.png" id="3_2cafe"]
|
||||
[ext_resource type="Texture2D" uid="uid://djpnk4h30pvtr" path="res://models/RetroWindowsGUI/RetroWindowsGUI/Windows_Button_Pressed.png" id="4_aprk7"]
|
||||
[ext_resource type="Shader" path="res://shaders/oldscreen.gdshader" id="1_1y06m"]
|
||||
[ext_resource type="Script" path="res://scripts/ads.gd" id="1_ovuv8"]
|
||||
[ext_resource type="FontFile" uid="uid://dwgslonlru0ck" path="res://ressources/Battlenet.ttf" id="2_ak5sb"]
|
||||
[ext_resource type="Texture2D" uid="uid://c012k8qiyjn4a" path="res://models/RetroWindowsGUI/RetroWindowsGUI/Windows_Button.png" id="3_ydhup"]
|
||||
[ext_resource type="Texture2D" uid="uid://rryuulwvlsqi" path="res://models/RetroWindowsGUI/RetroWindowsGUI/Windows_Button_Inactive.png" id="4_qj5eb"]
|
||||
[ext_resource type="Texture2D" uid="uid://ca0n6csxw7yd7" path="res://models/RetroWindowsGUI/RetroWindowsGUI/Windows_Button_Pressed.png" id="5_kq6ex"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_16my3"]
|
||||
bg_color = Color(0.831373, 0.815686, 0.784314, 1)
|
||||
|
@ -29,32 +30,39 @@ texture_margin_right = 0.654032
|
|||
region_rect = Rect2(0, -1.264, 45.529, 24.719)
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_y28d3"]
|
||||
shader = ExtResource("1_dy2m7")
|
||||
shader = ExtResource("1_1y06m")
|
||||
shader_parameter/SCREEN_HEIGHT = 240.0
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_8aptj"]
|
||||
texture = ExtResource("2_cdjsi")
|
||||
texture = ExtResource("3_ydhup")
|
||||
texture_margin_left = 2.0
|
||||
texture_margin_top = 2.0
|
||||
texture_margin_right = 2.0
|
||||
texture_margin_bottom = 2.0
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_dlla7"]
|
||||
texture = ExtResource("3_2cafe")
|
||||
texture = ExtResource("4_qj5eb")
|
||||
texture_margin_left = 2.0
|
||||
texture_margin_top = 2.0
|
||||
texture_margin_right = 2.0
|
||||
texture_margin_bottom = 2.0
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_jwtvu"]
|
||||
texture = ExtResource("4_aprk7")
|
||||
texture = ExtResource("5_kq6ex")
|
||||
texture_margin_left = 2.0
|
||||
texture_margin_top = 2.0
|
||||
texture_margin_right = 2.0
|
||||
texture_margin_bottom = 2.0
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_0cval"]
|
||||
texture = ExtResource("4_qj5eb")
|
||||
texture_margin_left = 2.0
|
||||
texture_margin_top = 2.0
|
||||
texture_margin_right = 2.0
|
||||
texture_margin_bottom = 2.0
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_mmcpo"]
|
||||
texture = ExtResource("2_cdjsi")
|
||||
texture = ExtResource("3_ydhup")
|
||||
texture_margin_left = 2.0
|
||||
texture_margin_top = 2.0
|
||||
texture_margin_right = 2.0
|
||||
|
@ -69,6 +77,7 @@ offset_right = -1100.0
|
|||
offset_bottom = -500.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_ovuv8")
|
||||
|
||||
[node name="Panel" type="Panel" parent="."]
|
||||
layout_mode = 1
|
||||
|
@ -114,12 +123,15 @@ offset_right = -4.0
|
|||
offset_bottom = 42.0
|
||||
grow_horizontal = 0
|
||||
theme_override_colors/font_color = Color(0, 0, 0.0392157, 1)
|
||||
theme_override_fonts/font = ExtResource("1_3xpen")
|
||||
theme_override_fonts/font = ExtResource("2_ak5sb")
|
||||
theme_override_font_sizes/font_size = 20
|
||||
theme_override_styles/normal = SubResource("StyleBoxTexture_8aptj")
|
||||
theme_override_styles/hover = SubResource("StyleBoxTexture_dlla7")
|
||||
theme_override_styles/pressed = SubResource("StyleBoxTexture_jwtvu")
|
||||
theme_override_styles/disabled = SubResource("StyleBoxTexture_0cval")
|
||||
theme_override_styles/focus = SubResource("StyleBoxTexture_mmcpo")
|
||||
text = "X"
|
||||
icon_alignment = 1
|
||||
expand_icon = true
|
||||
|
||||
[connection signal="pressed" from="Panel2/Button" to="." method="_on_button_pressed"]
|
|
@ -1,6 +1,6 @@
|
|||
[gd_scene format=3 uid="uid://l50emg1kqw4a"]
|
||||
[gd_scene format=3 uid="uid://b4ujwtugvmurm"]
|
||||
|
||||
[node name="Windows" type="Control"]
|
||||
[node name="VideoPage" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
89
scenes/menu/Options.gd
Normal file
89
scenes/menu/Options.gd
Normal file
|
@ -0,0 +1,89 @@
|
|||
extends Node2D
|
||||
|
||||
var muted = false
|
||||
var muted_SFX = false
|
||||
var muted_Music = false
|
||||
var muted_Master = false
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready():
|
||||
$VBoxContainer/SFX_node/Mute_SFX/unchecked/checked.set_visible(false)
|
||||
$VBoxContainer/Music/Mute_Music/unchecked/checked.set_visible(false)
|
||||
$VBoxContainer/Master2/Mute_Master/unchecked/checked.set_visible(false)
|
||||
$VBoxContainer/Node2D/Full_src/unchecked/checked.set_visible(false)
|
||||
pass # Replace with function body.
|
||||
func _change_volume(bus, value):
|
||||
AudioServer.set_bus_volume_db(AudioServer.get_bus_index(bus),value)
|
||||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
func _process(delta):
|
||||
pass
|
||||
|
||||
#Slider
|
||||
#SFX
|
||||
func _on_h_slider_value_changed(value):
|
||||
_change_volume("SFX", value)
|
||||
pass # Replace with function body.
|
||||
#Music
|
||||
func _on_h_slider_2_value_changed(value):
|
||||
_change_volume("Music", value)
|
||||
pass # Replace with function body.
|
||||
#Master
|
||||
func _on_h_slider_3_value_changed(value):
|
||||
_change_volume("Master", value)
|
||||
pass # Replace with function body.
|
||||
|
||||
|
||||
func _on_button_pressed():
|
||||
$test.play()
|
||||
pass # Replace with function body.
|
||||
|
||||
func _on_button_sfx_pressed():
|
||||
$VBoxContainer/SFX_node/miaou.play()
|
||||
pass # Replace with function body.
|
||||
|
||||
func _on_button_music_pressed():
|
||||
$VBoxContainer/Music/Music.play()
|
||||
pass # Replace with function body.
|
||||
|
||||
|
||||
func _on_mute_sfx_pressed():
|
||||
muted_SFX = !muted_SFX
|
||||
if (muted_SFX):
|
||||
_change_volume("SFX", -80)
|
||||
$VBoxContainer/SFX_node/Mute_SFX/unchecked/checked.set_visible(true)
|
||||
else:
|
||||
_change_volume("SFX", $VBoxContainer/SFX_node/HSlider.value)
|
||||
$VBoxContainer/SFX_node/Mute_SFX/unchecked/checked.set_visible(false)
|
||||
pass # Replace with function body.
|
||||
|
||||
func _on_mute_music_pressed():
|
||||
muted_Music = !muted_Music
|
||||
if (muted_Music):
|
||||
_change_volume("Music", -80)
|
||||
$VBoxContainer/Music/Mute_Music/unchecked/checked.set_visible(true)
|
||||
else:
|
||||
_change_volume("Music", $VBoxContainer/Music/HSlider2.value)
|
||||
$VBoxContainer/Music/Mute_Music/unchecked/checked.set_visible(false)
|
||||
pass # Replace with function body.
|
||||
|
||||
|
||||
func _on_mute_master_pressed():
|
||||
muted_Master = !muted_Master
|
||||
if (muted_Master):
|
||||
_change_volume("Master", -80)
|
||||
$VBoxContainer/Master2/Mute_Master/unchecked/checked.set_visible(true)
|
||||
else:
|
||||
_change_volume("Master", $VBoxContainer/Master2/HSlider3.value)
|
||||
$VBoxContainer/Master2/Mute_Master/unchecked/checked.set_visible(false)
|
||||
|
||||
var full = false
|
||||
func _on_full_src_pressed():
|
||||
full = !full
|
||||
if (full):
|
||||
$VBoxContainer/Node2D/Full_src/unchecked/checked.set_visible(true)
|
||||
DisplayServer.window_set_mode(DisplayServer.WINDOW_MODE_FULLSCREEN)
|
||||
else:
|
||||
$VBoxContainer/Node2D/Full_src/unchecked/checked.set_visible(false)
|
||||
DisplayServer.window_set_mode(DisplayServer.WINDOW_MODE_WINDOWED)
|
||||
pass # Replace with function body.
|
|
@ -1,3 +1,242 @@
|
|||
[gd_scene format=3 uid="uid://dqo1qk6m6stq4"]
|
||||
[gd_scene load_steps=11 format=3 uid="uid://dqo1qk6m6stq4"]
|
||||
|
||||
[ext_resource type="Script" path="res://scenes/menu/Options.gd" id="1_tx7kc"]
|
||||
[ext_resource type="AudioStream" uid="uid://c5fgxh51yhon8" path="res://ressources/sounds/menu/Microsoft Windows 98 Startup Sound .mp3" id="2_5ip4v"]
|
||||
[ext_resource type="Texture2D" uid="uid://bbya0vp0ejqa3" path="res://models/RetroWindowsGUI/RetroWindowsGUI/Windows_Slider_Handle.png" id="2_p7hne"]
|
||||
[ext_resource type="FontFile" uid="uid://dwgslonlru0ck" path="res://ressources/Battlenet.ttf" id="3_4rmnw"]
|
||||
[ext_resource type="Texture2D" uid="uid://jllu46doutf8" path="res://models/RetroWindowsGUI/RetroWindowsGUI/Windows_Toggle_Inactive.png" id="4_eh3gv"]
|
||||
[ext_resource type="Texture2D" uid="uid://4te31qkwkrkc" path="res://models/RetroWindowsGUI/RetroWindowsGUI/Windows_Toggle_Selected.png" id="5_3ikpl"]
|
||||
[ext_resource type="AudioStream" uid="uid://msnondptwiya" path="res://ressources/sounds/menu/miaou.mp3" id="7_r1icc"]
|
||||
|
||||
[sub_resource type="StyleBoxLine" id="StyleBoxLine_l4bn6"]
|
||||
content_margin_left = 0.0
|
||||
content_margin_top = 0.0
|
||||
content_margin_right = 0.0
|
||||
color = Color(0.505882, 0.505882, 0.505882, 1)
|
||||
thickness = 10
|
||||
|
||||
[sub_resource type="StyleBoxLine" id="StyleBoxLine_up0cd"]
|
||||
content_margin_left = 0.0
|
||||
content_margin_top = 0.0
|
||||
content_margin_right = 0.0
|
||||
color = Color(0.505882, 0.505882, 0.505882, 1)
|
||||
thickness = 10
|
||||
|
||||
[sub_resource type="StyleBoxLine" id="StyleBoxLine_i5gt4"]
|
||||
content_margin_left = 0.0
|
||||
content_margin_top = 0.0
|
||||
content_margin_right = 0.0
|
||||
color = Color(0.505882, 0.505882, 0.505882, 1)
|
||||
thickness = 10
|
||||
|
||||
[node name="Options" type="Node2D"]
|
||||
script = ExtResource("1_tx7kc")
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||||
offset_left = 4.0
|
||||
offset_top = -20.0
|
||||
offset_right = 44.0
|
||||
offset_bottom = 20.0
|
||||
|
||||
[node name="SFX_node" type="Node2D" parent="VBoxContainer"]
|
||||
position = Vector2(237, 235)
|
||||
|
||||
[node name="Mute_SFX" type="Button" parent="VBoxContainer/SFX_node"]
|
||||
offset_left = 448.0
|
||||
offset_top = 53.0
|
||||
offset_right = 468.0
|
||||
offset_bottom = 73.0
|
||||
|
||||
[node name="unchecked" type="TextureRect" parent="VBoxContainer/SFX_node/Mute_SFX"]
|
||||
layout_mode = 0
|
||||
offset_right = 20.0
|
||||
offset_bottom = 20.0
|
||||
texture = ExtResource("4_eh3gv")
|
||||
|
||||
[node name="checked" type="TextureRect" parent="VBoxContainer/SFX_node/Mute_SFX/unchecked"]
|
||||
layout_mode = 0
|
||||
offset_right = 20.0
|
||||
offset_bottom = 20.0
|
||||
texture = ExtResource("5_3ikpl")
|
||||
|
||||
[node name="SFX label" type="Label" parent="VBoxContainer/SFX_node"]
|
||||
offset_left = -44.0
|
||||
offset_top = 50.0
|
||||
offset_right = -4.0
|
||||
offset_bottom = 73.0
|
||||
theme_override_fonts/font = ExtResource("3_4rmnw")
|
||||
theme_override_font_sizes/font_size = 20
|
||||
text = "SFX"
|
||||
|
||||
[node name="HSlider" type="HSlider" parent="VBoxContainer/SFX_node"]
|
||||
offset_left = 29.0
|
||||
offset_top = 38.0
|
||||
offset_right = 425.0
|
||||
offset_bottom = 88.0
|
||||
theme_override_icons/grabber = ExtResource("2_p7hne")
|
||||
theme_override_icons/grabber_highlight = ExtResource("2_p7hne")
|
||||
theme_override_styles/slider = SubResource("StyleBoxLine_l4bn6")
|
||||
min_value = -80.0
|
||||
max_value = 0.0
|
||||
|
||||
[node name="miaou" type="AudioStreamPlayer2D" parent="VBoxContainer/SFX_node"]
|
||||
stream = ExtResource("7_r1icc")
|
||||
volume_db = 20.282
|
||||
bus = &"SFX"
|
||||
|
||||
[node name="Button_SFX" type="Button" parent="VBoxContainer/SFX_node"]
|
||||
offset_left = 485.0
|
||||
offset_top = 50.0
|
||||
offset_right = 524.0
|
||||
offset_bottom = 76.0
|
||||
theme_override_fonts/font = ExtResource("3_4rmnw")
|
||||
theme_override_font_sizes/font_size = 20
|
||||
text = "Test"
|
||||
|
||||
[node name="Music" type="Node2D" parent="VBoxContainer"]
|
||||
position = Vector2(251, 173)
|
||||
|
||||
[node name="Mute_Music" type="Button" parent="VBoxContainer/Music"]
|
||||
offset_left = 434.0
|
||||
offset_top = 54.0
|
||||
offset_right = 454.0
|
||||
offset_bottom = 74.0
|
||||
|
||||
[node name="unchecked" type="TextureRect" parent="VBoxContainer/Music/Mute_Music"]
|
||||
layout_mode = 0
|
||||
offset_right = 20.0
|
||||
offset_bottom = 20.0
|
||||
texture = ExtResource("4_eh3gv")
|
||||
|
||||
[node name="checked" type="TextureRect" parent="VBoxContainer/Music/Mute_Music/unchecked"]
|
||||
layout_mode = 0
|
||||
offset_right = 20.0
|
||||
offset_bottom = 20.0
|
||||
texture = ExtResource("5_3ikpl")
|
||||
|
||||
[node name="Music label" type="Label" parent="VBoxContainer/Music"]
|
||||
offset_left = -58.0
|
||||
offset_top = 51.0
|
||||
offset_right = -12.0
|
||||
offset_bottom = 74.0
|
||||
theme_override_fonts/font = ExtResource("3_4rmnw")
|
||||
theme_override_font_sizes/font_size = 20
|
||||
text = "Music"
|
||||
|
||||
[node name="HSlider2" type="HSlider" parent="VBoxContainer/Music"]
|
||||
offset_left = 15.0
|
||||
offset_top = 39.0
|
||||
offset_right = 411.0
|
||||
offset_bottom = 89.0
|
||||
theme_override_icons/grabber = ExtResource("2_p7hne")
|
||||
theme_override_icons/grabber_highlight = ExtResource("2_p7hne")
|
||||
theme_override_styles/slider = SubResource("StyleBoxLine_up0cd")
|
||||
min_value = -80.0
|
||||
max_value = 0.0
|
||||
|
||||
[node name="Music" type="AudioStreamPlayer2D" parent="VBoxContainer/Music"]
|
||||
stream = ExtResource("2_5ip4v")
|
||||
bus = &"Music"
|
||||
|
||||
[node name="Button_Music" type="Button" parent="VBoxContainer/Music"]
|
||||
offset_left = 471.0
|
||||
offset_top = 52.0
|
||||
offset_right = 510.0
|
||||
offset_bottom = 78.0
|
||||
theme_override_fonts/font = ExtResource("3_4rmnw")
|
||||
theme_override_font_sizes/font_size = 20
|
||||
text = "Test"
|
||||
|
||||
[node name="Master2" type="Node2D" parent="VBoxContainer"]
|
||||
position = Vector2(237, 114)
|
||||
|
||||
[node name="Mute_Master" type="Button" parent="VBoxContainer/Master2"]
|
||||
offset_left = 448.0
|
||||
offset_top = 55.0
|
||||
offset_right = 468.0
|
||||
offset_bottom = 75.0
|
||||
|
||||
[node name="unchecked" type="TextureRect" parent="VBoxContainer/Master2/Mute_Master"]
|
||||
layout_mode = 0
|
||||
offset_right = 20.0
|
||||
offset_bottom = 20.0
|
||||
texture = ExtResource("4_eh3gv")
|
||||
|
||||
[node name="checked" type="TextureRect" parent="VBoxContainer/Master2/Mute_Master/unchecked"]
|
||||
layout_mode = 0
|
||||
offset_right = 20.0
|
||||
offset_bottom = 20.0
|
||||
texture = ExtResource("5_3ikpl")
|
||||
|
||||
[node name="Master label" type="Label" parent="VBoxContainer/Master2"]
|
||||
offset_left = -43.0
|
||||
offset_top = 51.0
|
||||
offset_right = 12.0
|
||||
offset_bottom = 74.0
|
||||
theme_override_fonts/font = ExtResource("3_4rmnw")
|
||||
theme_override_font_sizes/font_size = 20
|
||||
text = "Master"
|
||||
|
||||
[node name="HSlider3" type="HSlider" parent="VBoxContainer/Master2"]
|
||||
offset_left = 29.0
|
||||
offset_top = 40.0
|
||||
offset_right = 425.0
|
||||
offset_bottom = 90.0
|
||||
theme_override_icons/grabber = ExtResource("2_p7hne")
|
||||
theme_override_icons/grabber_highlight = ExtResource("2_p7hne")
|
||||
theme_override_styles/slider = SubResource("StyleBoxLine_i5gt4")
|
||||
min_value = -80.0
|
||||
max_value = 0.0
|
||||
|
||||
[node name="Button" type="Button" parent="VBoxContainer/Master2"]
|
||||
offset_left = 486.0
|
||||
offset_top = 52.0
|
||||
offset_right = 525.0
|
||||
offset_bottom = 78.0
|
||||
theme_override_fonts/font = ExtResource("3_4rmnw")
|
||||
theme_override_font_sizes/font_size = 20
|
||||
text = "Test"
|
||||
|
||||
[node name="Node2D" type="Node2D" parent="VBoxContainer"]
|
||||
position = Vector2(237, 334)
|
||||
|
||||
[node name="Full_src" type="Button" parent="VBoxContainer/Node2D"]
|
||||
offset_left = 449.0
|
||||
offset_top = 55.0
|
||||
offset_right = 469.0
|
||||
offset_bottom = 75.0
|
||||
|
||||
[node name="unchecked" type="TextureRect" parent="VBoxContainer/Node2D/Full_src"]
|
||||
layout_mode = 0
|
||||
offset_right = 20.0
|
||||
offset_bottom = 20.0
|
||||
texture = ExtResource("4_eh3gv")
|
||||
|
||||
[node name="checked" type="TextureRect" parent="VBoxContainer/Node2D/Full_src/unchecked"]
|
||||
layout_mode = 0
|
||||
offset_right = 20.0
|
||||
offset_bottom = 20.0
|
||||
texture = ExtResource("5_3ikpl")
|
||||
|
||||
[node name="Fullscreen" type="Label" parent="VBoxContainer/Node2D"]
|
||||
offset_left = -43.0
|
||||
offset_top = 51.0
|
||||
offset_right = 12.0
|
||||
offset_bottom = 74.0
|
||||
theme_override_fonts/font = ExtResource("3_4rmnw")
|
||||
theme_override_font_sizes/font_size = 20
|
||||
text = "Fullscreen"
|
||||
|
||||
[node name="test" type="AudioStreamPlayer2D" parent="."]
|
||||
stream = ExtResource("2_5ip4v")
|
||||
|
||||
[connection signal="pressed" from="VBoxContainer/SFX_node/Mute_SFX" to="." method="_on_mute_sfx_pressed"]
|
||||
[connection signal="value_changed" from="VBoxContainer/SFX_node/HSlider" to="." method="_on_h_slider_value_changed"]
|
||||
[connection signal="pressed" from="VBoxContainer/SFX_node/Button_SFX" to="." method="_on_button_sfx_pressed"]
|
||||
[connection signal="pressed" from="VBoxContainer/Music/Mute_Music" to="." method="_on_mute_music_pressed"]
|
||||
[connection signal="value_changed" from="VBoxContainer/Music/HSlider2" to="." method="_on_h_slider_2_value_changed"]
|
||||
[connection signal="pressed" from="VBoxContainer/Music/Button_Music" to="." method="_on_button_music_pressed"]
|
||||
[connection signal="pressed" from="VBoxContainer/Master2/Mute_Master" to="." method="_on_mute_master_pressed"]
|
||||
[connection signal="value_changed" from="VBoxContainer/Master2/HSlider3" to="." method="_on_h_slider_3_value_changed"]
|
||||
[connection signal="pressed" from="VBoxContainer/Master2/Button" to="." method="_on_button_pressed"]
|
||||
[connection signal="pressed" from="VBoxContainer/Node2D/Full_src" to="." method="_on_full_src_pressed"]
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://bd6hvyj4335ye"]
|
||||
|
||||
[ext_resource type="Script" path="res://scenes/menu/go_in.gd" id="1_fm2vx"]
|
||||
[ext_resource type="AudioStream" uid="uid://c5fgxh51yhon8" path="res://ressources/sounds/menu/Microsoft Windows 98 Startup Sound .mp3" id="3_ekahx"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://0gd2ishr4j5x" path="res://models/menu/on_off.png" id="2_hmhtg"]
|
||||
|
||||
[sub_resource type="Animation" id="Animation_ojx4i"]
|
||||
resource_name = "fade_in"
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
[gd_scene load_steps=9 format=3 uid="uid://cgdlh6iv2j7we"]
|
||||
[gd_scene load_steps=8 format=3 uid="uid://cgdlh6iv2j7we"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bnd12xnq12mv3" path="res://models/menu/welcome.png" id="1_tgn7l"]
|
||||
[ext_resource type="Texture2D" path="res://models/menu/Capture d’écran du 2024-01-27 17-48-43.png" id="2_076k5"]
|
||||
[ext_resource type="Texture2D" uid="uid://dokls1btlk3hc" path="res://models/menu/welcome.png" id="1_tgn7l"]
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_pacrk"]
|
||||
offsets = PackedFloat32Array(0.684524, 1)
|
||||
|
@ -60,7 +59,6 @@ offset_left = 14.0
|
|||
offset_top = 1076.0
|
||||
offset_right = 1577.0
|
||||
offset_bottom = 1966.0
|
||||
texture = ExtResource("2_076k5")
|
||||
|
||||
[node name="horizontal line" type="TextureRect" parent="."]
|
||||
offset_top = 105.0
|
||||
|
|
32
scenes/menu/rules.gd
Normal file
32
scenes/menu/rules.gd
Normal file
|
@ -0,0 +1,32 @@
|
|||
extends Node2D
|
||||
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready():
|
||||
$Node2D/Node2D/valid_options.set_visible(false)
|
||||
$Node2D/Op/Help_panel/valid_help.set_visible(true)
|
||||
$Node2D/Node2D/Options.set_visible(false)
|
||||
pass # Replace with function body.
|
||||
|
||||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
func _process(delta):
|
||||
pass
|
||||
|
||||
|
||||
func _on_button_hlp_pressed():
|
||||
$Node2D/Node2D/valid_options.set_visible(false)
|
||||
$Node2D/Op/Help_panel/valid_help.set_visible(true)
|
||||
$Node2D/Node2D/Options.set_visible(false)
|
||||
pass # Replace with function body.
|
||||
|
||||
|
||||
func _on_button_opt_pressed():
|
||||
$Node2D/Node2D/valid_options.set_visible(true)
|
||||
$Node2D/Op/Help_panel/valid_help.set_visible(false)
|
||||
$Node2D/Node2D/Options.set_visible(true)
|
||||
pass # Replace with function body.
|
||||
|
||||
func _on_power_off_pressed():
|
||||
get_tree().change_scene_to_file("res://scenes/menu/menu.tscn")
|
||||
|
287
scenes/menu/rules.tscn
Normal file
287
scenes/menu/rules.tscn
Normal file
|
@ -0,0 +1,287 @@
|
|||
[gd_scene load_steps=12 format=3 uid="uid://d0o3thrvt3ecx"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bx3exdw66656r" path="res://models/menu/icones/Help.png" id="1_5241r"]
|
||||
[ext_resource type="Script" path="res://scenes/menu/rules.gd" id="1_dl8bd"]
|
||||
[ext_resource type="Texture2D" uid="uid://f1rkaxvylydr" path="res://models/menu/icones/Options.png" id="2_3g6ce"]
|
||||
[ext_resource type="PackedScene" uid="uid://dqo1qk6m6stq4" path="res://scenes/menu/Options.tscn" id="3_ulvqu"]
|
||||
[ext_resource type="Shader" path="res://shaders/oldscreen.gdshader" id="3_x82uj"]
|
||||
[ext_resource type="FontFile" uid="uid://dwgslonlru0ck" path="res://ressources/Battlenet.ttf" id="4_mm1sy"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_dxk8k"]
|
||||
bg_color = Color(0.831373, 0.815686, 0.784314, 1)
|
||||
border_width_left = 5
|
||||
border_width_top = 5
|
||||
border_width_right = 5
|
||||
border_width_bottom = 5
|
||||
border_color = Color(0.686275, 0.662745, 0.619608, 1)
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_ytfaa"]
|
||||
offsets = PackedFloat32Array(0, 0.396624)
|
||||
colors = PackedColorArray(0, 0, 0.501961, 1, 1, 1, 1, 1)
|
||||
|
||||
[sub_resource type="GradientTexture1D" id="GradientTexture1D_u7ijh"]
|
||||
gradient = SubResource("Gradient_ytfaa")
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_cb0n2"]
|
||||
texture = SubResource("GradientTexture1D_u7ijh")
|
||||
texture_margin_left = 3.27016
|
||||
texture_margin_top = 4.41471
|
||||
texture_margin_right = 0.654032
|
||||
region_rect = Rect2(0, -1.264, 45.529, 24.719)
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_ix0wl"]
|
||||
shader = ExtResource("3_x82uj")
|
||||
shader_parameter/SCREEN_HEIGHT = 240.0
|
||||
|
||||
[node name="Rules" type="Node2D"]
|
||||
position = Vector2(580, 274)
|
||||
scale = Vector2(0.5, 0.5)
|
||||
script = ExtResource("1_dl8bd")
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="."]
|
||||
offset_left = -1212.0
|
||||
offset_top = -614.0
|
||||
offset_right = 2080.0
|
||||
offset_bottom = 1290.0
|
||||
color = Color(0.388235, 0.388235, 0.388235, 0.639216)
|
||||
|
||||
[node name="Base" type="Panel" parent="."]
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_left = 5.0
|
||||
offset_top = 4.0
|
||||
offset_right = 840.0
|
||||
offset_bottom = 647.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_dxk8k")
|
||||
|
||||
[node name="Node2D" type="Node2D" parent="."]
|
||||
|
||||
[node name="Op" type="Node2D" parent="Node2D"]
|
||||
|
||||
[node name="Help_panel" type="Panel" parent="Node2D/Op"]
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_left = 106.0
|
||||
offset_top = 118.0
|
||||
offset_right = 786.0
|
||||
offset_bottom = 591.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_dxk8k")
|
||||
|
||||
[node name="valid_help" type="Panel" parent="Node2D/Op/Help_panel"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_left = -77.0
|
||||
offset_top = 8.0
|
||||
offset_right = -676.0
|
||||
offset_bottom = -387.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_dxk8k")
|
||||
|
||||
[node name="Rect_visu2" type="ColorRect" parent="Node2D/Op/Help_panel"]
|
||||
layout_mode = 0
|
||||
offset_left = 5.0
|
||||
offset_top = 233.0
|
||||
offset_right = 675.0
|
||||
offset_bottom = 468.0
|
||||
color = Color(0.388235, 0.388235, 0.388235, 0.419608)
|
||||
|
||||
[node name="rules_normal" type="Label" parent="Node2D/Op/Help_panel/Rect_visu2"]
|
||||
layout_mode = 0
|
||||
offset_left = 2.0
|
||||
offset_top = 9.0
|
||||
offset_right = 1276.0
|
||||
offset_bottom = 243.0
|
||||
theme_override_fonts/font = ExtResource("4_mm1sy")
|
||||
theme_override_font_sizes/font_size = 21
|
||||
text = "Mode Infini :
|
||||
|
||||
Objectif : Survivre aussi longtemps que possible en fermant des publicités de plus
|
||||
en plus fréquentes et complexes.
|
||||
Départ : Le joueur commence avec 10 publicités à fermer dans un délai de 45 secondes.
|
||||
Augmentation de la difficulté : Si le joueur parvient à fermer toutes les publicités dans
|
||||
le délai imparti, le nombre de publicités augmente de 5 à chaque nouvelle série.
|
||||
Limite de temps : Le joueur a 45 secondes pour fermer toutes les publicités. Si le joueur
|
||||
n'arrive pas à fermer toutes les publicités dans le temps imparti, le jeu se
|
||||
termine."
|
||||
|
||||
[node name="rules_normal2" type="Label" parent="Node2D/Op/Help_panel/Rect_visu2"]
|
||||
layout_mode = 0
|
||||
offset_left = 2.0
|
||||
offset_top = 9.0
|
||||
offset_right = 1276.0
|
||||
offset_bottom = 243.0
|
||||
theme_override_fonts/font = ExtResource("4_mm1sy")
|
||||
theme_override_font_sizes/font_size = 21
|
||||
text = "Mode Infini :
|
||||
|
||||
Objectif : Survivre aussi longtemps que possible en fermant des publicités de plus
|
||||
en plus fréquentes et complexes.
|
||||
Départ : Le joueur commence avec 10 publicités à fermer dans un délai de 45 secondes.
|
||||
Augmentation de la difficulté : Si le joueur parvient à fermer toutes les publicités dans
|
||||
le délai imparti, le nombre de publicités augmente de 5 à chaque nouvelle série.
|
||||
Limite de temps : Le joueur a 45 secondes pour fermer toutes les publicités. Si le joueur
|
||||
n'arrive pas à fermer toutes les publicités dans le temps imparti, le jeu se
|
||||
termine."
|
||||
|
||||
[node name="Help icon" type="TextureRect" parent="Node2D/Op/Help_panel"]
|
||||
layout_mode = 0
|
||||
offset_left = -72.0
|
||||
offset_top = 13.0
|
||||
offset_right = -1.0
|
||||
offset_bottom = 81.0
|
||||
texture = ExtResource("1_5241r")
|
||||
|
||||
[node name="Button_hlp" type="Button" parent="Node2D/Op/Help_panel/Help icon"]
|
||||
layout_mode = 0
|
||||
offset_right = 72.0
|
||||
offset_bottom = 69.0
|
||||
focus_mode = 0
|
||||
flat = true
|
||||
|
||||
[node name="Rect_visu" type="ColorRect" parent="Node2D/Op/Help_panel"]
|
||||
layout_mode = 0
|
||||
offset_left = 5.0
|
||||
offset_top = 5.0
|
||||
offset_right = 675.0
|
||||
offset_bottom = 222.0
|
||||
color = Color(0.388235, 0.388235, 0.388235, 0.419608)
|
||||
|
||||
[node name="rules_normal" type="Label" parent="Node2D/Op/Help_panel/Rect_visu"]
|
||||
layout_mode = 0
|
||||
offset_left = 2.0
|
||||
offset_top = 9.0
|
||||
offset_right = 767.0
|
||||
offset_bottom = 214.0
|
||||
theme_override_fonts/font = ExtResource("4_mm1sy")
|
||||
theme_override_font_sizes/font_size = 21
|
||||
text = "Mode Normal :
|
||||
|
||||
Objectif : Fermer toutes les publicités avant la fin du temps imparti.
|
||||
Niveaux :
|
||||
Niveau 1 : 45 secondes pour fermer 10 les publicités.
|
||||
Niveau 2 : 45 secondes pour fermer 15 plus rapidement et avec plus de difficulté.
|
||||
Niveau 3 : 45 secondes pour affronter le défi ultime de la publicité en ligne: 25 pubs.
|
||||
Mini-jeux : Chaque publicité ouvre un mini-jeu que le joueur doit terminer pour la fermer."
|
||||
|
||||
[node name="Node2D" type="Node2D" parent="Node2D"]
|
||||
|
||||
[node name="valid_options" type="Panel" parent="Node2D/Node2D"]
|
||||
visible = false
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_left = 29.0
|
||||
offset_top = 203.0
|
||||
offset_right = 111.0
|
||||
offset_bottom = 281.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_dxk8k")
|
||||
|
||||
[node name="options icon" type="TextureRect" parent="Node2D/Node2D"]
|
||||
offset_left = 35.0
|
||||
offset_top = 208.0
|
||||
offset_right = 106.0
|
||||
offset_bottom = 276.0
|
||||
texture = ExtResource("2_3g6ce")
|
||||
|
||||
[node name="Button_opt" type="Button" parent="Node2D/Node2D/options icon"]
|
||||
layout_mode = 0
|
||||
offset_right = 72.0
|
||||
offset_bottom = 70.0
|
||||
focus_mode = 0
|
||||
flat = true
|
||||
|
||||
[node name="Options" type="Panel" parent="Node2D/Node2D"]
|
||||
visible = false
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_left = 106.0
|
||||
offset_top = 117.0
|
||||
offset_right = 784.0
|
||||
offset_bottom = 592.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_dxk8k")
|
||||
|
||||
[node name="All_options" type="ColorRect" parent="Node2D/Node2D/Options"]
|
||||
layout_mode = 0
|
||||
offset_left = 23.0
|
||||
offset_top = 85.0
|
||||
offset_right = 663.0
|
||||
offset_bottom = 271.0
|
||||
color = Color(0.388235, 0.388235, 0.388235, 0.419608)
|
||||
|
||||
[node name="Rect_visu" type="ColorRect" parent="Node2D/Node2D/Options/All_options"]
|
||||
layout_mode = 0
|
||||
offset_left = 1.0
|
||||
offset_top = 227.0
|
||||
offset_right = 641.0
|
||||
offset_bottom = 284.0
|
||||
color = Color(0.388235, 0.388235, 0.388235, 0.419608)
|
||||
|
||||
[node name="Options" parent="Node2D/Node2D/Options/All_options" instance=ExtResource("3_ulvqu")]
|
||||
position = Vector2(-148, -121)
|
||||
|
||||
[node name="Top" type="Panel" parent="."]
|
||||
anchors_preset = 10
|
||||
anchor_right = 1.0
|
||||
offset_left = 9.0
|
||||
offset_top = 8.0
|
||||
offset_right = 835.0
|
||||
offset_bottom = 60.0
|
||||
grow_horizontal = 2
|
||||
theme_override_styles/panel = SubResource("StyleBoxTexture_cb0n2")
|
||||
|
||||
[node name="color top" type="ColorRect" parent="Top"]
|
||||
visible = false
|
||||
material = SubResource("ShaderMaterial_ix0wl")
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_left = 2.0
|
||||
offset_top = -3.0
|
||||
offset_right = 2.0
|
||||
offset_bottom = 582.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="Power off" type="Button" parent="."]
|
||||
offset_left = 34.0
|
||||
offset_top = 606.0
|
||||
offset_right = 171.0
|
||||
offset_bottom = 636.0
|
||||
theme_type_variation = &"FlatButton"
|
||||
|
||||
[node name="p_off" type="TextureRect" parent="Power off"]
|
||||
layout_mode = 0
|
||||
offset_left = 6.0
|
||||
offset_top = -3.0
|
||||
offset_right = 43.0
|
||||
offset_bottom = 32.0
|
||||
expand_mode = 1
|
||||
|
||||
[node name="Label" type="Label" parent="Power off"]
|
||||
layout_mode = 0
|
||||
offset_left = 49.0
|
||||
offset_top = 2.0
|
||||
offset_right = 138.0
|
||||
offset_bottom = 28.0
|
||||
theme_override_fonts/font = ExtResource("4_mm1sy")
|
||||
theme_override_font_sizes/font_size = 24
|
||||
text = "Menu"
|
||||
|
||||
[connection signal="pressed" from="Node2D/Op/Help_panel/Help icon/Button_hlp" to="." method="_on_button_hlp_pressed"]
|
||||
[connection signal="pressed" from="Node2D/Node2D/options icon/Button_opt" to="." method="_on_button_opt_pressed"]
|
||||
[connection signal="pressed" from="Power off" to="." method="_on_power_off_pressed"]
|
2
scripts/Desktop.gd
Normal file
2
scripts/Desktop.gd
Normal file
|
@ -0,0 +1,2 @@
|
|||
class_name Interactable
|
||||
extends StaticBody3D
|
11
scripts/PlayerInteraction.gd
Normal file
11
scripts/PlayerInteraction.gd
Normal file
|
@ -0,0 +1,11 @@
|
|||
extends RayCast3D
|
||||
|
||||
@onready var prompt := $Label
|
||||
|
||||
func _physics_process(_delta):
|
||||
prompt.set_text("")
|
||||
if is_colliding():
|
||||
if get_collider() is Interactable:
|
||||
prompt.set_text("Regarder un film sur www3.yggtorrent.qa")
|
||||
if Input.is_mouse_button_pressed(MOUSE_BUTTON_LEFT):
|
||||
get_tree().change_scene_to_file("res://Scenes/menu/go_in.tscn")
|
28
scripts/ads.gd
Normal file
28
scripts/ads.gd
Normal file
|
@ -0,0 +1,28 @@
|
|||
extends Control
|
||||
|
||||
var condition = false
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready():
|
||||
pass
|
||||
|
||||
|
||||
|
||||
func exit_condition():
|
||||
return condition
|
||||
|
||||
func close():
|
||||
if exit_condition():
|
||||
self.visible = false
|
||||
|
||||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
func _process(delta):
|
||||
close()
|
||||
|
||||
|
||||
|
||||
|
||||
func _on_button_pressed():
|
||||
print("pressed")
|
||||
condition = true
|
18
scripts/ads/ads_default.gd
Normal file
18
scripts/ads/ads_default.gd
Normal file
|
@ -0,0 +1,18 @@
|
|||
extends "res://scripts/ads.gd"
|
||||
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready():
|
||||
$Panel2/Button.disabled = true
|
||||
pass
|
||||
|
||||
|
||||
func exit_condition():
|
||||
return condition
|
||||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
func _process(delta):
|
||||
close()
|
||||
|
||||
func _on_button_pressed():
|
||||
print("pressed")
|
5
scripts/ads/ads_sudoku.gd
Normal file
5
scripts/ads/ads_sudoku.gd
Normal file
|
@ -0,0 +1,5 @@
|
|||
extends "res://scripts/ads/ads_default.gd"
|
||||
|
||||
func exit_condition():
|
||||
return condition
|
||||
|
|
@ -1,20 +1,69 @@
|
|||
extends Control
|
||||
var ads_scene = []
|
||||
var ads = []
|
||||
"""
|
||||
var ads_scene = [preload("res://scenes/game/ads/Ads_password.tscn"),
|
||||
preload("res://scenes/game/ads/Ads_sudoku.tscn")]
|
||||
"""
|
||||
|
||||
var window = preload("res://scenes/game/windows/Windows.tscn")
|
||||
var instance = window.instantiate()
|
||||
func getFilePathsByExtension(directoryPath: String, extension: String) -> Array:
|
||||
var dir = DirAccess.open(directoryPath)
|
||||
if !dir :
|
||||
printerr("Warning: could not open directory: ", directoryPath)
|
||||
return []
|
||||
|
||||
var filePaths := []
|
||||
if dir:
|
||||
dir.list_dir_begin()
|
||||
var fileName = dir.get_next()
|
||||
while fileName != "":
|
||||
if dir.current_is_dir():
|
||||
print("Found directory: " + fileName)
|
||||
else:
|
||||
print("Found file: " + fileName)
|
||||
if fileName.get_extension() == extension:
|
||||
var filePath = dir.get_current_dir() + "/" + fileName
|
||||
filePaths.append(filePath)
|
||||
fileName = dir.get_next()
|
||||
else:
|
||||
print("An error occurred when trying to access the path.")
|
||||
return filePaths
|
||||
|
||||
func new_ads():
|
||||
instance.position = Vector2(10.0, 5.0)
|
||||
var _size = instance.get_rect()
|
||||
print(_size)
|
||||
print("her")
|
||||
randomize()
|
||||
var _range = randi_range(0, ads_scene.size()-1)
|
||||
var instance = ads_scene[_range].instantiate()
|
||||
add_child(instance) # Replace with function body.
|
||||
var _scale = Vector2(0.5,0.5)
|
||||
instance.scale = _scale
|
||||
var _size = instance.get_size() * _scale
|
||||
print(_size)
|
||||
instance.position.x = randf_range(1, get_viewport_rect().size.x - (_size.x))
|
||||
instance.position.y = randf_range(1, get_viewport_rect().size.y - (_size.y*1.5))
|
||||
ads.push_back(instance)
|
||||
print(instance.position)
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func load_scene():
|
||||
var _ads_scene = getFilePathsByExtension("res://scenes/game/ads", "tscn")
|
||||
for scene in _ads_scene:
|
||||
ads_scene.push_back(load(scene))
|
||||
|
||||
|
||||
func _ready():
|
||||
load_scene()
|
||||
print(ads_scene)
|
||||
for n in 15:
|
||||
new_ads()
|
||||
|
||||
|
||||
|
||||
func win():
|
||||
for ad in ads:
|
||||
if ad.visible == true :
|
||||
return false
|
||||
return true
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
func _process(delta):
|
||||
func _process(_delta):
|
||||
if win():
|
||||
pass
|
||||
print("mettre écran victoire")
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Reference in a new issue