-
-
Notifications
You must be signed in to change notification settings - Fork 2
Feature: Lights
Aviril edited this page Nov 29, 2024
·
9 revisions
Assetify offers virtual lightning powered by custom rendering pipeline to give better visuals in contrast to default lights. All provided light types supports occlusion culling & are integrated w/ Assetify streamer to boost performance in contrast to other 3rd party lightning shaders existing in the community.
Add the below code once in either of the shared .lua
script of the resource you want to use within:
--Declare it globally only once
loadstring(exports.assetify_library:import("lights"))()