HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //home/panomity.de/vr.panomity.com/plugins/splat3d/splat3d.xml
<krpano>
	<!--
		splat3d.xml
		CMS4VR Plugin: "3D-Modus" pro Szene über Gaussian Splats.
		Lädt JS/CSS; der Button erscheint nur, wenn für die aktuelle Szene
		panos/pN.tiles/splat.splat existiert.
	-->

	<action name="splat3d_load_resources" autorun="preinit" type="Javascript" protect="true"><![CDATA[
		var css = document.createElement("link");
		css.setAttribute("rel", "stylesheet");
		css.setAttribute("type", "text/css");
		css.setAttribute("href", "plugins/splat3d/splat3d.css?v=" + Date.now());
		document.getElementsByTagName("head")[0].appendChild(css);

		var script = document.createElement("script");
		script.setAttribute("type", "text/javascript");
		script.setAttribute("src", "plugins/splat3d/splat3d.js?v=" + Date.now());
		script.onerror = function() {
			console.error('Splat3D: Failed to load JavaScript');
		};
		document.getElementsByTagName("head")[0].appendChild(script);

		// Puppenhaus-Ansicht (3D-Grundriss mit klickbaren Räumen)
		var scriptD = document.createElement("script");
		scriptD.setAttribute("type", "text/javascript");
		scriptD.setAttribute("src", "plugins/splat3d/dollhouse.js?v=" + Date.now());
		document.getElementsByTagName("head")[0].appendChild(scriptD);
	]]></action>

</krpano>