class csFogInfo Information for vertex based fog
| | fog The structure describing the fog. |
| | has_incoming_plane If this is false then there is no incoming plane (the current sector has fog). |
| | incoming_plane The incoming plane (plane of the portal). |
| | next Next in list (back in recursion time). |
| | outgoing_plane The outgoing plane (also of a portal). |
Information for vertex based fog. There is an instance of this structure in the csRenderView struct for every fogged sector that we encounter. It contains information which allows us to calculate the thickness of the fog for any given ray through the incoming and outgoing portals of the sector.
csPlane incoming_plane
csPlane outgoing_plane
bool has_incoming_plane
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de