public class BlurredMapDisplayShader extends MapDisplayShader
p, shader
Constructor and Description |
---|
BlurredMapDisplayShader(processing.core.PApplet p) |
BlurredMapDisplayShader(processing.core.PApplet p,
int blurSize,
float sigma) |
Modifier and Type | Method and Description |
---|---|
void |
shadeWithoutMarkers(processing.core.PGraphics mapDisplayCanvas)
Applies the shader to the map display canvas.
|
getShader, resize, shadeWithMarkers
public BlurredMapDisplayShader(processing.core.PApplet p, int blurSize, float sigma)
public BlurredMapDisplayShader(processing.core.PApplet p)
public void shadeWithoutMarkers(processing.core.PGraphics mapDisplayCanvas)
MapDisplayShader
shadeWithoutMarkers
in class MapDisplayShader
mapDisplayCanvas
- The inner canvas.