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

Add temple mesh

This commit is contained in:
Steffo 2023-01-09 04:16:00 +01:00
parent 5dadd5cae5
commit cdd63bfbe5
Signed by: steffo
GPG key ID: 6965406171929D01
6 changed files with 75 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,9 @@
newmtl material1
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_1.png
map_d texture_1.png

BIN
assets/island_model/temple.obj (Stored with Git LFS) Normal file

Binary file not shown.

View file

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

View file

@ -1,4 +1,4 @@
[gd_scene load_steps=16 format=3 uid="uid://bg88gc1w1gw5m"]
[gd_scene load_steps=17 format=3 uid="uid://bg88gc1w1gw5m"]
[ext_resource type="PackedScene" uid="uid://dh5blytk6vmdu" path="res://island/Sea.tscn" id="1_e0hpm"]
[ext_resource type="PackedScene" uid="uid://b5i1sqd88wlle" path="res://player/Player.tscn" id="3_5378m"]
@ -7,6 +7,7 @@
[ext_resource type="PackedScene" uid="uid://cxa5irr1atgke" path="res://island/PyramidSmallMesh.tscn" id="5_uf8hd"]
[ext_resource type="PackedScene" uid="uid://bknwefv5ycc3u" path="res://island/PyramidSmolMesh.tscn" id="6_klmt8"]
[ext_resource type="PackedScene" uid="uid://boxtb3trgcy8c" path="res://island/PillarMesh.tscn" id="7_grmwj"]
[ext_resource type="PackedScene" uid="uid://c7dmda5c5ju28" path="res://island/TempleMesh.tscn" id="8_2yrdq"]
[ext_resource type="PackedScene" uid="uid://cwf11kdk7t64k" path="res://island/HoppityMesh.tscn" id="8_5pio0"]
[ext_resource type="PackedScene" uid="uid://dutcugv574855" path="res://island/Leafpile.tscn" id="9_472aa"]
[ext_resource type="PackedScene" uid="uid://v7bv81krh12e" path="res://island/Pineapple.tscn" id="10_dlxm4"]
@ -97,7 +98,8 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -30, 0, 38)
[node name="HoppityMesh" parent="World" instance=ExtResource("8_5pio0")]
transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, -27, 0, 53)
metadata/_edit_lock_ = true
[node name="TempleMesh" parent="World" instance=ExtResource("8_2yrdq")]
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource("Environment_302o8")

37
island/TempleMesh.tscn Normal file

File diff suppressed because one or more lines are too long