bevy/crates/bevy_gltf/src
Ada Hieta a024a1f3b9
Fix point light radius (#9493)
# Objective

Fixes #9488

## Solution

Set point light radius to always be 0.0. Reading this value from glTF
would require using application specific extras property.

---

## Changelog

### Fixed

- #9488 Point Lights use Range for Radius when importing from GLTF
2023-08-20 06:24:45 +00:00
..
lib.rs allow asset loader pre-registration (#9429) 2023-08-14 21:27:51 +00:00
loader.rs Fix point light radius (#9493) 2023-08-20 06:24:45 +00:00
vertex_attributes.rs animations: convert skinning weights from unorm8x4 to float32x4 (#9338) 2023-08-16 07:27:58 +00:00