Martin Schwinn
Results
2
comments of
Martin Schwinn
A dirty fix: ``` #define sampleRasterAtPixel516(raster_index, pixel) \ (texture2D(u_rasters[raster_index], adjustRasterUV(raster_index, (pixel+vec2(2, 2)) / 520.0))) ``` using this definition instead of `sampleRasterAtPixel`
Hello Matt, agreed, that it is not the usual use case and the uses for it within tangram aren't that straight forward. On the other hand I thought it wouldn't...