Replace growler mesh with a lod setup

This commit is contained in:
stilobique-i7
2021-05-24 23:53:23 +02:00
parent 3da68d1af0
commit 3b6a70596e
15 changed files with 2519 additions and 212 deletions
File diff suppressed because one or more lines are too long
Binary file not shown.
+10
View File
@@ -0,0 +1,10 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://assets/props/growler/sm_growler_lod1.mesh" type="ArrayMesh" id=1]
[node name="sm_growler" type="Spatial"]
[node name="sm_growler_lod1" type="MeshInstance" parent="."]
use_in_baked_light = true
mesh = ExtResource( 1 )
material/0 = null
File diff suppressed because one or more lines are too long
@@ -2,21 +2,21 @@
importer="scene"
type="PackedScene"
path="res://.import/growler.gltf-5b37cd26e490f043cc3e01f9844feaef.scn"
path="res://.import/sm_growler_lod0.gltf-47f2a5e8d605e31f52e59372a1624ac0.scn"
[deps]
source_file="res://assets/props/growler/growler.gltf"
dest_files=[ "res://.import/growler.gltf-5b37cd26e490f043cc3e01f9844feaef.scn" ]
source_file="res://assets/props/growler/sm_growler_lod0.gltf"
dest_files=[ "res://.import/sm_growler_lod0.gltf-47f2a5e8d605e31f52e59372a1624ac0.scn" ]
[params]
nodes/root_type="Spatial"
nodes/root_type="ArrayMesh"
nodes/root_name="Scene Root"
nodes/root_scale=1.0
nodes/custom_script=""
nodes/storage=0
nodes/use_legacy_names=true
nodes/use_legacy_names=false
materials/location=1
materials/storage=0
materials/keep_on_reimport=false
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
Binary file not shown.