Skip to content

Commit

Permalink
add wireframe section
Browse files Browse the repository at this point in the history
  • Loading branch information
IceSentry committed Oct 18, 2023
1 parent c1b6fc3 commit 7753791
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions content/news/2023-10-21-bevy-0.12/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ Since our last release a few months ago we've added a _ton_ of new features, bug

<!-- more -->

## Feature Name
## Wireframe Improvements

<div class="release-feature-authors">authors: @author</div>
<div class="release-feature-authors">authors: @IceSentry</div>

The wireframes now use bevy's Material abstraction. This means it will automatically use the new batching and instancing features while being easier to maintain. This change also made it easier to add support for colored wireframe. You can configure the color globally or per mesh using the `WireframeColor` component. It's also now possible to disable wireframe rendering by using the `NeverRenderWireframe` component.

![wireframe](wireframe.png)

## <a name="what-s-next"></a>What's Next?

Expand Down
Binary file added content/news/2023-10-21-bevy-0.12/wireframe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7753791

Please sign in to comment.