branchsbox/oog-volumetric-fogcancel

7 Commits over 0 Days - ∞cph!

8 Months Ago
Make these entities internal, no need for public use in legacy entity system Make sure entities have default values in Hammer Remove IsMaster from volumetric fog controller entity, it doesn't do anything VolumetricFogVolume use BoundsHelper
8 Months Ago
Helper for baking fog Make baked fog work again Work out global bounds in the CVolumetricFog so we don't have to worry about it anywhere else
8 Months Ago
Remove the bullshit from VolumetricFog, setting bounds make no sense (and does nothing) when they're exclusively made from volume bounds
8 Months Ago
SceneMapLoader loads light_rect
8 Months Ago
Clean up SceneFogVolume, document and add strength/falloff Expose SceneCamera.VolumetricFog SceneMapLoader loads SceneFogVolumes
8 Months Ago
Make fog volumes part of the scenesystem, change our API to a SceneFogVolume class belonging to SceneWorlds
8 Months Ago
Delete volumetric fog gamesystem, game entities and fgd entries C# entity definitions for volumetric fog controller & volumes Everything got to be networked in this shit way First pass getting all of volumetric fog creation in C#