Skip to content

Commit

Permalink
Add single camera rendering feature
Browse files Browse the repository at this point in the history
This was a pain point for me previously, needing to setup multiple
cameras and render layers.
  • Loading branch information
jgayfer committed May 26, 2024
1 parent 4d71abc commit b550e7e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Designed to be simple to use, yet expressive enough to fit a variety of needs.
- Component driven design
- Configurable point lights
- Camera specific ambient light
- Single camera rendering

## Usage

Expand Down Expand Up @@ -39,8 +40,8 @@ fn setup(mut commands: Commands) {

commands.spawn(PointLight2dBundle {
point_light: PointLight2d {
color: Color::YELLOW,
radius: 50.,
radius: 100.0,
intensity: 3.0,
..default()
},
..default()
Expand Down

0 comments on commit b550e7e

Please sign in to comment.