npadmana / npD

0 stars 0 forks source link

mangle pixelized lookup assumes -P0,<res> #28

Open npadmana opened 10 years ago

npadmana commented 10 years ago

The mangle pixelization can decide to stop pixelizing if the number of polygons per pixel is less than a certain number. The current mangle code assumes that everything is pixelized to the highest resolution... and will fail if given a file with non-constant resolution.

At a minimum, we should introduce a test here that flags if we see pixels not at a specified resolution, but the code should handle this more gracefully as well.

npadmana commented 10 years ago

See : http://space.mit.edu/~molly/mangle/manual/pixelize.html for more information..