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