From 011a78a04a9c18e5b0d0f681f87462fac690e5e6 Mon Sep 17 00:00:00 2001 From: Alexsandro Percy Date: Wed, 27 Jul 2022 19:26:31 -0300 Subject: [PATCH] re-adding the backface culling --- automobiles_buggy/buggy_entities.lua | 2 +- automobiles_coupe/coupe_entities.lua | 2 +- automobiles_roadster/roadster_entities.lua | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/automobiles_buggy/buggy_entities.lua b/automobiles_buggy/buggy_entities.lua index d32af49..165fd31 100755 --- a/automobiles_buggy/buggy_entities.lua +++ b/automobiles_buggy/buggy_entities.lua @@ -243,7 +243,7 @@ minetest.register_entity("automobiles_buggy:buggy", { visual = "mesh", mesh = "automobiles_buggy_body.b3d", --use_texture_alpha = true, - backface_culling = false, + --backface_culling = false, textures = { "automobiles_black.png", --bancos "automobiles_painting.png", --carroceria diff --git a/automobiles_coupe/coupe_entities.lua b/automobiles_coupe/coupe_entities.lua index 37927a6..96d19c2 100755 --- a/automobiles_coupe/coupe_entities.lua +++ b/automobiles_coupe/coupe_entities.lua @@ -242,7 +242,7 @@ minetest.register_entity("automobiles_coupe:coupe", { visual = "mesh", mesh = "automobiles_coupe_body.b3d", --use_texture_alpha = true, - backface_culling = false, + --backface_culling = false, textures = { "automobiles_black.png", --bancos "automobiles_painting.png", --carroceria diff --git a/automobiles_roadster/roadster_entities.lua b/automobiles_roadster/roadster_entities.lua index 91bd0ba..36cd1bd 100755 --- a/automobiles_roadster/roadster_entities.lua +++ b/automobiles_roadster/roadster_entities.lua @@ -219,7 +219,7 @@ minetest.register_entity("automobiles_roadster:roadster", { visual = "mesh", mesh = "automobiles_roadster.b3d", --use_texture_alpha = true, - backface_culling = false, + --backface_culling = false, textures = { "automobiles_metal2.png", --parabrisa movel "automobiles_glass.png", --vidro do parabrisa movel