feat: added car materials

This commit is contained in:
Sara 2024-05-17 16:07:27 +02:00
parent 3ec14aef92
commit 6c3384fd51
10 changed files with 101 additions and 6 deletions

Binary file not shown.

View file

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://day3e7gbk6w7r"
path.s3tc="res://.godot/imported/PolygonStreetRacer_Veh_Tex_Pearl_05_Green.png-75831331dbcbccaddea289960d1435f5.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://Models/CarParts/PolygonStreetRacer_Veh_Tex_Pearl_05_Green.png"
dest_files=["res://.godot/imported/PolygonStreetRacer_Veh_Tex_Pearl_05_Green.png-75831331dbcbccaddea289960d1435f5.s3tc.ctex"]
[params]
compress/mode=2
compress/high_quality=false
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

View file

@ -29,6 +29,17 @@ animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
import_script/path=""
_subresources={}
_subresources={
"materials": {
"GlassSHD": {
"use_external/enabled": true,
"use_external/path": "res://Models/CarParts/glass.tres"
},
"StreetRacerSHD": {
"use_external/enabled": true,
"use_external/path": "res://Models/CarParts/car_material.tres"
}
}
}
gltf/naming_version=1
gltf/embedded_image_handling=1

View file

@ -29,6 +29,13 @@ animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
import_script/path=""
_subresources={}
_subresources={
"materials": {
"StreetRacerSHD": {
"use_external/enabled": true,
"use_external/path": "res://Models/CarParts/car_material.tres"
}
}
}
gltf/naming_version=1
gltf/embedded_image_handling=1

View file

@ -29,6 +29,13 @@ animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
import_script/path=""
_subresources={}
_subresources={
"materials": {
"StreetRacerSHD": {
"use_external/enabled": true,
"use_external/path": "res://Models/CarParts/car_material.tres"
}
}
}
gltf/naming_version=1
gltf/embedded_image_handling=1

View file

@ -29,6 +29,13 @@ animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
import_script/path=""
_subresources={}
_subresources={
"materials": {
"StreetRacerSHD": {
"use_external/enabled": true,
"use_external/path": "res://Models/CarParts/car_material.tres"
}
}
}
gltf/naming_version=1
gltf/embedded_image_handling=1

View file

@ -29,6 +29,13 @@ animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
import_script/path=""
_subresources={}
_subresources={
"materials": {
"StreetRacerSHD": {
"use_external/enabled": true,
"use_external/path": "res://Models/CarParts/car_material.tres"
}
}
}
gltf/naming_version=1
gltf/embedded_image_handling=1

View file

@ -29,6 +29,13 @@ animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
import_script/path=""
_subresources={}
_subresources={
"materials": {
"StreetRacerSHD": {
"use_external/enabled": true,
"use_external/path": "res://Models/CarParts/car_material.tres"
}
}
}
gltf/naming_version=1
gltf/embedded_image_handling=1

View file

@ -0,0 +1,6 @@
[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://b530kiinqf42f"]
[ext_resource type="Texture2D" uid="uid://day3e7gbk6w7r" path="res://Models/CarParts/PolygonStreetRacer_Veh_Tex_Pearl_05_Green.png" id="1_clyp5"]
[resource]
albedo_texture = ExtResource("1_clyp5")

View file

@ -0,0 +1,5 @@
[gd_resource type="StandardMaterial3D" format=3 uid="uid://d1lftaetgi5hx"]
[resource]
transparency = 1
albedo_color = Color(1, 1, 1, 0.0862745)