|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use csFrustumContext | |
crystalspace.jbind.impl.engine.fview | |
crystalspace.jbind.interfaces.iengine.fview |
Uses of csFrustumContext in crystalspace.jbind.impl.engine.fview |
Methods in crystalspace.jbind.impl.engine.fview that return csFrustumContext | |
csFrustumContext |
csFrustumView.getFrustumContext()
|
csFrustumContext |
csFrustumView.copyFrustumContext()
|
Methods in crystalspace.jbind.impl.engine.fview with parameters of type csFrustumContext | |
void |
csFrustumView.setFrustumContext(csFrustumContext ctxt)
|
void |
csFrustumView.restoreFrustumContext(csFrustumContext original)
|
Uses of csFrustumContext in crystalspace.jbind.interfaces.iengine.fview |
Methods in crystalspace.jbind.interfaces.iengine.fview that return csFrustumContext | |
csFrustumContext |
iFrustumView.getFrustumContext()
Get the current frustum context. |
csFrustumContext |
iFrustumView.copyFrustumContext()
Create a copy of the current frustum context and return it. |
Methods in crystalspace.jbind.interfaces.iengine.fview with parameters of type csFrustumContext | |
void |
iFrustumView.setFrustumContext(csFrustumContext ctxt)
This function is similar to CreateFrustumContext() but it sets the given frustum context instead. |
void |
iFrustumView.restoreFrustumContext(csFrustumContext original)
Restore a frustum context. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |