opengeospatial / styles-and-symbology

OGC Styles & Symbology Standards
Other
11 stars 6 forks source link

Consider adding Shadow as new capability #51

Open maxcollombin opened 5 months ago

maxcollombin commented 5 months ago

Consider adding Shadow as new capability

oertz commented 5 months ago

So like this (for qgis it is a "effect" capabilites) : Screenshot from 2024-03-26 14-27-44

jerstlouis commented 4 months ago

Should we define this in Part 2?

ebocher commented 1 month ago

Must be done via a function. e.g : S_GeometryShadow(GEOMETRY geom, DOUBLE azimuth, DOUBLE altitude,DOUBLE height)

where geom: the geometry used to compute the shadow, azimuth and altitude: the position of the sun (parameters exprimed in radians). height value is used to extrude the facades of the geometry.

oertz commented 1 month ago

I was rather refering to parameters of general layer rendering, like in QGIS Screenshot from 2024-07-10 16-40-15

ebocher commented 1 month ago

Ok. It seems interesting to add an extension Symbolizer Effects

jerstlouis commented 1 month ago

@ebocher yes this would typically be in screenspace rather than geographic / CRS space I think, so not a geometry manipulation function. It would typically be implemneted in GPU shaders.