mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-03-12 04:13:25 +00:00
5 lines
222 B
Text
5 lines
222 B
Text
// Light probes provide ZDRay points of light to sample lighting data from.
|
|
// Will despawn from the world as they serve no purpose at runtime.
|
|
// Currently used to light Actor sprites.
|
|
|
|
class LightProbe : Actor native {}
|