Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: 'opacity' workaround in ImageViewer (PCLVisualizer) #995

Merged
merged 1 commit into from
Nov 13, 2014
Merged

Conversation

mdkus
Copy link
Contributor

@mdkus mdkus commented Nov 12, 2014

Hi,
during testing the ImageViewer with 'PCLContextItem' (vtkContextItem) I realized that different values of 'opacity' settings had no effekt on screen. I found out that the vtk pens and brushes have to be set with rgba-colors on client side in the 'paint' functions. After several tests I can say that everything works fine.

The 'opacity' member in 'struct PCLContextItem' is needless, because its almost a member of 'vtkContextItem'.

jspricke added a commit that referenced this pull request Nov 13, 2014
Fix: 'opacity' workaround in ImageViewer (PCLVisualizer)
@jspricke jspricke merged commit f60f25f into PointCloudLibrary:master Nov 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants