bevy/crates/bevy_render
robtfm 9d23f828f6
generate indices for Mikktspace (#8862)
# Objective

mikktspace tangent generation requires mesh indices, and currently fails
when they are not present. we can just generate them instead.

## Solution

generate the indices.
2023-09-16 22:10:58 +00:00
..
macros Bump Version after Release (#9106) 2023-07-10 21:19:27 +00:00
src generate indices for Mikktspace (#8862) 2023-09-16 22:10:58 +00:00
Cargo.toml Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00