backface culling fix

This commit is contained in:
2024-01-26 16:46:53 +01:00
parent e0b0190121
commit 6c30e59eaa
5 changed files with 6 additions and 7 deletions

View File

@@ -82,7 +82,7 @@ vn 0.0002 -0.0001 -1.0000
vn -0.0013 0.0002 1.0000 vn -0.0013 0.0002 1.0000
vn 0.0002 -0.0007 -1.0000 vn 0.0002 -0.0007 -1.0000
vn -1.0000 -0.0000 -0.0002 vn -1.0000 -0.0000 -0.0002
vn -0.0000 -0.0000 -1.0000 vn -0.0000 -0.0000 1.0000
vn 0.0003 -0.0004 -1.0000 vn 0.0003 -0.0004 -1.0000
vn -0.0000 -0.0006 -1.0000 vn -0.0000 -0.0006 -1.0000
vn 0.0002 -0.0002 -1.0000 vn 0.0002 -0.0002 -1.0000
@@ -123,9 +123,9 @@ vt 0.128569 0.355469
vt 0.000007 0.355491 vt 0.000007 0.355491
vt 0.000003 0.546058 vt 0.000003 0.546058
vt 0.209643 0.354759 vt 0.209643 0.354759
vt 0.238557 0.645246
vt 0.238557 0.354754
vt 0.239127 0.354761 vt 0.239127 0.354761
vt 0.238557 0.354754
vt 0.238557 0.645246
vt 0.609835 0.355469 vt 0.609835 0.355469
vt 0.609843 0.546036 vt 0.609843 0.546036
vt 0.419628 0.545987 vt 0.419628 0.545987
@@ -152,7 +152,7 @@ f 49/35/10 48/36/10 32/37/10 25/38/10
f 30/39/11 22/24/11 21/23/11 33/40/11 29/41/11 f 30/39/11 22/24/11 21/23/11 33/40/11 29/41/11
f 50/42/12 51/29/12 34/32/12 40/43/12 f 50/42/12 51/29/12 34/32/12 40/43/12
f 42/44/13 31/45/13 46/46/13 41/47/13 f 42/44/13 31/45/13 46/46/13 41/47/13
f 35/48/14 27/30/14 28/31/14 37/49/14 36/50/14 39/51/14 f 35/48/14 39/49/14 36/50/14 37/51/14 28/31/14 27/30/14
f 31/52/10 42/53/10 32/37/10 48/36/10 f 31/52/10 42/53/10 32/37/10 48/36/10
f 42/53/15 43/54/15 40/43/15 32/37/15 f 42/53/15 43/54/15 40/43/15 32/37/15
f 43/54/16 38/55/16 50/42/16 40/43/16 f 43/54/16 38/55/16 50/42/16 40/43/16

View File

@@ -55,13 +55,12 @@ size = Vector2i(1980, 1080)
render_target_update_mode = 4 render_target_update_mode = 4
[node name="LVL1" parent="SubViewportContainer/SubViewport" instance=ExtResource("2_pnids")] [node name="LVL1" parent="SubViewportContainer/SubViewport" instance=ExtResource("2_pnids")]
process_mode = 3
[node name="Player" parent="SubViewportContainer/SubViewport/LVL1" index="2"] [node name="Player" parent="SubViewportContainer/SubViewport/LVL1" index="2"]
visible = false visible = false
[node name="AudioListener3D" parent="SubViewportContainer/SubViewport/LVL1/Player/Camera3D" index="3"] [node name="Camera3D" parent="SubViewportContainer/SubViewport/LVL1/Player" index="1"]
current = true current = false
[node name="GravityGunLayer" parent="SubViewportContainer/SubViewport/LVL1/Player" index="2"] [node name="GravityGunLayer" parent="SubViewportContainer/SubViewport/LVL1/Player" index="2"]
visible = false visible = false

Binary file not shown.

Binary file not shown.