Skip to content
Snippets Groups Projects
Commit b987e4b5 authored by Michael Heyde's avatar Michael Heyde
Browse files

disabled gradient mode

parent dfb57aa9
No related branches found
No related tags found
No related merge requests found
......@@ -94,8 +94,7 @@ public class GLWindow extends JFrame {
GL4 gl2 = gl.getGL4();
//resizes available scene
renderScene.resize(gl2, x, y, width, height);;
renderScene.resize(gl2, x, y, width, height);
}
/**
......
......@@ -225,7 +225,7 @@ public class SceneControlsWindow extends JFrame {
transferFunktionEditorPanel.add(aligneLeft(tfpanel));
transferFunktionEditorPanel.add(aligneLeft(usePreIntegration));
transferFunktionEditorPanel.add(aligneLeft(useGradient));
//transferFunktionEditorPanel.add(aligneLeft(useGradient));
transferFunktionEditorPanel.add(aligneLeft(advancedCheck));
transferFunktionEditorPanel.add(aligneLeft(tfDataPanel));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment