Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix light in
render_to_image_widget
example (#282)
Issue bevyengine/bevy#3462 has been fixed. So since Bevy 0.13, render lights can be specified per RenderLayer. I've decided to reuse the same light by specifying `RenderLayers::all()`, although adding a separate one (with preview_pass_layer and without) is also fine.
- Loading branch information