All Projects → Flavelius → SimpleFogOfWar

Flavelius / SimpleFogOfWar

Licence: MIT License
Unity3D - Easy to use Fog Of War

Programming Languages

C#
18002 projects
GLSL
2045 projects

Projects that are alternatives of or similar to SimpleFogOfWar

FogTorchPI
A probabilistic prototype for deployment of Fog applications.
Stars: ✭ 19 (-13.64%)
Mutual labels:  fog
gunning-fog
Formula to detect the ease of reading a text according to the Gunning fog index (1952)
Stars: ✭ 16 (-27.27%)
Mutual labels:  fog
Fog
Pharo Ethereum Driver
Stars: ✭ 19 (-13.64%)
Mutual labels:  fog
VaFogOfWar
A clear and simple solution of Fog of War for Unreal Engine 4
Stars: ✭ 136 (+518.18%)
Mutual labels:  fog
LiDAR fog sim
LiDAR fog simulation
Stars: ✭ 101 (+359.09%)
Mutual labels:  fog
rain-rendering
Rain Rendering for Evaluating and Improving Robustness to Bad Weather (Tremblay et al., 2020) (S. S. Halder et al., 2019)
Stars: ✭ 80 (+263.64%)
Mutual labels:  fog
FoggySynscapes
Semantic Understanding of Foggy Scenes with Purely Synthetic Data
Stars: ✭ 37 (+68.18%)
Mutual labels:  fog
GPU-Fog-Particles
Textureless fog particles using a highly customizable shader to attenuate noise values.
Stars: ✭ 303 (+1277.27%)
Mutual labels:  fog
s3 uploader
Multithreaded recursive directory upload to S3 using FOG
Stars: ✭ 36 (+63.64%)
Mutual labels:  fog

Simple Fog Of War

About

A Unity Extension for terrain occlusion through entity revealed global fog. Supports permanent revealing and an option to save and load its state (alpha).

How to use

It's pretty simple: Drop the FogOfWarInfluence Component onto entities that should reveal fog and configure their radius.
FogOfWarSystem is the main Component, where the basic settings can be configured. Size determines the area of fog (see editor gizmo as an indicator).

Notes

There are two modes of rendering: DirectSeeThrough and Projector. DirectSeeThrough is a little trick to save performance, Projector is the little less performant, but more accurate option. Just play with them to see their visual difference. Details for the rest of the settings can be found in their tooltips.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].