View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015759VTK(No Category)public2015-10-07 09:092016-08-12 09:55
ReporterLuc Habert 
Assigned ToKen Martin 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0015759: vtkOpenGLPolyDataMapper (OpenGL2, VTK 6.3): coloured wireframe results in partial rendering
DescriptionThe attached code creates a two polygon polydata, renders it with scalar colouring in surface representation (both polygons correctly appear), switches to wireframe representation and renders again: this time only the edges of the first polygon are rendered.

Without colouring, or without the initial surface rendering, the wireframe rendering is fine.

I can solve the problem by adding

  || this->VBOBuildTime < act->GetMTime()

to the condition that governs whether BuildCellTextures is called from BuildBufferObjects.
TagsNo tags attached.
ProjectTBD
Typeincorrect functionality
Attached Filescxx file icon a.cxx [^] (2,158 bytes) 2015-10-07 09:09

 Relationships

  Notes
(0035268)
Luc Habert (reporter)
2015-10-07 10:22

Checking for actor modification is probably overkill, since only representation changes matter, at least for this specific bug.
(0036219)
Shawn Waldon (developer)
2016-07-06 14:42

The check you suggested is now in VTK's master branch. But I can still reproduce this. Unless you meant a different location for the check, something else is needed.
(0036351)
Luc Habert (reporter)
2016-07-13 07:10

I mean the condition at lines 3005-3007 as of f0cff06d943e68d18eee5a65facff8961dc2d902. IIUC, it does not check the actor's mtime.
(0037419)
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-07 09:09 Luc Habert New Issue
2015-10-07 09:09 Luc Habert File Added: a.cxx
2015-10-07 10:22 Luc Habert Note Added: 0035268
2016-07-06 14:13 Shawn Waldon Assigned To => Shawn Waldon
2016-07-06 14:42 Shawn Waldon Note Added: 0036219
2016-07-06 14:42 Shawn Waldon Assigned To Shawn Waldon =>
2016-07-06 14:46 Sebastien Jourdain Assigned To => Ken Martin
2016-07-13 07:10 Luc Habert Note Added: 0036351
2016-08-12 09:55 Kitware Robot Note Added: 0037419
2016-08-12 09:55 Kitware Robot Status backlog => closed
2016-08-12 09:55 Kitware Robot Resolution open => moved


Copyright © 2000 - 2018 MantisBT Team