MantisBT - ParaView
View Issue Details
0012814ParaView(No Category)public2011-12-20 10:372012-02-08 17:21
Utkarsh Ayachit 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
git-master 
3.14 
Kitware
12814_fix_coloring_on_3D_glyphs
incorrect functionality
0012814: Glyph3D representation does not respected color-coloring parameters
Glyph3D representation does not respected color-coloring parameters.

* Create SPhere
* Choose "3D Glyphs" representation
* Try coloring with "Normals:X".
* Change LUT
No tags attached.
Issue History
2011-12-20 10:37Utkarsh AyachitNew Issue
2011-12-20 10:41Utkarsh AyachitTopic Name => 12814_fix_coloring_on_3D_glyphs
2011-12-20 10:41Utkarsh AyachitNote Added: 0027867
2011-12-20 10:41Utkarsh AyachitStatusbacklog => gatekeeper review
2011-12-20 10:41Utkarsh AyachitFixed in Version => git-master
2011-12-20 10:41Utkarsh AyachitResolutionopen => fixed
2011-12-20 10:41Utkarsh AyachitAssigned To => Utkarsh Ayachit
2011-12-20 15:47Sebastien JourdainStatusgatekeeper review => backlog
2011-12-20 15:47Sebastien JourdainResolutionfixed => reopened
2011-12-20 15:47Sebastien JourdainStatusbacklog => todo
2011-12-20 15:48Sebastien JourdainNote Added: 0027869
2011-12-20 15:49Sebastien JourdainNote Edited: 0027869bug_revision_view_page.php?bugnote_id=27869#r410
2012-01-25 14:52Utkarsh AyachitNote Added: 0027982
2012-01-25 14:52Utkarsh AyachitStatustodo => closed
2012-01-25 14:52Utkarsh AyachitResolutionreopened => fixed
2012-02-08 17:21Utkarsh AyachitFixed in Versiongit-master => 3.14

Notes
(0027867)
Utkarsh Ayachit   
2011-12-20 10:41   
commit e726c4b67ab45fa864f651b6fb04b6c66ca5df41
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Tue Dec 20 10:40:30 2011 -0500

    Fixed BUG 0012814. Added support for scalar coloring for glyphs.
(0027869)
Sebastien Jourdain   
2011-12-20 15:48   
(edited on: 2011-12-20 15:49)
Setting the lookup table make the rendering becoming really slow with large data.

(0027982)
Utkarsh Ayachit   
2012-01-25 14:52   
verified that the glyph mapper is not getting reexecuted for every render or something like that. the case for your "slowness" maybe something else.