[vtkusers] depthbuffer issue?

David E DeMarle dave.demarle at kitware.com
Tue Apr 21 17:34:49 EDT 2009


This reminds me of a precision issue. See bug 5753
(http://public.kitware.com/Bug/view.php?id=5753) and search markmail
for precision problem rendering
(http://paraview.markmail.org/search/?q=rendering+precision+problem)

OpenGL and thus VTK's rendering classes have a limited number of bits
to put dimensions in while rendering.

When the data dimensions push those limits (for example a polygonal
sphere of size 10e-6 located 10e+6 units away from the origin) we've
noticed effects like those you describe. As yet don't have a general
purpose solution, and the answer so far is fixup the data.

David E DeMarle
Kitware, Inc.
R&D Engineer
28 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-371-3971 x109



On Tue, Apr 21, 2009 at 5:17 PM, Flanery Jr, Raymond E.
<flaneryrejr at ornl.gov> wrote:
> I have a set of bldg footprints for nashville that I have cut down to about 850 bldgs. I am trying to extruding  them in vtk and am having the problem that as I move around in the data set triangles are being constantly drawn improperly, almost like the normals are flopping around. If I extract a smaller set of the buildings, say 5-20 everything looks normal, same code. Any suggestions for what I am seeing?
>
> Ray Flanery
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>



More information about the vtkusers mailing list