forked from StrafesNET/strafe-client
mesh gen test
This commit is contained in:
parent
823a16e08d
commit
9aa7656278
@ -571,3 +571,10 @@ impl MeshQuery<MinkowskiFace,MinkowskiEdge,MinkowskiVert> for MinkowskiMesh<'_>{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn build_me_a_cube(){
|
||||||
|
let unit_cube=crate::primitives::unit_cube();
|
||||||
|
let mesh=PhysicsMesh::from(&unit_cube);
|
||||||
|
println!("mesh={:?}",mesh);
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user