Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider adding Shadow as new capability #51

Open
maxcollombin opened this issue Mar 26, 2024 · 6 comments
Open

Consider adding Shadow as new capability #51

maxcollombin opened this issue Mar 26, 2024 · 6 comments

Comments

@maxcollombin
Copy link
Collaborator

Consider adding Shadow as new capability

@oertz
Copy link
Collaborator

oertz commented Mar 26, 2024

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

@jerstlouis
Copy link
Member

Should we define this in Part 2?

@ebocher
Copy link
Collaborator

ebocher commented Jul 10, 2024

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
Copy link
Collaborator

oertz commented Jul 10, 2024

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

@ebocher
Copy link
Collaborator

ebocher commented Jul 10, 2024

Ok. It seems interesting to add an extension Symbolizer Effects

@jerstlouis
Copy link
Member

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants