Module decal

Source
Expand description

Decal rendering.

Decals are a material that render on top of the surface that they’re placed above. They can be used to render signs, paint, snow, impact craters, and other effects on top of surfaces.

Modules§

clustered
Clustered decals, bounding regions that project textures onto surfaces.

Structs§

ForwardDecal
A decal that renders via a 1x1 transparent quad mesh, smoothly alpha-blending with the underlying geometry towards the edges.
ForwardDecalMaterialExt
Material extension for a ForwardDecal.
ForwardDecalMaterialExtUniform
ForwardDecalPlugin
Plugin to render ForwardDecals.

Type Aliases§

ForwardDecalMaterial
Type alias for an extended material with a ForwardDecalMaterialExt extension.