Skip to content

Commit

Permalink
Remove stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Romain committed Aug 25, 2024
1 parent 9e6deb8 commit 3182ca2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lidRviewer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ void viewer(DataFrame df)
glEnable(GL_LINE_SMOOTH); // Enable line anti-aliasing
glHint(GL_LINE_SMOOTH_HINT, GL_NICEST);

glEnable(GL_MULTISAMPLE);
glHint(GL_MULTISAMPLE_FILTER_HINT_NV, GL_NICEST);
//glEnable(GL_MULTISAMPLE);
//glHint(GL_MULTISAMPLE_FILTER_HINT_NV, GL_NICEST);

glEnable(GL_VERTEX_PROGRAM_POINT_SIZE); // Enable changing the point size
//glEnable(GL_VERTEX_PROGRAM_POINT_SIZE); // Enable changing the point size

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

0 comments on commit 3182ca2

Please sign in to comment.