Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Andrew Bauer
VTK
Commits
87059513
Commit
87059513
authored
Mar 31, 1997
by
Bill Lorensen
Browse files
ERR: Replaced glColor3ubv with glColor4ubv to include alpha from lut.
parent
840bdf69
Changes
1
Show whitespace changes
Inline
Side-by-side
graphics/vtkOglrPolyMapper.cxx
View file @
87059513
...
...
@@ -239,7 +239,7 @@ void vtkOglrPolyMapper::Draw(vtkRenderer *aren, vtkActor *act)
{
if
(
c
)
{
glColor
3
ubv
(
c
->
GetColor
(
pts
[
j
]));
glColor
4
ubv
(
c
->
GetColor
(
pts
[
j
]));
}
if
(
t
)
...
...
@@ -294,7 +294,7 @@ void vtkOglrPolyMapper::Draw(vtkRenderer *aren, vtkActor *act)
{
if
(
c
)
{
glColor
3
ubv
(
c
->
GetColor
(
pts
[
j
]));
glColor
4
ubv
(
c
->
GetColor
(
pts
[
j
]));
}
if
(
n
)
...
...
@@ -326,7 +326,7 @@ void vtkOglrPolyMapper::Draw(vtkRenderer *aren, vtkActor *act)
{
if
(
c
)
{
glColor
3
ubv
(
c
->
GetColor
(
pts
[
j
]));
glColor
4
ubv
(
c
->
GetColor
(
pts
[
j
]));
}
if
(
n
)
...
...
Write
Preview
Supports
Markdown
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