From 8b6d523983347f6d2b603304035efb3504016a29 Mon Sep 17 00:00:00 2001 From: Stuart Buchanan Date: Wed, 19 Feb 2020 20:21:33 +0000 Subject: [PATCH] Fix directional lights for AMD Some AMD drivers do not like triangles for point sprites, which breaks directional lights. This works around this by allowing users to set /rendering/triangle-directional-lights=false which falls back to the non-directional implementation of a point. --- defaults.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/defaults.xml b/defaults.xml index 3223b4dcc..2891dd20b 100644 --- a/defaults.xml +++ b/defaults.xml @@ -190,6 +190,7 @@ Started September 2000 by David Megginson, david@megginson.com 1.0 false true + true false false true