Skip to content
Snippets Groups Projects
Commit c298c7f0 authored by Amira Abdel-Rahman (admin)'s avatar Amira Abdel-Rahman (admin)
Browse files

DEM Integration

parent a37a284f
No related branches found
No related tags found
No related merge requests found
Pipeline #6363 passed
......@@ -103,7 +103,7 @@ var integratedSetup={
num_particles_per_node:10,
region_pitch:1.0,
save_every:20, //visualize every how much frames
save_max:500, //max num of files saved
save_max:1000, //max num of files saved
},
particles:[],
}
......
......@@ -187,7 +187,7 @@ function runDEMViz(){
});
}, 50);
}, 200);
var helper = new THREE.GridHelper( 2, 2 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment