mirror of
https://github.com/APercy/automobiles_pck
synced 2025-08-29 08:06:24 +02:00
re-adding the backface culling
This commit is contained in:
parent
d48ab01c21
commit
011a78a04a
@ -243,7 +243,7 @@ minetest.register_entity("automobiles_buggy:buggy", {
|
|||||||
visual = "mesh",
|
visual = "mesh",
|
||||||
mesh = "automobiles_buggy_body.b3d",
|
mesh = "automobiles_buggy_body.b3d",
|
||||||
--use_texture_alpha = true,
|
--use_texture_alpha = true,
|
||||||
backface_culling = false,
|
--backface_culling = false,
|
||||||
textures = {
|
textures = {
|
||||||
"automobiles_black.png", --bancos
|
"automobiles_black.png", --bancos
|
||||||
"automobiles_painting.png", --carroceria
|
"automobiles_painting.png", --carroceria
|
||||||
|
@ -242,7 +242,7 @@ minetest.register_entity("automobiles_coupe:coupe", {
|
|||||||
visual = "mesh",
|
visual = "mesh",
|
||||||
mesh = "automobiles_coupe_body.b3d",
|
mesh = "automobiles_coupe_body.b3d",
|
||||||
--use_texture_alpha = true,
|
--use_texture_alpha = true,
|
||||||
backface_culling = false,
|
--backface_culling = false,
|
||||||
textures = {
|
textures = {
|
||||||
"automobiles_black.png", --bancos
|
"automobiles_black.png", --bancos
|
||||||
"automobiles_painting.png", --carroceria
|
"automobiles_painting.png", --carroceria
|
||||||
|
@ -219,7 +219,7 @@ minetest.register_entity("automobiles_roadster:roadster", {
|
|||||||
visual = "mesh",
|
visual = "mesh",
|
||||||
mesh = "automobiles_roadster.b3d",
|
mesh = "automobiles_roadster.b3d",
|
||||||
--use_texture_alpha = true,
|
--use_texture_alpha = true,
|
||||||
backface_culling = false,
|
--backface_culling = false,
|
||||||
textures = {
|
textures = {
|
||||||
"automobiles_metal2.png", --parabrisa movel
|
"automobiles_metal2.png", --parabrisa movel
|
||||||
"automobiles_glass.png", --vidro do parabrisa movel
|
"automobiles_glass.png", --vidro do parabrisa movel
|
||||||
|
Loading…
Reference in New Issue
Block a user