Files
filament/docs_src/src_markdeep
Mathias Agopian b92af357f7 add a material option to use linear fog calculations (#9030)
The new `linearFog` material property, when set to `true` enables a
simplified fog calculation. The fog equation becomes linear which is
unrealistic, but more efficient to compute. In some situations with
a shallow fog range, it doesn't make a huge difference visually.

In this mode, height falloff and in-scattering are ignored.

The linear equation slope is calculated from the regular parameters to
match the slope of the real equation at a camera height. If 
`heightFalloff` is disabled, set to 0, the `density` parameter 
exactly corresponds to the slope of the equation in [1/m] units.
2025-08-07 01:33:36 -07:00
..

Markdeep documents

Markdeep documents require special processing before they can be compiled into the group. The "original" are stored in this folder. The processing part takes place in docs_src/build/run.py.

Editing

While editing the file, you might consider doing the following

  • python3 -m http.server 8001
  • visit http://localhost:8001/Filament.md.html in the browser to view the result