Andreas Terrius

Results 2 issues of Andreas Terrius

I encountered this error when trying to use legion 0.1.1 ``` error[E0277]: the trait bound `alers::math::transform::Transform: legion::EntitySource` is not satisfied --> src/app\game.rs:45:7 | 45 | (Transform::new()) | ^^^^^^^^^^^^^^^^^^ the trait...

Hello, I was trying out this library. I imported a very plane that I exported out of blender as .glb ``` .position => |idx| { const acc = gltf.data.accessors[idx]; std.debug.print("acc:{any}",...