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

multisamples config variable missing documentation #139

Open
gabeklavans opened this issue Oct 11, 2023 · 0 comments
Open

multisamples config variable missing documentation #139

gabeklavans opened this issue Oct 11, 2023 · 0 comments

Comments

@gabeklavans
Copy link

The entry at https://docs.panda3d.org/1.10/python/programming/configuration/list-of-all-config-variables for the multisamples config variable just states: "The minimum number of samples requested."

However, the real behavior is documented at https://github.com/panda3d/panda3d/blob/master/panda/src/display/config_display.cxx#L465, stating "The number of samples requested. Set this to 1 to request the maximum number of samples available"

There's also no mention of this at https://docs.panda3d.org/1.10/python/programming/render-attributes/antialiasing

I believe setting it to "1" to max it out is unintuitive enough that this should be included in the documentation somewhere.

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

1 participant