Sie sind nicht angemeldet.

1

Donnerstag, 4. Mai 2017, 10:15

Filter for tiles only. Is it possible?

Is it possible to add filter (sepia or grayscale) only for krpano tiles? Not for hotspot and layer?
I want to add filter on hotspot click for adding accent on hotspot.

Thanks

2

Donnerstag, 4. Mai 2017, 22:38

Hi,

you could try adding a filter by using post-processing plugin API:
https://krpano.com/docu/plugininterface/#krpanowebglapi

Here an example with a blur-effect:
Postprocessing Plugin Example - Multi-Pass-Blur

The post-processing affects only WebGL content (in krpano the pano itself and the hotspots are rendered by WebGL by default) and to avoid that hotspots get affected, add renderer="css3d" to them.

Best regards,
Klaus

3

Freitag, 5. Mai 2017, 15:59

Exactly! Thanks a lot!!!! *thumbsup*