generated from krampus/template-godot4
Brick texture
This commit is contained in:
parent
902888be87
commit
442c8ef7aa
Binary file not shown.
BIN
asset_dev/balls/brick/brick.blend (Stored with Git LFS)
BIN
asset_dev/balls/brick/brick.blend (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,34 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="CompressedTexture2D"
|
||||||
|
uid="uid://b1o4dw8h1so8n"
|
||||||
|
path="res://.godot/imported/Brick.png-ecdad7b691fb1291299242fa231af602.ctex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://assets/models/balls/brick/Brick.png"
|
||||||
|
dest_files=["res://.godot/imported/Brick.png-ecdad7b691fb1291299242fa231af602.ctex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
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
|
Binary file not shown.
|
@ -20,15 +20,13 @@
|
||||||
],
|
],
|
||||||
"materials":[
|
"materials":[
|
||||||
{
|
{
|
||||||
|
"alphaMode":"BLEND",
|
||||||
"doubleSided":true,
|
"doubleSided":true,
|
||||||
"name":"Brick",
|
"name":"Brick",
|
||||||
"pbrMetallicRoughness":{
|
"pbrMetallicRoughness":{
|
||||||
"baseColorFactor":[
|
"baseColorTexture":{
|
||||||
0.6121358871459961,
|
"index":0
|
||||||
0.21650230884552002,
|
},
|
||||||
0.09049086272716522,
|
|
||||||
1
|
|
||||||
],
|
|
||||||
"metallicFactor":0
|
"metallicFactor":0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -49,6 +47,19 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"textures":[
|
||||||
|
{
|
||||||
|
"sampler":0,
|
||||||
|
"source":0
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"images":[
|
||||||
|
{
|
||||||
|
"mimeType":"image/png",
|
||||||
|
"name":"Brick",
|
||||||
|
"uri":"Brick.png"
|
||||||
|
}
|
||||||
|
],
|
||||||
"accessors":[
|
"accessors":[
|
||||||
{
|
{
|
||||||
"bufferView":0,
|
"bufferView":0,
|
||||||
|
@ -111,6 +122,12 @@
|
||||||
"target":34963
|
"target":34963
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"samplers":[
|
||||||
|
{
|
||||||
|
"magFilter":9728,
|
||||||
|
"minFilter":9984
|
||||||
|
}
|
||||||
|
],
|
||||||
"buffers":[
|
"buffers":[
|
||||||
{
|
{
|
||||||
"byteLength":840,
|
"byteLength":840,
|
||||||
|
|
Loading…
Reference in New Issue