From 1a84bf2af34176508bdda8d0f2ad2e46dc5c4df9 Mon Sep 17 00:00:00 2001 From: Crozet Sébastien Date: Sun, 16 May 2021 17:49:20 +0200 Subject: Replace Kiss3d by Bevy for the testbed renderer. --- benchmarks3d/joint_fixed3.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'benchmarks3d/joint_fixed3.rs') diff --git a/benchmarks3d/joint_fixed3.rs b/benchmarks3d/joint_fixed3.rs index 9839e38..0475258 100644 --- a/benchmarks3d/joint_fixed3.rs +++ b/benchmarks3d/joint_fixed3.rs @@ -85,8 +85,3 @@ pub fn init_world(testbed: &mut Testbed) { Point3::new(46.0, 12.0, 23.0), ); } - -fn main() { - let testbed = Testbed::from_builders(0, vec![("Joints", init_world)]); - testbed.run() -} -- cgit