Embed my game on a webpage
You can publish your project to a HTML file via the editor or copy this code below.
Change path/to/file.d3d to the path that goes to your d3d file.
Standard method
<script type="module" crossorigin src="https://damen3d.com/player/1.2.7-beta.1/d3dplayer.js"></script>
<div id="damen3d-player" src="path/to/file.d3d"></div>
iframe method
<iframe
src="https://damen3d.com/embed.php?src=path/to/file.d3d"
width="100%"
height="100%"
style="max-width: 1000px;max-height: 600px;border: 0px;"></iframe>