Closed diybl closed 1 year ago
glam::f32::vec3::Vec3
bevy::prelude::Vec3
= note: struct `bevy::prelude::Vec3` and struct `glam::f32::vec3::Vec3` have similar names, but are actually distinct types
note: struct bevy::prelude::Vec3 is defined in crate glam
glam
I got it cargo was compiling bvh 0.7.2 but should compile 0.7.1 change:
bvh = "0.7.1"
to:
bvh = "= 0.7.1"
glam::f32::vec3::Vec3
, found structbevy::prelude::Vec3
note: struct
bevy::prelude::Vec3
is defined in crateglam