Crate bevy_outline_post_process

Source
Expand description

A plugin for the Bevy game engine which provides an outline post-process effect. The effect makes use of a normal and depth prepass to generate outlines where significant differences in the values occur.

Modules§

components
Components used by this plugin.

Structs§

OutlinePostProcessPlugin
Plugin which provides an outline post-processing effect.
OutlineRenderLabel
Label for outline post-process render node.