camera: update default render strategy to match CLI default
This commit is contained in:
parent
02ef8634c3
commit
efdc963a48
@ -92,7 +92,7 @@ impl Camera {
|
|||||||
pixel_size,
|
pixel_size,
|
||||||
half_height,
|
half_height,
|
||||||
half_width,
|
half_width,
|
||||||
render_strategy: RenderStrategy::WorkerPool,
|
render_strategy: RenderStrategy::Rayon,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
pub fn hsize(&self) -> usize {
|
pub fn hsize(&self) -> usize {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user