Uses of Class
crystalspace.jbind.impl.video.graph3d.csFog

Packages that use csFog
crystalspace.jbind.impl.engine.sector   
crystalspace.jbind.impl.video.graph3d   
crystalspace.jbind.interfaces.iengine.sector   
crystalspace.jbind.interfaces.ivideo.graph3d   
 

Uses of csFog in crystalspace.jbind.impl.engine.sector
 

Methods in crystalspace.jbind.impl.engine.sector that return csFog
 csFog csSector.getFog()
           
 

Uses of csFog in crystalspace.jbind.impl.video.graph3d
 

Methods in crystalspace.jbind.impl.video.graph3d with parameters of type csFog
 void csGraphics3D.openFogObject(int id, csFog fog)
           
 

Uses of csFog in crystalspace.jbind.interfaces.iengine.sector
 

Methods in crystalspace.jbind.interfaces.iengine.sector that return csFog
 csFog iSector.getFog()
          Return the fog structure (even if fog is disabled);.
 

Uses of csFog in crystalspace.jbind.interfaces.ivideo.graph3d
 

Methods in crystalspace.jbind.interfaces.ivideo.graph3d with parameters of type csFog
 void iGraphics3D.openFogObject(int id, csFog fog)
          Initiate a volumetric fog object.