What's the best way to rasterize a 3D polygon (not constant Z value)?
The NumericRasterizer is very efficient (3.2 seconds) but uses a single z value (first vertex?) for the entire polygon.
The RasterDemGenerator produces the desired results, but takes over 1.5 hours to run.
Is there an alternative to the RasterDemGenerator that is more efficient?