LFrustumf
from panda3d.core import LFrustumf
- class LFrustumf
Bases:
DTOOL_SUPER_BASE
Inheritance diagram
- __init__(*args, **kwargs)
- makeOrtho()
C++ Interface: make_ortho(const LFrustumf self, float fnear, float ffar) make_ortho(const LFrustumf self, float fnear, float ffar, float l, float r, float t, float b)
- makeOrtho2D()
C++ Interface: make_ortho_2D(const LFrustumf self) make_ortho_2D(const LFrustumf self, float l, float r, float t, float b)
- makePerspective()
C++ Interface: make_perspective(const LFrustumf self, float xfov, float yfov, float fnear, float ffar)
- /**
*/
- makePerspectiveHfov()
C++ Interface: make_perspective_hfov(const LFrustumf self, float xfov, float aspect, float fnear, float ffar)
- /**
Behaves like gluPerspective (Aspect = width/height, Yfov in degrees)
*/
- makePerspectiveVfov()
C++ Interface: make_perspective_vfov(const LFrustumf self, float yfov, float aspect, float fnear, float ffar)
- /**
*/
- make_ortho()
C++ Interface: make_ortho(const LFrustumf self, float fnear, float ffar) make_ortho(const LFrustumf self, float fnear, float ffar, float l, float r, float t, float b)
- make_ortho_2D()
C++ Interface: make_ortho_2D(const LFrustumf self) make_ortho_2D(const LFrustumf self, float l, float r, float t, float b)
- make_perspective()
C++ Interface: make_perspective(const LFrustumf self, float xfov, float yfov, float fnear, float ffar)
- /**
*/