Replace Kiss3d by Bevy for the testbed renderer.
This commit is contained in:
@@ -63,8 +63,3 @@ pub fn init_world(testbed: &mut Testbed) {
|
||||
Point3::new(54.0, -38.0, 29.0),
|
||||
);
|
||||
}
|
||||
|
||||
fn main() {
|
||||
let testbed = Testbed::from_builders(0, vec![("Joints", init_world)]);
|
||||
testbed.run()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user