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

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

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

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

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

Methods in crystalspace.jbind.impl.video.graph3d with parameters of type G3DPolygonDP
 void csGraphics3D.drawPolygon(G3DPolygonDP poly)
           
 void csGraphics3D.drawPolygonDebug(G3DPolygonDP poly)
           
 

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

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

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

Methods in crystalspace.jbind.interfaces.ivideo.graph3d with parameters of type G3DPolygonDP
 void iGraphics3D.drawPolygon(G3DPolygonDP poly)
          Draw the projected polygon with light and texture.
 void iGraphics3D.drawPolygonDebug(G3DPolygonDP poly)
          Draw the projected polygon with light and texture.