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:
parent
5dadd5cae5
commit
cdd63bfbe5
6 changed files with 75 additions and 2 deletions
1
assets/island_model/temple.crocotile
Normal file
1
assets/island_model/temple.crocotile
Normal file
File diff suppressed because one or more lines are too long
9
assets/island_model/temple.mtl
Normal file
9
assets/island_model/temple.mtl
Normal 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
BIN
assets/island_model/temple.obj
(Stored with Git LFS)
Normal file
Binary file not shown.
21
assets/island_model/temple.obj.import
Normal file
21
assets/island_model/temple.obj.import
Normal 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
|
|
@ -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
37
island/TempleMesh.tscn
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue