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

Ability to turn off the grid #1370

Closed
arkaragian opened this issue Apr 12, 2024 · 2 comments
Closed

Ability to turn off the grid #1370

arkaragian opened this issue Apr 12, 2024 · 2 comments

Comments

@arkaragian
Copy link

arkaragian commented Apr 12, 2024

Is your feature request related to a problem? Please describe.
I would like to be able to turn off the grid when I render an image.
e.g

f3d input.stp --output=output.jpg

Describe the solution you'd like
Implement a command line switch to build the grid.

Describe alternatives you've considered
Increase the grid unit to a very high number and set 0 as the number of subdivisions.

f3d input.stp --grid-unit 2000 --grid-subdivisions 0 --output=output.png

The above command makes the grid very wide and thus can be tuned to be less visible.

Additional context
None

Contribution
Please tell us if you are able to contribute (Can you develop this new feature?)
Potentially. But am not familiar with the codebase of f3d.

@snoyer
Copy link
Contributor

snoyer commented Apr 12, 2024

It's not obvious from the help text but you can do --grid=0

@mwestphal
Copy link
Contributor

indeed, closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants