Vitaliy Sapronenko
Vitaliy Sapronenko
Next method in the doc is [Dir2::new_unchecked](https://dev-docs.bevyengine.org/bevy/math/struct.Dir2.html#method.new_unchecked) which states that it is for already normalized vectors. This is very idiomatic way to have `method` with guaranties for any data and...
[Vec2 and Vec3 is part of glam crate](https://github.com/bevyengine/bevy/blob/11f0a2dcdeb86651fdb6cdaf2c83ffd01df93149/crates/bevy_math/src/common_traits.rs#L1), this problem should be solved there, futhermore there is already [long living issue](https://github.com/bitshifter/glam-rs/issues/377)
> Worth thinking about how this interacts with #13889 PR you metioned also tries solve throwing away result, but has amount of work for `wasm32` target, that is why that...
Looks like #13889, which I mentioned as better solution is not moving forward anymore
> No longer blocked :) @alice-i-cecile we can close this PR, and mark #13957 as resolved by #13889
> @bugsweeper have you verified that the compilation works with the given setup on `main`? If so, I can file the PR / issue accordingly later. Yes, I did ensured...
I don't think we should use another project written in C++ (I don't hate C++, I was C++ developer), I like that Bevy built in Rust and FFI usage will...
The difference between union, substraction, xor and intersection - which side of each mesh do we choose inside or outside relative to another mesh. PS: this is very important feature...
The other intresting question is: what color should new surface have (only union have no new surface, other operations have cut place, every point of which should have some color...
Windows platform doesn't support `/` path, there is no correct path for entire computer, the path should start from disk letter for local paths like `C:/`