ShowBoundsEffect
from panda3d.core import ShowBoundsEffect
- class ShowBoundsEffect
Bases:
RenderEffect
Applied to a GeomNode to cause a visible bounding volume to be drawn for this node. This is generally used only during development to help identify bounding volume issues.
Inheritance diagram
- __init__(*args, **kwargs)
- getClassType()
C++ Interface: get_class_type()
- getTight()
C++ Interface: get_tight(ShowBoundsEffect self)
- /**
Returns true if the “tight” flag was set, meaning the effect should compute
and draw the tight bounding-box of the node’s vertices every frame.
*/
- get_class_type()
C++ Interface: get_class_type()