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§
- Forward
Decal - A decal that renders via a 1x1 transparent quad mesh, smoothly alpha-blending with the underlying geometry towards the edges.
- Forward
Decal Material Ext - Material extension for a
ForwardDecal
. - Forward
Decal Material ExtUniform - Forward
Decal Plugin - Plugin to render
ForwardDecal
s.
Type Aliases§
- Forward
Decal Material - Type alias for an extended material with a
ForwardDecalMaterialExt
extension.