jak3: make actor LOD setting affect lightning quality in elec gates (#4292)

Carrying this over from Jak 2, where it significantly improved the elec
gates' look at a distance.
This commit is contained in:
Alex
2026-05-31 16:55:46 +02:00
committed by GitHub
parent 3422e0525f
commit 89da645162
+3
View File
@@ -446,6 +446,9 @@
(-> self params min-dist)
)
)
;; og:preserve-this changed for PC port so lightning can always render from farther than 2 inches away...
(#when PC_PORT
(if (not (-> *pc-settings* ps2-lod-dist?)) (set! (-> self lightning-quality) 1.0)))
)
)
(let ((gp-1 (+ (the int (* 5.0 (-> self lightning-quality))) 1)))