Do not print a bunch of bullshit from the physics system
Getty Ritter
6 years ago
| 53 | 53 |
pos.clone()
|
| 54 | 54 |
};
|
| 55 | 55 |
bf.create_proxy(
|
| 56 | |
{ let v = bl.volume.aabb(&Isometry2::new(Vector2::new(np.x, np.y), nalgebra::zero()));
|
| 57 | |
println!("{:?}", v);
|
| 58 | |
v
|
| 59 | |
},
|
| 56 |
bl.volume.aabb(&Isometry2::new(Vector2::new(np.x, np.y), nalgebra::zero())),
|
| 60 | 57 |
e,
|
| 61 | 58 |
)
|
| 62 | 59 |
}).collect();
|