bevy/crates/bevy_render
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 Prepare crevice for vendored release (#3394) 2021-12-23 22:49:12 +00:00