mdx-m3-viewer
Version:
A browser WebGL model viewer. Mainly focused on models of the games Warcraft 3 and Starcraft 2.
23 lines (19 loc) • 391 B
HTML
<html>
<head>
<title>Melee</title>
<meta charset="utf-8" />
<style>
.center {
text-align: center;
user-select: none;
}
</style>
</head>
<body>
<p class="center">Drop a map anywhere</p>
<script src="../../dist/viewer.min.js"></script>
<script src="../thirdparty/filesaver.js"></script>
<script src="main.js"></script>
</body>
</html>