Can I enable MSAA in open3d Visualizer? #6159
Unanswered
yaronaddar
asked this question in
Q&A
Replies: 1 comment
-
@yaronaddar Correct - pixel point sizes are integral so you won't see a change until you get to x.5. MSAA may help. With the old Visualizer there is no way to programmatically enable MSAA though you might be able to do so through system settings. With the new visualizer MSAA is enabled by default and can be controlled programmatically. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hey, I want to change the step of each jump in size from 1.0 to 0.1, so I did it in renderOption.h:
and afterwords i printed the point size and it changes by 0.1, but the cloud itself wont increase/decrease the pointsize only when it reach to 1.5, 2.6, 3.5, 4.6....
so i think its because I dont have msaa enable? maybe im wrong. can anyone help me with that issue?
Beta Was this translation helpful? Give feedback.
All reactions