You are not logged in.

Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

21

Wednesday, March 16th 2022, 12:16pm

Hi Index,

another idea ..
Is it possible to assign blur with different strenght to Hotspots?

So i would blure all in general (works well) ... and exclude my 3 "unblured" Hotspots thrue assigning the bure value 0 to them. Would it work? How to get it in simpliest way?

Greetz mil

22

Thursday, March 17th 2022, 9:25am

no, that does not work.
the krpano api filters are applied first and you cant unblur them with blur=0 using the css filters
krpano itself does not support hotspot[abc].blur values, this is a zfilter thing on top of krpano.

a) krpano api webgl filters
they are applied on the panorama before or after the hotspots are drawn.
this is what phase is used for.
these filters are applied by webgl and work only on renderer=webgl hotspots
layers are never webgl, so they cant get filters this way

b) zfilter css filters
they are applied later, after phase 2, totally separate from krpano (not a krpano feature)
these filters are applied by css and work (only) on renderer=css3d hotspots and layers.

the simple solution is to blur the pano including all hotspots
(maybe hide / fade out unwanted layers)
and use a layer button (not a hotspot) to return to normal.
but if that works depends on your concept, what you want to do

hmm.. after thinking... try this...
use renderer=webgl (default) on all your hotspots
and renderer=css3d on you non-blur hotspots
non-webvr this should work

This post has been edited 16 times, last edit by "indexofrefraction" (Mar 17th 2022, 9:56am)


23

Thursday, October 20th 2022, 11:44am

Is automatic transition between panoramas possible with Zfilter?
Best. *rolleyes*

24

Thursday, October 20th 2022, 12:58pm

Is automatic transition between panoramas possible with Zfilter?
Best. *rolleyes*


Hi Suso, I'm not sure if I understand 100% ...

All zFilter attributes stay active during the transition between panoramas.
eg. if blur or saturation is active it affects the new panorama as well.
Also you can tween zFilter attributes like any other krpano attribute.
this would also work during a transition.

best, Index

25

Thursday, October 20th 2022, 1:44pm

I mean, if I can make an automatic presentation with several panoramas with Zfiler transitions, with a timer that regulates the change from scene to scene
Best.

26

Thursday, October 20th 2022, 3:34pm

I mean, if I can make an automatic presentation with several panoramas with Zfiler transitions, with a timer that regulates the change from scene to scene
Best.

yes of course, you simply start tweens when you call loadscene
the timer / logic how to start the tweens has nothing to do with zFilter, that is base krpano functionality

27

Saturday, October 22nd 2022, 11:40am

*thumbsup*

28

Monday, April 24th 2023, 2:33pm

zFilter 3

Hi everyone,

zFilter 3 is on the way... *smile*

new :
- krpano 1.21 support and compatibilty
- new invert/bginvert attributes for postpocessing and layers/hotspots !
- new dropshadow attribute and layers/hotspots !
- auto add/removezfilter for layers and hotspots
- haszfilter() function for layers/hotspots
- enhanced editor, logger and CSS filter example for layers and hotspots

coming soon...

This post has been edited 2 times, last edit by "indexofrefraction" (Apr 24th 2023, 6:23pm)


Tuur

Sage

Posts: 3,769

Location: Netherlands

Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer

  • Send private message

30

Monday, April 24th 2023, 9:07pm

zFilter3 is online ! (tx Klaus)

plugin page and release notes are here

checkout the new css filter example in the documentation or fullscreen
switch the edit target by clicking on the target button, the dropshadow field is editable for testing


Similar threads