mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-17 11:00:31 -05:00
5 lines
194 B
GLSL
5 lines
194 B
GLSL
vec4 pSampler(inout vec4 finalColor, vec3 position) {
|
|
float intensity = texture(BatsrusPVolume, position).x;
|
|
return texture(BatsrusPTF, intensity);
|
|
//blendStep(finalColor, color, stepSize);
|
|
} |