1
Fork 0
mirror of https://github.com/Steffo99/pineapple-surf.git synced 2024-11-21 23:34:21 +00:00

Add hill model (and other misc changes)

This commit is contained in:
Steffo 2023-01-07 19:12:23 +01:00
parent 16689983fd
commit 4c300eda16
Signed by: steffo
GPG key ID: 6965406171929D01
10 changed files with 67 additions and 43 deletions

File diff suppressed because one or more lines are too long

BIN
assets/island_model/hill.obj (Stored with Git LFS)

Binary file not shown.

View file

@ -3,7 +3,7 @@
importer="wavefront_obj"
importer_version=1
type="Mesh"
uid="uid://dwsit50caxq07"
uid="uid://b7jov7hxhbq6j"
path="res://.godot/imported/hill.obj-85e3876956c4e3e4119ecc07e10f9e31.mesh"
[deps]

View file

@ -1,9 +0,0 @@
newmtl material0
Ka 1.000000 1.000000 1.000000
Kd 1.000000 1.000000 1.000000
Ks 0.000000 0.000000 0.000000
Tr 0.000000
illum 0
Ns 0.000000
map_Kd texture_0.png
map_d texture_0.png

BIN
assets/island_model/pillar.obj (Stored with Git LFS)

Binary file not shown.

View file

@ -1,21 +0,0 @@
[remap]
importer="wavefront_obj"
importer_version=1
type="Mesh"
uid="uid://cdv73i2jlv1dq"
path="res://.godot/imported/pillar.obj-24a43860f27311daa0d331313a46a0db.mesh"
[deps]
files=["res://.godot/imported/pillar.obj-24a43860f27311daa0d331313a46a0db.mesh"]
source_file="res://assets/island_model/pillar.obj"
dest_files=["res://.godot/imported/pillar.obj-24a43860f27311daa0d331313a46a0db.mesh", "res://.godot/imported/pillar.obj-24a43860f27311daa0d331313a46a0db.mesh"]
[params]
generate_tangents=true
scale_mesh=Vector3(1, 1, 1)
offset_mesh=Vector3(0, 0, 0)
optimize_mesh=true

BIN
assets/texture_0.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b14txakjn4w2l"
path="res://.godot/imported/texture_0.png-c19132ac56775cf478f0688469c8f383.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/texture_0.png"
dest_files=["res://.godot/imported/texture_0.png-c19132ac56775cf478f0688469c8f383.ctex"]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/bptc_ldr=0
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

File diff suppressed because one or more lines are too long