Technical: Enhanced Lights - Smashing-Tech/Smash-Hit-Blender-Tools GitHub Wiki
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 |
light
New entity type: 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 . |