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

removed old comment

parent 65ec10c2
No related branches found
No related tags found
No related merge requests found
...@@ -356,7 +356,7 @@ public class MultiVolumeRendererShaderSource extends AbstractShaderSource{ ...@@ -356,7 +356,7 @@ public class MultiVolumeRendererShaderSource extends AbstractShaderSource{
" //ray casting", " //ray casting",
" float density =getValue("+sgvRayPositions+"); ", " float density =getValue("+sgvRayPositions+"); ",
"", "",
" latestdDistanceToSlice = getPlaneDistance("+suvNormalSlice+","+sgvRayPositions+" );", //TODO find gpu killing bug of start steps " latestdDistanceToSlice = getPlaneDistance("+suvNormalSlice+","+sgvRayPositions+" );",
" for(int i = 0; i < steps; i++){", " for(int i = 0; i < steps; i++){",
"", "",
" // note:", " // note:",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment