[vtkusers] rendering glitches
Danny Holstein
dgholstein at earthlink.net
Tue Sep 18 10:41:22 EDT 2007
All;
In my first attempt at graphics with VTK I came up with rendering glitches as seen on the attached graphics file. I've also included a compilable code snippet that generates the attached glitches.
I'm running Suse 10.1 x86_64 on a dual-core Turion 64 and using the ATI Xserver, version 8.34.
When I use the static array declaration, "vtkActor *meanderActor[15];" instead of the dynamic, "vtkActor * *meanderActor= new vtkActor *[15];", it works without glitches.
The question is obvious, why am I getting these glitches, is it my code, is it a bug in VTK, or a problem with my hardware? If someone were to test the code on a 32 bit machine with non-ATI graphics, it would be very helpful.
BTW: I get no run time faults.
...Dan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: glitch.png
Type: image/png
Size: 27234 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20070918/d9f4a813/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: functions.cxx
Type: text/x-c++src
Size: 4972 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20070918/d9f4a813/attachment.cxx>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Makefile
Type: application/octet-stream
Size: 1280 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20070918/d9f4a813/attachment.obj>
More information about the vtkusers
mailing list