Uses of Interface
crystalspace.jbind.interfaces.iengine.rview.iRenderView

Packages that use iRenderView
crystalspace.jbind.impl.engine.mesh   
crystalspace.jbind.impl.engine.portalcontainer   
crystalspace.jbind.impl.engine.rview   
crystalspace.jbind.impl.engine.sector   
crystalspace.jbind.impl.engine.viscul   
crystalspace.jbind.impl.mesh.object   
crystalspace.jbind.interfaces.iengine.mesh   
crystalspace.jbind.interfaces.iengine.portalcontainer   
crystalspace.jbind.interfaces.iengine.sector   
crystalspace.jbind.interfaces.iengine.viscul   
crystalspace.jbind.interfaces.imesh.object   
 

Uses of iRenderView in crystalspace.jbind.impl.engine.mesh
 

Methods in crystalspace.jbind.impl.engine.mesh with parameters of type iRenderView
 void csMeshWrapper.draw(iRenderView rview)
           
 void csMeshWrapper.drawLight(iRenderView rview, iLight light)
           
 void csMeshWrapper.drawShadow(iRenderView rview, iLight light)
           
 boolean csMeshDrawCallback.beforeDrawing(iMeshWrapper spr, iRenderView rview)
           
 

Uses of iRenderView in crystalspace.jbind.impl.engine.portalcontainer
 

Methods in crystalspace.jbind.impl.engine.portalcontainer with parameters of type iRenderView
 void csPortalContainer.draw(iRenderView rview)
           
 

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

Classes in crystalspace.jbind.impl.engine.rview that implement iRenderView
 class csRenderView
           
 

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

Methods in crystalspace.jbind.impl.engine.sector with parameters of type iRenderView
 void csSector.draw(iRenderView rview)
           
 csRenderMeshList csSector.getVisibleMeshes(iRenderView rview)
           
 void csSector.prepareDraw(iRenderView rview)
           
 

Uses of iRenderView in crystalspace.jbind.impl.engine.viscul
 

Methods in crystalspace.jbind.impl.engine.viscul with parameters of type iRenderView
 boolean csVisibilityCuller.visTest(iRenderView irview, iVisibilityCullerListener viscallback)
           
 

Uses of iRenderView in crystalspace.jbind.impl.mesh.object
 

Methods in crystalspace.jbind.impl.mesh.object with parameters of type iRenderView
 boolean csMeshObject.draw(iRenderView rview, iMovable movable, int zbufMode)
           
 boolean csMeshObject.drawTest(iRenderView rview, iMovable movable)
           
 boolean csMeshObjectDrawCallback.beforeDrawing(iMeshObject spr, iRenderView rview)
           
 

Uses of iRenderView in crystalspace.jbind.interfaces.iengine.mesh
 

Methods in crystalspace.jbind.interfaces.iengine.mesh with parameters of type iRenderView
 void iMeshWrapper.draw(iRenderView rview)
          Draw this mesh.
 void iMeshWrapper.drawShadow(iRenderView rview, iLight light)
          Draws the shadow buffer pass.
 void iMeshWrapper.drawLight(iRenderView rview, iLight light)
          Draws the diffuse light mesh object.
 boolean iMeshDrawCallback.beforeDrawing(iMeshWrapper spr, iRenderView rview)
          beforeDrawing.
 

Uses of iRenderView in crystalspace.jbind.interfaces.iengine.portalcontainer
 

Methods in crystalspace.jbind.interfaces.iengine.portalcontainer with parameters of type iRenderView
 void iPortalContainer.draw(iRenderView rview)
          Render the portal container.
 

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

Methods in crystalspace.jbind.interfaces.iengine.sector with parameters of type iRenderView
 void iSector.draw(iRenderView rview)
          Draw the sector with the given render view.
 csRenderMeshList iSector.getVisibleMeshes(iRenderView rview)
          Get a set of visible meshes for given camera.
 void iSector.prepareDraw(iRenderView rview)
          Prepare the sector to draw.
 

Uses of iRenderView in crystalspace.jbind.interfaces.iengine.viscul
 

Methods in crystalspace.jbind.interfaces.iengine.viscul with parameters of type iRenderView
 boolean iVisibilityCuller.visTest(iRenderView irview, iVisibilityCullerListener viscallback)
          Do the visibility test from a given viewpoint.
 

Uses of iRenderView in crystalspace.jbind.interfaces.imesh.object
 

Methods in crystalspace.jbind.interfaces.imesh.object with parameters of type iRenderView
 boolean iMeshObject.draw(iRenderView rview, iMovable movable, int zbufMode)
          Draw this mesh object.
 boolean iMeshObject.drawTest(iRenderView rview, iMovable movable)
          First part of Draw.
 boolean iMeshObjectDrawCallback.beforeDrawing(iMeshObject spr, iRenderView rview)
          Before drawing.