Skip to content

Commit 25bcd50

Browse files
committed
Improve Truck Town model, fix issues, use OMI glTF Physics
1 parent 5646c6a commit 25bcd50

16 files changed

+2362
-376
lines changed

3d/truck_town/town/materials/cement.tres

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66
resource_name = "Cement"
77
albedo_texture = ExtResource("1_but66")
88
roughness = 0.8
9-
uv1_scale = Vector3(2, 2, 2)
109
texture_filter = 5
-1.14 MB
Binary file not shown.

3d/truck_town/town/materials/grass.tres

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66
resource_name = "Grass"
77
albedo_texture = ExtResource("1_5bi3i")
88
roughness = 0.8
9-
uv1_scale = Vector3(2, 2, 2)
109
texture_filter = 5
-1.34 MB
Binary file not shown.

3d/truck_town/town/model/racetrack_csg.tscn

Lines changed: 197 additions & 0 deletions
Large diffs are not rendered by default.
Binary file not shown.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
[remap]
2+
3+
importer="texture"
4+
type="CompressedTexture2D"
5+
uid="uid://j42e6fghic08"
6+
path.bptc="res://.godot/imported/cement_lossy.webp-8ec670e9f910145022115abfcf96325b.bptc.ctex"
7+
path.astc="res://.godot/imported/cement_lossy.webp-8ec670e9f910145022115abfcf96325b.astc.ctex"
8+
metadata={
9+
"imported_formats": ["s3tc_bptc", "etc2_astc"],
10+
"vram_texture": true
11+
}
12+
13+
[deps]
14+
15+
source_file="res://town/model/textures/cement_lossy.webp"
16+
dest_files=["res://.godot/imported/cement_lossy.webp-8ec670e9f910145022115abfcf96325b.bptc.ctex", "res://.godot/imported/cement_lossy.webp-8ec670e9f910145022115abfcf96325b.astc.ctex"]
17+
18+
[params]
19+
20+
compress/mode=2
21+
compress/high_quality=true
22+
compress/lossy_quality=0.7
23+
compress/hdr_compression=1
24+
compress/normal_map=0
25+
compress/channel_pack=0
26+
mipmaps/generate=true
27+
mipmaps/limit=-1
28+
roughness/mode=0
29+
roughness/src_normal=""
30+
process/fix_alpha_border=true
31+
process/premult_alpha=false
32+
process/normal_map_invert_y=false
33+
process/hdr_as_srgb=false
34+
process/hdr_clamp_exposure=false
35+
process/size_limit=0
36+
detect_3d/compress_to=0
Binary file not shown.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
[remap]
2+
3+
importer="texture"
4+
type="CompressedTexture2D"
5+
uid="uid://csxl8xxs3vcm4"
6+
path.bptc="res://.godot/imported/grass_lossy.webp-8d729bb1beb4fa54f09f92965c817f82.bptc.ctex"
7+
path.astc="res://.godot/imported/grass_lossy.webp-8d729bb1beb4fa54f09f92965c817f82.astc.ctex"
8+
metadata={
9+
"imported_formats": ["s3tc_bptc", "etc2_astc"],
10+
"vram_texture": true
11+
}
12+
13+
[deps]
14+
15+
source_file="res://town/model/textures/grass_lossy.webp"
16+
dest_files=["res://.godot/imported/grass_lossy.webp-8d729bb1beb4fa54f09f92965c817f82.bptc.ctex", "res://.godot/imported/grass_lossy.webp-8d729bb1beb4fa54f09f92965c817f82.astc.ctex"]
17+
18+
[params]
19+
20+
compress/mode=2
21+
compress/high_quality=true
22+
compress/lossy_quality=0.7
23+
compress/hdr_compression=1
24+
compress/normal_map=0
25+
compress/channel_pack=0
26+
mipmaps/generate=true
27+
mipmaps/limit=-1
28+
roughness/mode=0
29+
roughness/src_normal=""
30+
process/fix_alpha_border=true
31+
process/premult_alpha=false
32+
process/normal_map_invert_y=false
33+
process/hdr_as_srgb=false
34+
process/hdr_clamp_exposure=false
35+
process/size_limit=0
36+
detect_3d/compress_to=0

0 commit comments

Comments
 (0)