DecalEffect¶
-
class
DecalEffect
¶ 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 TypeHandle
get_class_type
(void)¶
-
static ConstPointerTo<RenderEffect>
make
(void)¶ Constructs a new
DecalEffect
object.
-
static TypeHandle