@@ -160,11 +160,11 @@ generate_test!(f32, surface_reconstruction_bunny_stitching, "bunny_frame_14_7705
160160generate_test ! ( f32 , surface_reconstruction_hexecontahedron_stitching, "pentagonal_hexecontahedron_32286_particles.vtk" => "reconstruct_surface_pentagonal_hexecontahedron_par_stitching.vtk" , default_params_with( Strategy :: OctreeStitching ) , 550000 , 650000 , cfg_attr( debug_assertions, ignore) ) ;
161161
162162generate_test ! ( f32 , surface_reconstruction_hilbert_stitching, "hilbert_46843_particles.vtk" => "reconstruct_surface_hilbert_par_stitching.vtk" , default_params_with( Strategy :: OctreeStitching ) , 360000 , 400000 , cfg_attr( debug_assertions, ignore) ) ;
163- generate_test ! ( f32 , surface_reconstruction_hilbert2_stitching, "hilbert2_7954_particles.vtk" => "reconstruct_surface_hilbert2_par_stitching.vtk" , params( 0.025 , 4.0 , 1.1 , 0.6 , Strategy :: OctreeStitching ) , 70000 , 90000 ) ;
163+ generate_test ! ( f32 , surface_reconstruction_hilbert2_stitching, "hilbert2_7954_particles.vtk" => "reconstruct_surface_hilbert2_par_stitching.vtk" , params( 0.025 , 4.0 , 1.1 , 0.6 , Strategy :: OctreeStitching ) , 90000 , 100000 ) ;
164164generate_test ! ( f32 , surface_reconstruction_octocat_stitching, "octocat_32614_particles.vtk" => "reconstruct_surface_octocat_par_stitching.vtk" , params( 0.025 , 4.0 , 0.75 , 0.6 , Strategy :: OctreeStitching ) , 140000 , 180000 , cfg_attr( debug_assertions, ignore) ) ;
165165
166166generate_test ! ( f32 , surface_reconstruction_knot_global, "sailors_knot_19539_particles.vtk" => "reconstruct_surface_knot_par_global.vtk" , params( 0.025 , 4.0 , 1.1 , 0.6 , Strategy :: Global ) , 40000 , 70000 , cfg_attr( debug_assertions, ignore) ) ;
167167generate_test ! ( f32 , surface_reconstruction_knot_stitching, "sailors_knot_19539_particles.vtk" => "reconstruct_surface_knot_par_stitching.vtk" , params( 0.025 , 4.0 , 1.1 , 0.6 , Strategy :: OctreeStitching ) , 40000 , 70000 ) ;
168168
169169generate_test ! ( f32 , surface_reconstruction_free_particles_01, "free_particles_1000_particles.vtk" => "reconstruct_surface_free_particles_01_global.vtk" , params( 0.5 , 4.0 , 1.5 , 0.45 , Strategy :: Global ) , 21000 , 25000 ) ;
170- generate_test ! ( f32 , surface_reconstruction_free_particles_02, "free_particles_125_particles.vtk" => "reconstruct_surface_free_particles_02_global.vtk" , params_with_aabb( 0.5 , 4.0 , 1.5 , 0.45 , Some ( Aabb3d :: new( Vector3 :: new( -10.0 , -10.0 , -10.0 ) , Vector3 :: new( 210.0 , 210.0 , 210.0 ) ) ) , Strategy :: Global ) , 1450 , 1550 ) ;
170+ generate_test ! ( f32 , surface_reconstruction_free_particles_02, "free_particles_125_particles.vtk" => "reconstruct_surface_free_particles_02_global.vtk" , params_with_aabb( 0.5 , 4.0 , 1.5 , 0.45 , Some ( Aabb3d :: new( Vector3 :: new( -10.0 , -10.0 , -10.0 ) , Vector3 :: new( 210.0 , 210.0 , 210.0 ) ) ) , Strategy :: Global ) , 1500 , 1600 ) ;
0 commit comments