mirror of
https://github.com/open-goal/jak-project
synced 2026-06-01 09:48:00 -04:00
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:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user