Widget:3DModelNotteMoe
Jump to navigation
Jump to search
<script>
document.querySelector("#modelViewer a").addEventListener("click", function(e) {
document.querySelector("#modelViewer").innerHTML = '<iframe width="400px" height="400px" src="https://mushymato.github.io/dl-fbx/#/" frameborder="0" style="border:none;" allowvr="yes" allow="vr; xr; accelerometer; magnetometer; gyroscope; autoplay;" allowfullscreen mozallowfullscreen="true" webkitallowfullscreen="true" onmousewheel="" ></iframe>
Click <a href="https://mushymato.github.io/dl-fbx/#/">here</a> if model fails to load. Report any missing models <a href="https://dragalialost.gamepedia.com/Widget_talk:3DModelNotteMoe">here</a>.';
e.preventDefault();
e.stopPropagation();
}, false);
</script>