e06fb383a3 | ||
---|---|---|
.github/workflows | ||
examples | ||
src | ||
.gitignore | ||
Cargo.toml | ||
LICENCE-APACHE | ||
LICENCE-MIT | ||
README.md |
README.md
bevy_mod_outline
This crate provides a Bevy plugin for drawing outlines around meshes using the vertex extrusion method.
Dependency
[dependencies]
bevy_mod_outline = "0.1"
Example
A rotating rounded cube with an outline.
cargo run --example cube
Versions
This Version | Bevy version |
---|---|
0.1.x | 0.7.x |
Known Issues
Vertex extrusion only works for meshes with smooth surface normals. Hard edges will cause visual artefacts.