View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015752VTK(No Category)public2015-10-02 06:322016-08-12 09:55
ReporterLuc Habert 
Assigned ToJoachim Pouderoux 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0015752: vtkOpenGLGlyph3DMapper (OpenGL2 version in VTK 6.3) does not react in time to colouring requests
DescriptionA SelectColorArray has no effect on subsequent renderings. Only if the input dataset is updated does the colouring finally take effect.

I believe he problem is that the mapper's MTime is not taken into account when deciding to call RebuildStructures. I can solve the symptoms by inserting

  rebuild = rebuild || subarray->BuildTime < this->GetMTime();

in function vtkOpenGLGlyph3DMapper::Render(vtkRenderer* ren, vtkActor* actor, vtkDataSet* dataset) before rebuild is used to decide whether RebuildStructure should be called.


TagsNo tags attached.
ProjectTBD
Typeincorrect functionality
Attached Files

 Relationships
related to 0015839closedJoachim Pouderoux vtkGlyph3DMapper does not respond to changes in ScaleFactor 

  Notes
(0035254)
Luc Habert (reporter)
2015-10-02 06:34

Although I haven't tested it, I guess the actor's property's mtime should also be taken into account.
(0035465)
Joachim Pouderoux (developer)
2015-11-18 10:07

I have made a merge request with a similar patch: https://gitlab.kitware.com/vtk/vtk/merge_requests/921 [^]
Please test
(0035474)
Joachim Pouderoux (developer)
2015-11-19 11:35

For information, the patch has been merged.

Joachim
(0037417)
Kitware Robot (administrator)
2016-08-12 09:55

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2015-10-02 06:32 Luc Habert New Issue
2015-10-02 06:34 Luc Habert Note Added: 0035254
2015-11-18 09:47 Joachim Pouderoux Relationship added related to 0015839
2015-11-18 10:07 Joachim Pouderoux Note Added: 0035465
2015-11-18 10:46 Joachim Pouderoux Assigned To => Joachim Pouderoux
2015-11-18 10:46 Joachim Pouderoux Status backlog => active development
2015-11-19 11:35 Joachim Pouderoux Note Added: 0035474
2016-08-12 09:55 Kitware Robot Note Added: 0037417
2016-08-12 09:55 Kitware Robot Status active development => closed
2016-08-12 09:55 Kitware Robot Resolution open => moved


Copyright © 2000 - 2018 MantisBT Team