Skip to content
Snippets Groups Projects
Commit c1ee83b7 authored by Ken Martin's avatar Ken Martin
Browse files

The viewport to * transforms are off

The viewport coordinates were pixel centered
which casues a number of issues including missing
border pixels etc. This patch fixes the math
so that viewport coordinates range from the
lower left to the upper right which the origin
being lower left. e.g. pixel 0,0 is the lower
left of the pixel.

This topic addresses issue:

vtk/vtk#15565
parent 082a62f2
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 19 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment