Skip to content

Commit 3182ca2

Browse files
committed
Remove stuff
1 parent 9e6deb8 commit 3182ca2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lidRviewer.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ void viewer(DataFrame df)
3737
glEnable(GL_LINE_SMOOTH); // Enable line anti-aliasing
3838
glHint(GL_LINE_SMOOTH_HINT, GL_NICEST);
3939

40-
glEnable(GL_MULTISAMPLE);
41-
glHint(GL_MULTISAMPLE_FILTER_HINT_NV, GL_NICEST);
40+
//glEnable(GL_MULTISAMPLE);
41+
//glHint(GL_MULTISAMPLE_FILTER_HINT_NV, GL_NICEST);
4242

43-
glEnable(GL_VERTEX_PROGRAM_POINT_SIZE); // Enable changing the point size
43+
//glEnable(GL_VERTEX_PROGRAM_POINT_SIZE); // Enable changing the point size
4444

4545
Drawer *drawer = new Drawer(window, df);
4646
drawer->camera.setRotateSensivity(0.1);

0 commit comments

Comments
 (0)