Commit 53443b1
authored
Fix 3D collider-from-mesh feature (#921)
# Objective
`Mesh::generate_tangents` requires the `bevy_mikktspace` feature. Avian currently doesn't compile if `collider-from-mesh` is enabled but `bevy/bevy_mikktspace` isn't.
## Solution
Enable `bevy_mikktspace` for `collider-from-mesh` in 3D.1 parent b5cd0ff commit 53443b1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments