HEX
Server: Apache
System: Linux web2046c1.megawebservers.com 5.14.0-570.37.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Aug 28 10:41:06 UTC 2025 x86_64
User: absolutespace.ca (53202)
PHP: 7.4.33
Disabled: apache_get_modules,apache_get_version,disk_free_space,phpinfo,exec,shell_exec,passthru,system,proc_nice
Upload Files
File: /services/webpages/a/b/absolutespace.ca/public/vtour/3130travers/plugins/fps.xml
<krpano>

	<!--
		fps (frames per second) xml plugin
		- this plugin shows the current average rendering frame-rate
	-->

	<action name="fps_install" autorun="preinit" scope="local">
		delayedcall(0.5,
			addlayer(fps_display);
			set(layer[fps_display],
				type=text,
				keep=true,
				align='lefttop',
				css=calc('font-size:'+(device.mobile AND stagescale LT 1.0 ? 24 : 12)+'px; color:#FFFFFF;'),
				txtshadow='0 0 1 0x000000 1.0',
				bg=false,
				parent=STAGE,
				vr=true,
				enabled=false
			);
			setinterval(fps_plugin, 0.5,
				calc(layer[fps_display].html, 'FPS: ' + ((display.currentfps+0.5) BOR 0));
			);
		);
	</action>

</krpano>