settings update
This commit is contained in:
parent
278ccafb11
commit
8d54fa1eb1
@ -9,7 +9,7 @@ fn main() {
|
|||||||
let (width, height) = (1024, 1024);
|
let (width, height) = (1024, 1024);
|
||||||
let n_particles = 1 << 22;
|
let n_particles = 1 << 22;
|
||||||
let diffusivity = 1;
|
let diffusivity = 1;
|
||||||
let n_populations = 1;
|
let n_populations = 3;
|
||||||
|
|
||||||
let mut model = model::Model::new(width, height, n_particles, n_populations, diffusivity);
|
let mut model = model::Model::new(width, height, n_particles, n_populations, diffusivity);
|
||||||
model.print_configurations();
|
model.print_configurations();
|
||||||
@ -32,8 +32,6 @@ fn main() {
|
|||||||
"libx264",
|
"libx264",
|
||||||
"-preset",
|
"-preset",
|
||||||
"fast",
|
"fast",
|
||||||
"-crf",
|
|
||||||
"23",
|
|
||||||
"output.mp4",
|
"output.mp4",
|
||||||
])
|
])
|
||||||
.stdin(std::process::Stdio::piped())
|
.stdin(std::process::Stdio::piped())
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user