bevy/crates/bevy_pbr/src
Jonas Matser 32af4b7dc3 Add separate brightness field to AmbientLight (#1605)
Idea being this would be easier to grasp for end-users. Problem with the logical defaults is this breaks current setups, because light will become 20 times less bright. But most folks won't have customized this resource or will not have used `..Default::default()` due to lack of other fields.
2021-03-12 18:59:24 +00:00
..
render_graph Add separate brightness field to AmbientLight (#1605) 2021-03-12 18:59:24 +00:00
entity.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
lib.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
light.rs Add separate brightness field to AmbientLight (#1605) 2021-03-12 18:59:24 +00:00
material.rs Add support for gltf::Material::unlit (#1341) 2021-01-31 17:13:16 -08:00