Commit 59799fc
Add a rectangular light to the 3d testbed Light scene (bevyengine#24025)
# Objective
- Regression test for broken Rect Lights
## Solution
- Add a rectangular light to testbed/3d
## Testing
- `cargo run --example testbed_3d` - I can see the new light (well,
after bevyengine#24024 is merged hehe)
Before (w/o rect light)
<img width="1271" height="747" alt="Screenshot 2026-04-28 at 11 28
16 PM"
src="https://github.com/user-attachments/assets/aa6b6258-e80d-4a98-861c-bcad6e8db541"
/>
After (w/ rect light - it’s behind the cube)
<img width="1271" height="750" alt="Screenshot 2026-04-28 at 11 25
33 PM"
src="https://github.com/user-attachments/assets/877013f0-843a-43f2-9dbd-96f2fa37d8e2"
/>1 parent b124d94 commit 59799fc
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
192 | 204 | | |
193 | 205 | | |
194 | 206 | | |
| |||
0 commit comments