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.
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
This post has been edited 1 times, last edit by "indexofrefraction" (May 26th 2018, 8:37am)
Not very clear to me, are these effects that are performed on the panorama itself? If yes, what about the performance when viewing the 360, because I don't see any examples of this.
Otherwise a great plugin !
This post has been edited 4 times, last edit by "indexofrefraction" (May 26th 2018, 4:29pm)
![]() |
Source code |
1 2 3 4 |
<include url="zfilter_editor.xml" /> <set var="zfilter_editor_visible" val="true" /><!-- initial visibility --> <set var="zfilter_editor_toggle" val="90" /><!-- keycode E to toggle the editor --> <set var="zfilter_editor_align" val="65" /><!-- keycode A to align the editor --> |
This post has been edited 2 times, last edit by "indexofrefraction" (May 26th 2018, 5:52pm)
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
![]() |
Source code |
1 |
if(device.pixelratio GT 1.0, div(display.framebufferscale, 1, device.pixelratio)); |
![]() |
Source code |
1 2 3 |
if(device.pixelratio GT 1.0, copy(framebufferscale_backup, display.framebufferscale); div(display.framebufferscale, 1, device.pixelratio)); |
![]() |
Source code |
1 2 |
if(framebufferscale_backup !== null, copy(display.framebufferscale, framebufferscale_backup)); |
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
This post has been edited 1 times, last edit by "indexofrefraction" (Nov 21st 2019, 7:34am)