MantisBT - VTK
View Issue Details
0013522VTK(No Category)public2012-10-16 06:002015-01-09 13:58
Frederic TINGAUD 
Dave DeMarle 
normalminorhave not tried
closedfixed 
5.8.0 
6.0.0 
Kitware
incorrect functionality
0013522: vtkWin32OpenGLRenderWindow doesn't use multisampling when windows is created with a parent.
After investigation, it appears that the only problem is that when the WindowIdReferenceCount is higher than 0, vtkOpenGL class name is not defined, even though it is necessary later to enable the multisampling.
Taking the vtkOpenGL outside the if statement corrects the bug.
Patch is for current nightbuild, but could be very easily ported on any other version.
No tags attached.
patch vtkWin32OpenGLRenderWindow.patch (3,222) 2012-10-16 06:00
https://www.vtk.org/Bug/file/9302/vtkWin32OpenGLRenderWindow.patch
Issue History
2012-10-16 06:00Frederic TINGAUDNew Issue
2012-10-16 06:00Frederic TINGAUDFile Added: vtkWin32OpenGLRenderWindow.patch
2013-06-25 14:08Dave DeMarleNote Added: 0031060
2013-06-25 14:08Dave DeMarleResolutionopen => fixed
2013-06-25 14:08Dave DeMarleFixed in Version => 6.0.0
2013-06-25 14:08Dave DeMarleAssigned To => Dave DeMarle
2013-06-25 14:08Dave DeMarleStatusbacklog => todo
2013-06-25 14:08Dave DeMarleStatustodo => active development
2013-06-25 14:08Dave DeMarleStatusactive development => gatekeeper review
2013-06-25 14:08Dave DeMarleStatusgatekeeper review => customer review
2013-06-25 14:08Dave DeMarleStatuscustomer review => closed
2015-01-09 13:58Joachim PouderouxSource_changeset_attached => VTK master 0830ae93
2015-01-09 13:58Frederic TINGAUDSource_changeset_attached => VTK master 068fe6e4

Notes
(0031060)
Dave DeMarle   
2013-06-25 14:08   
Fixed in 6.0.0 via:
commit 068fe6e49a3e1cca899c1138ba67e55b63e15acf
Date: Tue Oct 16 11:55:51 2012 +0200
thanks Frederic!