aboutsummaryrefslogtreecommitdiff
path: root/src_testbed/objects/mod.rs
blob: 82895b38dcffbb44906b7e31ef45f81036b8edd3 (plain)
1
2
3
4
5
6
7
8
9
10
pub mod ball;
pub mod box_node;
pub mod capsule;
pub mod convex;
pub mod heightfield;
pub mod mesh;
pub mod node;
//pub mod plane;
//#[cfg(feature = "dim2")]
//pub mod polyline;