DecalEffect
from panda3d.core import DecalEffect
- class DecalEffect
Bases:
Bases:
RenderEffect
Applied to a
GeomNode
to indicate that the children of thisGeomNode
are coplanar and should be drawn as decals (eliminating Z-fighting).Inheritance diagram
- static getClassType() TypeHandle
- static make() RenderEffect
Constructs a new
DecalEffect
object.