Uses of Class
crystalspace.jbind.impl.mesh.thing.polygon.csPolyTextureMapping

Packages that use csPolyTextureMapping
crystalspace.jbind.impl.video.vbufmgr   
crystalspace.jbind.interfaces.ivideo.vbufmgr   
 

Uses of csPolyTextureMapping in crystalspace.jbind.impl.video.vbufmgr
 

Methods in crystalspace.jbind.impl.video.vbufmgr with parameters of type csPolyTextureMapping
 void csPolygonBuffer.addPolygon(int[] verts, csPolyTextureMapping texmap, csPlane3 poly_normal, int mat_index, iRendererLightmap lm)
           
 

Uses of csPolyTextureMapping in crystalspace.jbind.interfaces.ivideo.vbufmgr
 

Methods in crystalspace.jbind.interfaces.ivideo.vbufmgr with parameters of type csPolyTextureMapping
 void iPolygonBuffer.addPolygon(int[] verts, csPolyTextureMapping texmap, csPlane3 poly_normal, int mat_index, iRendererLightmap lm)
          Add a polygon to this buffer.