Skip to content

Commit

Permalink
disable culling on interior lamps
Browse files Browse the repository at this point in the history
  • Loading branch information
MattJeanes committed Dec 3, 2024
1 parent 2c34465 commit 6766638
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ if CLIENT then
pl:SetFarZ(lmp.distance)
pl:SetEnableShadows(lmp.shadows)
pl:SetShadowFilter(lmp.shadowfilter)
pl:SetNoCull(true)
pl:Update()
return pl
end
Expand Down

0 comments on commit 6766638

Please sign in to comment.