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

Packages that use G3DPolygonDPFX
crystalspace.jbind.impl.engine.rview   
crystalspace.jbind.impl.video.graph3d   
crystalspace.jbind.interfaces.iengine.rview   
crystalspace.jbind.interfaces.ivideo.graph3d   
 

Uses of G3DPolygonDPFX in crystalspace.jbind.impl.engine.rview
 

Methods in crystalspace.jbind.impl.engine.rview with parameters of type G3DPolygonDPFX
 void csRenderView.calculateFogPolygon(G3DPolygonDPFX poly)
           
 

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

Methods in crystalspace.jbind.impl.video.graph3d with parameters of type G3DPolygonDPFX
 void csGraphics3D.drawPolygonFX(G3DPolygonDPFX poly)
           
 

Uses of G3DPolygonDPFX in crystalspace.jbind.interfaces.iengine.rview
 

Methods in crystalspace.jbind.interfaces.iengine.rview with parameters of type G3DPolygonDPFX
 void iRenderView.calculateFogPolygon(G3DPolygonDPFX poly)
           
 

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

Methods in crystalspace.jbind.interfaces.ivideo.graph3d with parameters of type G3DPolygonDPFX
 void iGraphics3D.drawPolygonFX(G3DPolygonDPFX poly)
          Draw a polygon with special effects.