cmd_render

Function cmd_render 

Source
pub(crate) fn cmd_render(
    preset_path: PathBuf,
    frames: u32,
    output_dir: PathBuf,
    width: u32,
    height: u32,
    mesh_size: (u32, u32),
) -> Result<()>