Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
nmwsharp committed Dec 23, 2017
1 parent 0484c51 commit 7a1f37a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/polyscope/gl/shaders/vector_shaders.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ static const GeomShader VECTOR_GEOM_SHADER = {
// source
GLSL(150,
layout(points) in;
layout(triangle_strip, max_vertices=100) out;
layout(triangle_strip, max_vertices=40) out;
in vec3 vector[];
uniform mat4 u_viewMatrix;
uniform mat4 u_projMatrix;
Expand Down
2 changes: 1 addition & 1 deletion src/polyscope.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ void show() {
processMouseEvents();

// Build the GUI components
ImGui::ShowTestWindow();
// ImGui::ShowTestWindow();
buildPolyscopeGui();
buildStructureGui();
buildUserGui();
Expand Down

0 comments on commit 7a1f37a

Please sign in to comment.