Skip to content

Feature: Lights

Aviril edited this page Nov 29, 2024 · 9 revisions

» What's the Objective?

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.

» How to Import?

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"))()

» Lights