Skip to content

Commit

Permalink
MolVisGL,TensorVisBase: GLSL color conversions core changes
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfalk authored and petersteneteg committed Nov 28, 2024
1 parent b472e16 commit 790a483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion molvis/molvisgl/glsl/licorice.vert
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
*/

#include "utils/structs.glsl"
#include "colortools.glsl"
#include "utils/colorconversion.glsl"
#include "utils/selectioncolor.glsl"
#include "utils/vertexflags.glsl"

Expand Down
2 changes: 1 addition & 1 deletion tensorvis/tensorvisbase/glsl/tensorglyphpicking.frag
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*********************************************************************************/

#include "utils/shading.glsl"
#include "colortools.glsl"
#include "utils/colorconversion.glsl"

// Same as geometryrendering.frag with the exception of picking
uniform vec3 pickingColor;
Expand Down

0 comments on commit 790a483

Please sign in to comment.