Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Technical: Enhanced Lights

knot126 edited this page Oct 15, 2022 · 4 revisions

Enhanced Lights are a proposed fan-made extension to the standard segment format that allows for extra lighting effects in meshes.

Additional tags for boxes

Property Example Description
glow glow="100" Power of the light, in percent relative to the most powerful possible light
glowStyle glowStyle="fracturedSphere" The type of shape used to cast the light

New entity type: light

The light entity is meant to represent a light.

Example: <light pos="2 10 -6" type="point"/>

Property Example Description
pos pos="2 10 -6" Position of the light in the scene
type type="point" The type or shape of light, like point, line, plane or sphere.