Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add proper GaussianSplattingViewer argument parsing #26

Closed
github-actions bot opened this issue Nov 7, 2023 · 0 comments · Fixed by #82
Closed

add proper GaussianSplattingViewer argument parsing #26

github-actions bot opened this issue Nov 7, 2023 · 0 comments · Fixed by #82
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers todo

Comments

@github-actions
Copy link

github-actions bot commented Nov 7, 2023

// TODO: add proper GaussianSplattingViewer argument parsing

        ..default()
    };

    // TODO: add proper GaussianSplattingViewer argument parsing
    let file_arg = std::env::args().nth(1);
    if let Some(n) = file_arg.clone().and_then(|s| s.parse::<usize>().ok()) {
        println!("generating {} gaussians", n);
        cloud = gaussian_assets.add(random_gaussians(n));
@github-actions github-actions bot added the todo label Nov 7, 2023
@mosure mosure added good first issue Good for newcomers enhancement New feature or request labels Nov 23, 2023
@mosure mosure mentioned this issue Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers todo
Projects
None yet
1 participant