From ef18512dc56ffa890af66088f943c63127b0c588 Mon Sep 17 00:00:00 2001 From: blujai831 Date: Sun, 30 Mar 2025 16:22:25 -0700 Subject: [PATCH] Switch back to compatibility renderer --- project.godot | 5 +++++ test/blender_test_map.tscn | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/project.godot b/project.godot index 9957172..97ad116 100644 --- a/project.godot +++ b/project.godot @@ -184,3 +184,8 @@ pause={ "events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":6,"pressure":0.0,"pressed":true,"script":null) ] } + +[rendering] + +renderer/rendering_method="gl_compatibility" +renderer/rendering_method.mobile="gl_compatibility" diff --git a/test/blender_test_map.tscn b/test/blender_test_map.tscn index da8c3b5..30adfdc 100644 --- a/test/blender_test_map.tscn +++ b/test/blender_test_map.tscn @@ -4,7 +4,7 @@ [ext_resource type="Texture2D" uid="uid://dnhbrrbtx13vi" path="res://vfx/textures/skybox2.png" id="2_sj3fr"] [ext_resource type="PackedScene" uid="uid://cp3qagrsuarl5" path="res://test/blender_test_map.blend" id="2_vhybo"] [ext_resource type="PackedScene" uid="uid://gis0gxap8i8t" path="res://test/test_stick.tscn" id="3_sj3fr"] -[ext_resource type="Material" uid="uid://m4x75hyx6hih" path="res://maps/textures/brick1.tres" id="3_vhybo"] +[ext_resource type="Material" uid="uid://cdfukdmfwe6ub" path="res://maps/textures/crystal2.tres" id="4_p5rwy"] [ext_resource type="PackedScene" uid="uid://b7mqd4ps8e3uj" path="res://props/springboard.tscn" id="8_p5rwy"] [ext_resource type="Script" uid="uid://16os114krms3" path="res://characters/controllers/player_character_controller.gd" id="9_j70wf"] [ext_resource type="Script" uid="uid://dotkfe7cs5010" path="res://test/pick_up_item.gd" id="10_ld4ib"] @@ -48,7 +48,7 @@ transform = Transform3D(1, 0, 0, 0, 0.5, 0.866025, 0, -0.866025, 0.5, 0, 100, 0) [node name="blender_test_map" parent="StaticBody3D" instance=ExtResource("2_vhybo")] [node name="Plane" parent="StaticBody3D/blender_test_map" index="0"] -surface_material_override/0 = ExtResource("3_vhybo") +surface_material_override/0 = ExtResource("4_p5rwy") [node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"] shape = SubResource("ConcavePolygonShape3D_jy2qr")