Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
56e4fa53
Commit
56e4fa53
authored
Jul 12, 2012
by
Alexander Wiebel
Browse files
[STYLE
#42
] fixed line length
parent
48393d3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/core/graphicsEngine/shaders/shaders/WGEColormapping-fragment.glsl
...phicsEngine/shaders/shaders/WGEColormapping-fragment.glsl
+2
-2
No files found.
src/core/graphicsEngine/shaders/shaders/WGEColormapping-fragment.glsl
View file @
56e4fa53
...
...
@@ -46,8 +46,8 @@
* \param alpha the alpha blending value
* \param cmap the colormap index to use
*/
void
colormap
(
inout
vec4
color
,
in
sampler3D
sampler
,
in
vec3
coord
,
in
vec3
size
,
float
minV
,
float
scaleV
,
float
thresholdV
,
bool
thresholdEnabled
,
float
alpha
,
int
cmap
,
bool
active
)
void
colormap
(
inout
vec4
color
,
in
sampler3D
sampler
,
in
vec3
coord
,
in
vec3
size
,
float
minV
,
float
scaleV
,
float
thresholdV
,
bool
thresholdEnabled
,
float
alpha
,
int
cmap
,
bool
active
)
{
// This implements a manual trilinear interpolation. Include WGETextureutils.glsl to use this
// vec3 vSize = vec3( 1.0 / float( size.x ),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment