Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Technical: Enhanced Lights

knot126 edited this page Dec 18, 2023 · 7 revisions

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

[MBAL] Additional tags for boxes

Property Example Description
mb-glow mb-glow="100" Power of the light, in percent relative to the most powerful possible light

[ALX] New entity type: alx-light

This is part of the Advanced Lights X.

The light entity is meant to represent a light.

Example:

<alx-light pos="2 10 -6" rot="0 0 1.57" type="point" power="5.0" color="0.4 0.7 0.1"/>
Property Example Description
pos pos="2 10 -6" Position of the light in the scene
rot rot="0 0 1.57" Rotation of the light in radians
type type="point" The type or shape of light, like point, line, plane or sphere.
power power="1" Amount of power the light has (how bright)
color color="0.6 0.8 1" Colouring of the light