-
Notifications
You must be signed in to change notification settings - Fork 5
Component Decal
Berke edited this page Jun 23, 2026
·
1 revision
The Decal component allows placement of textures on walls with precise positional and geometric control.
decal.wallIndexIndex of the wall the decal is attached to.
numberdecal.verticalPosVertical placement offset on the wall.
numberdecal.horizontalPosHorizontal placement offset on the wall.
numberdecal.wallNormalOffsetOffset along the wall normal direction.
numberdecal.wallTInterpolation value along the wall segment (0–1 range).
numberdecal.baseHeightBase height of the decal in world space.
numberdecal.absHeightAbsolute computed height of the decal.
numberlocal decal = entity.decal
decal.wallIndex = 5
decal.wallT = 0.5
decal.verticalPos = 1.2