Skip to content

Commit

Permalink
missing uniform for volume mesh
Browse files Browse the repository at this point in the history
  • Loading branch information
nmwsharp committed Feb 3, 2025
1 parent 532c212 commit a9719da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/volume_mesh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@ void VolumeMesh::drawPick() {
// Set uniforms
setVolumeMeshUniforms(*pickProgram);
setStructureUniforms(*pickProgram);
pickProgram->setUniform("u_vertPickRadius", 0.2);

pickProgram->draw();
}
Expand Down

0 comments on commit a9719da

Please sign in to comment.