MantisBT - ParaView
View Issue Details
0014581ParaView(No Category)public2014-02-17 15:502015-01-11 08:18
Alan Scott 
David C. Lonie 
urgentminorhave not tried
closedfixed 
4.1 
4.24.2 
Sandia
14581-volume-render-bug
incorrect functionality
0014581: Volume rendering is bad remote rendering
4.1.0, Linux, remote server (8 servers).
Edit/ Settings/ RenderView /Server/ Remote Render Threshold set to 0.
Open disk_out_ref.exo. All vars on. Apply.
Paint by Pres.
Volume render. Bug is very, very obvious. Only 8 cells will appear.

To see what it should look like, try local server, or run ParaView 4.0.1.


In the Output Messages, we get the following:
ERROR: In
..../VTK/Rendering/VolumeOpenGL/vtkOpenGLProjectedTetrahedraMapper.cxx, line 183
vtkOpenGLProjectedTetrahedraMapper (0x128982c0): The required extensions are not supported.


ERROR: In
..../VTK/Rendering/VolumeOpenGL/vtkOpenGLProjectedTetrahedraMapper.cxx, line 268
vtkOpenGLProjectedTetrahedraMapper (0x128982c0): failed at glRenderBufferStorage color 1 OpenGL errors detected
  0 : (1280) Invalid enum


i
Warning: In
..../VTK/Rendering/VolumeOpenGL/vtkOpenGLProjectedTetrahedraMapper.cxx, line 309
vtkOpenGLProjectedTetrahedraMapper (0x128982c0): Missing FBO support. The algorithm may produce visual artifacts.
No tags attached.
related to 0014615closed David C. Lonie Volume rendering crashes 
Issue History
2014-02-17 15:50Alan ScottNew Issue
2014-02-17 15:52Alan ScottNote Added: 0032343
2014-02-19 14:13Utkarsh AyachitAssigned To => David C. Lonie
2014-02-19 14:13Utkarsh AyachitStatusbacklog => todo
2014-02-26 09:32David C. LonieNote Added: 0032413
2014-02-27 10:23Utkarsh AyachitStatustodo => active development
2014-02-27 11:28Utkarsh AyachitTopic Name => 14581-volume-render-bug
2014-02-27 11:28Utkarsh AyachitNote Added: 0032420
2014-02-27 11:28Utkarsh AyachitStatusactive development => gatekeeper review
2014-02-27 11:28Utkarsh AyachitFixed in Version => git-next
2014-02-27 11:28Utkarsh AyachitResolutionopen => fixed
2014-02-27 11:29Utkarsh AyachitFixed in Versiongit-next => git-master
2014-02-27 11:29Utkarsh AyachitStatusgatekeeper review => customer review
2014-02-27 11:29Utkarsh AyachitNote Added: 0032422
2014-03-20 21:49Alan ScottRelationship addedrelated to 0014615
2014-03-20 21:49Alan ScottNote Added: 0032516
2014-04-08 21:34Alan ScottNote Added: 0032568
2014-04-08 21:34Alan ScottStatuscustomer review => closed
2014-06-17 09:22Utkarsh AyachitTarget Version => 4.2
2014-08-29 11:00Utkarsh AyachitFixed in Versiongit-master => 4.2
2015-01-11 08:18Utkarsh AyachitSource_changeset_attached => ParaView master c31f9ddf
2015-01-11 08:18David C. LonieSource_changeset_attached => ParaView master 351af405
2015-01-11 08:18David C. LonieNote Added: 0034057

Notes
(0032343)
Alan Scott   
2014-02-17 15:52   
After writing up this bug, everything crashed. Not sure how replicable the crash is.
(0032413)
David C. Lonie   
2014-02-26 09:32   
There was a bug in the box clip filter I introduced with the insitu changes. It was causing the first unclipped cell to be copied into the filter's output repeatedly.

VTK fix pushed here:

http://review.source.kitware.com/#/t/4012 [^]
(0032420)
Utkarsh Ayachit   
2014-02-27 11:28   
351af40 (stage/14581-volume-render-bug) Update VTK to fix 0014581.
(0032422)
Utkarsh Ayachit   
2014-02-27 11:29   
Topics merged into master:
        14557-color-legend-update
(VTK) 14581-volume-render-bug
        14584-frequency-live-view
        14600-restore-numpy
        14602_fix_text_representation
        fix_mili
(0032516)
Alan Scott   
2014-03-20 21:49   
I am pretty sure this is fixed. Close when bug 14615 is closed.
(0032568)
Alan Scott   
2014-04-08 21:34   
Tested master, remote server, Linux.
(0034057)
David C. Lonie   
2015-01-11 08:18   
Fix committed to master branch.