EnvironmentMapLight
EnvironmentMapLight
- diffuse_map : bevy_asset::handle::Handle<bevy_image::image::Image>
- specular_map : bevy_asset::handle::Handle<bevy_image::image::Image>
- intensity : f32
- rotation : glam::Quat
Description
A pair of cubemap textures that represent the surroundings of a specific area in space.
See [
crate::environment_map
] for detailed information.