bevy/crates/bevy_pbr
Robert Swain 85b7589388 bevy_gltf: Add support for loading lights (#3506)
# Objective

- Add support for loading lights from glTF 2.0 files

## Solution

- This adds support for the KHR_punctual_lights extension which supports point, directional, and spot lights, though we don't yet support spot lights.
- Inserting light bundles when creating scenes required registering some more light bundle component types.
2022-01-03 07:59:25 +00:00
..
src bevy_gltf: Add support for loading lights (#3506) 2022-01-03 07:59:25 +00:00
Cargo.toml Materials and MaterialPlugin (#3428) 2021-12-25 21:45:43 +00:00