Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Truck Town model, fix issues, use OMI glTF Physics #1110

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion 3d/truck_town/town/materials/cement.tres
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
resource_name = "Cement"
albedo_texture = ExtResource("1_but66")
roughness = 0.8
uv1_scale = Vector3(2, 2, 2)
texture_filter = 5
Binary file modified 3d/truck_town/town/materials/cement.webp
Binary file not shown.
1 change: 0 additions & 1 deletion 3d/truck_town/town/materials/grass.tres
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
resource_name = "Grass"
albedo_texture = ExtResource("1_5bi3i")
roughness = 0.8
uv1_scale = Vector3(2, 2, 2)
texture_filter = 5
Binary file modified 3d/truck_town/town/materials/grass.webp
Binary file not shown.
197 changes: 197 additions & 0 deletions 3d/truck_town/town/model/racetrack_csg.tscn

Large diffs are not rendered by default.

Binary file not shown.
36 changes: 36 additions & 0 deletions 3d/truck_town/town/model/textures/cement_lossy.webp.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://j42e6fghic08"
path.bptc="res://.godot/imported/cement_lossy.webp-8ec670e9f910145022115abfcf96325b.bptc.ctex"
path.astc="res://.godot/imported/cement_lossy.webp-8ec670e9f910145022115abfcf96325b.astc.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}

[deps]

source_file="res://town/model/textures/cement_lossy.webp"
dest_files=["res://.godot/imported/cement_lossy.webp-8ec670e9f910145022115abfcf96325b.bptc.ctex", "res://.godot/imported/cement_lossy.webp-8ec670e9f910145022115abfcf96325b.astc.ctex"]

[params]

compress/mode=2
compress/high_quality=true
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0
Binary file not shown.
36 changes: 36 additions & 0 deletions 3d/truck_town/town/model/textures/grass_lossy.webp.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://csxl8xxs3vcm4"
path.bptc="res://.godot/imported/grass_lossy.webp-8d729bb1beb4fa54f09f92965c817f82.bptc.ctex"
path.astc="res://.godot/imported/grass_lossy.webp-8d729bb1beb4fa54f09f92965c817f82.astc.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}

[deps]

source_file="res://town/model/textures/grass_lossy.webp"
dest_files=["res://.godot/imported/grass_lossy.webp-8d729bb1beb4fa54f09f92965c817f82.bptc.ctex", "res://.godot/imported/grass_lossy.webp-8d729bb1beb4fa54f09f92965c817f82.astc.ctex"]

[params]

compress/mode=2
compress/high_quality=true
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0
Loading