HPL3/Level Design/Fog Areas

From Frictional Wiki
< HPL3
Revision as of 11:56, 30 July 2026 by TiMan (talk | contribs) (Created page with "= FogAreas = FogAreas are bounding boxes that apply a fog effect inside their limits == General Parameters == * '''Name''': Name of the FogArea * '''Position''': 3D Vector s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

FogAreas

FogAreas are bounding boxes that apply a fog effect inside their limits

General Parameters

  • Name: Name of the FogArea
  • Position: 3D Vector storing the position in the world of the FogArea center.
  • Rotation: 3D Vector storing the rotation of the FogArea box.
  • Size: 3D Vector storing the size of the FogArea box.

Specific Parameters

  • Color: color of the fog.
  • Start:
  • End:
  • FalloffExp:
  • Show backside when inside: if set, the fog effect will not affect what lies beyond the area when seen from inside it.
  • Show backside when outside: if set, the fog effect will not affect what lies beyond the area when seen from outside it.

FogArea EditMode

FogAreas are bounding boxes that apply a fog effect inside their limits.


The creation window consists only of an input to select the fog color the area will be created with.


To create an area, just click anywhere on the grid, and a 1x1x1 FogArea should appear.


More on FogAreas here.