Skip to content

Commit 7432f1e

Browse files
committed
Add new pieces to fill edge cases
1 parent 073c5d7 commit 7432f1e

20 files changed

+507
-84
lines changed

demo/TerrainTiles/3D_Terrain_Tiles.tres

Lines changed: 235 additions & 55 deletions
Large diffs are not rendered by default.
571 KB
Binary file not shown.
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
[remap]
2+
3+
importer="scene"
4+
importer_version=1
5+
type="PackedScene"
6+
uid="uid://fb4jcgjo077l"
7+
path="res://.godot/imported/Cliff_Corner_Inner.blend-d15b0f17d48730046079033a97ac6df7.scn"
8+
9+
[deps]
10+
11+
source_file="res://TerrainTiles/Cliff_Corner_Inner.blend"
12+
dest_files=["res://.godot/imported/Cliff_Corner_Inner.blend-d15b0f17d48730046079033a97ac6df7.scn"]
13+
14+
[params]
15+
16+
nodes/root_type=""
17+
nodes/root_name=""
18+
nodes/apply_root_scale=true
19+
nodes/root_scale=1.0
20+
nodes/import_as_skeleton_bones=false
21+
nodes/use_node_type_suffixes=true
22+
meshes/ensure_tangents=true
23+
meshes/generate_lods=true
24+
meshes/create_shadow_meshes=true
25+
meshes/light_baking=1
26+
meshes/lightmap_texel_size=0.2
27+
meshes/force_disable_compression=false
28+
skins/use_named_skins=true
29+
animation/import=true
30+
animation/fps=30
31+
animation/trimming=false
32+
animation/remove_immutable_tracks=true
33+
animation/import_rest_as_RESET=false
34+
import_script/path=""
35+
_subresources={}
36+
blender/nodes/visible=0
37+
blender/nodes/active_collection_only=false
38+
blender/nodes/punctual_lights=true
39+
blender/nodes/cameras=true
40+
blender/nodes/custom_properties=true
41+
blender/nodes/modifiers=1
42+
blender/meshes/colors=false
43+
blender/meshes/uvs=true
44+
blender/meshes/normals=true
45+
blender/meshes/export_geometry_nodes_instances=false
46+
blender/meshes/tangents=true
47+
blender/meshes/skins=2
48+
blender/meshes/export_bones_deforming_mesh_only=false
49+
blender/materials/unpack_enabled=true
50+
blender/materials/export_materials=1
51+
blender/animation/limit_playback=true
52+
blender/animation/always_sample=true
53+
blender/animation/group_tracks=true
571 KB
Binary file not shown.
1.21 MB
Binary file not shown.
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[remap]
2+
3+
importer="scene"
4+
importer_version=1
5+
type="PackedScene"
6+
uid="uid://bnup07coye8fx"
7+
path="res://.godot/imported/Cliff_Corner_Inner.glb-9c90c5a116f7f0c1dac929cd53af819c.scn"
8+
9+
[deps]
10+
11+
source_file="res://TerrainTiles/Cliff_Corner_Inner.glb"
12+
dest_files=["res://.godot/imported/Cliff_Corner_Inner.glb-9c90c5a116f7f0c1dac929cd53af819c.scn"]
13+
14+
[params]
15+
16+
nodes/root_type=""
17+
nodes/root_name=""
18+
nodes/apply_root_scale=true
19+
nodes/root_scale=1.0
20+
nodes/import_as_skeleton_bones=false
21+
nodes/use_node_type_suffixes=true
22+
meshes/ensure_tangents=true
23+
meshes/generate_lods=true
24+
meshes/create_shadow_meshes=true
25+
meshes/light_baking=1
26+
meshes/lightmap_texel_size=0.2
27+
meshes/force_disable_compression=false
28+
skins/use_named_skins=true
29+
animation/import=true
30+
animation/fps=30
31+
animation/trimming=false
32+
animation/remove_immutable_tracks=true
33+
animation/import_rest_as_RESET=false
34+
import_script/path=""
35+
_subresources={}
36+
gltf/naming_version=1
37+
gltf/embedded_image_handling=1
1.2 MB
Loading
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
[remap]
2+
3+
importer="texture"
4+
type="CompressedTexture2D"
5+
uid="uid://drmea8a50yi0g"
6+
path.s3tc="res://.godot/imported/Cliff_Corner_Inner_grass_texture_9.png-199bb90ce1d5ae54fb79aa1e55945117.s3tc.ctex"
7+
metadata={
8+
"imported_formats": ["s3tc_bptc"],
9+
"vram_texture": true
10+
}
11+
generator_parameters={
12+
"md5": "75ac1becf30f7f0cd851288bcffe95ef"
13+
}
14+
15+
[deps]
16+
17+
source_file="res://TerrainTiles/Cliff_Corner_Inner_grass_texture_9.png"
18+
dest_files=["res://.godot/imported/Cliff_Corner_Inner_grass_texture_9.png-199bb90ce1d5ae54fb79aa1e55945117.s3tc.ctex"]
19+
20+
[params]
21+
22+
compress/mode=2
23+
compress/high_quality=false
24+
compress/lossy_quality=0.7
25+
compress/hdr_compression=1
26+
compress/normal_map=0
27+
compress/channel_pack=0
28+
mipmaps/generate=true
29+
mipmaps/limit=-1
30+
roughness/mode=0
31+
roughness/src_normal=""
32+
process/fix_alpha_border=true
33+
process/premult_alpha=false
34+
process/normal_map_invert_y=false
35+
process/hdr_as_srgb=false
36+
process/hdr_clamp_exposure=false
37+
process/size_limit=0
38+
detect_3d/compress_to=0

demo/TerrainTiles/Grid_Meshes_Loader.tscn

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[gd_scene load_steps=9 format=3 uid="uid://dwe0j28or0dmv"]
1+
[gd_scene load_steps=11 format=3 uid="uid://dwe0j28or0dmv"]
22

33
[ext_resource type="PackedScene" uid="uid://btbwj5dwxmsb5" path="res://TerrainTiles/water.tscn" id="1_psiup"]
44
[ext_resource type="PackedScene" uid="uid://bs37de4k1kp6n" path="res://TerrainTiles/water_corner.tscn" id="2_3qame"]
@@ -8,6 +8,8 @@
88
[ext_resource type="PackedScene" uid="uid://b4nh8ae0uv4k4" path="res://TerrainTiles/ramp_corner.tscn" id="6_21lxm"]
99
[ext_resource type="PackedScene" uid="uid://r3attbe54kel" path="res://TerrainTiles/cliffs.tscn" id="7_1ubri"]
1010
[ext_resource type="PackedScene" uid="uid://ci3xp1iywxf2o" path="res://TerrainTiles/cliffs_corner.tscn" id="8_2ix0w"]
11+
[ext_resource type="PackedScene" uid="uid://bnup07coye8fx" path="res://TerrainTiles/Cliff_Corner_Inner.glb" id="9_vsn3x"]
12+
[ext_resource type="PackedScene" uid="uid://q7oiyh40co85" path="res://TerrainTiles/Water_Corner_Inner.glb" id="10_4p2ei"]
1113

1214
[node name="GridMeshesLoader" type="Node3D"]
1315

@@ -27,10 +29,15 @@ visible = false
2729
visible = false
2830

2931
[node name="Ramp_Corner" parent="." instance=ExtResource("6_21lxm")]
30-
visible = false
3132

3233
[node name="Cliffs" parent="." instance=ExtResource("7_1ubri")]
3334
visible = false
3435

3536
[node name="Cliffs_Corner" parent="." instance=ExtResource("8_2ix0w")]
3637
visible = false
38+
39+
[node name="Cliff_Corner_Inner" parent="." instance=ExtResource("9_vsn3x")]
40+
visible = false
41+
42+
[node name="Water_Corner_Inner" parent="." instance=ExtResource("10_4p2ei")]
43+
visible = false
-35.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)