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

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

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

Methods in crystalspace.jbind.impl.engine.rview with parameters of type G3DPolygonMesh
 void csRenderView.calculateFogMesh(csTransform tr_o2c, G3DPolygonMesh mesh)
           
 

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

Methods in crystalspace.jbind.impl.video.graph3d with parameters of type G3DPolygonMesh
 void csGraphics3D.drawPolygonMesh(G3DPolygonMesh mesh)
           
 

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

Methods in crystalspace.jbind.interfaces.iengine.rview with parameters of type G3DPolygonMesh
 void iRenderView.calculateFogMesh(csTransform tr_o2c, G3DPolygonMesh mesh)
           
 

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

Methods in crystalspace.jbind.interfaces.ivideo.graph3d with parameters of type G3DPolygonMesh
 void iGraphics3D.drawPolygonMesh(G3DPolygonMesh mesh)
          Draw a triangle mesh using features similar to DrawPolygon.