This crate provides a Bevy plugin for drawing outlines around meshes using the vertex extrusion method.
toml
[dependencies]
bevy_mod_outline = "0.1"
A rotating rounded cube with an outline.
shell
cargo run --example cube
| This Version | Bevy version | |--------------|--------------| | 0.1.x | 0.7.x |
Vertex extrusion only works for meshes with smooth surface normals. Hard edges will cause visual artefacts.