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