crystalspace.jbind.interfaces.iengine.fview
Interface iFrustumViewObjectFunc

All Superinterfaces:
iJPointer
All Known Implementing Classes:
csFrustumViewObjectFunc

public interface iFrustumViewObjectFunc
extends iJPointer

Author:
Quentin Anciaux

Method Summary
 void func(iMeshWrapper mesh, iFrustumView lview, boolean vis)
          Function that will be called for every visited object (during CastShadows() procedure from the visibility culler).
 

Method Detail

func

public void func(iMeshWrapper mesh,
                 iFrustumView lview,
                 boolean vis)
Function that will be called for every visited object (during CastShadows() procedure from the visibility culler).

Parameters:
mesh -
lview -
vis -