ecsy-baby
Version:
A community project for easy implementation of ecsy in babylon.js
24 lines (21 loc) • 326 B
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<title>Spinning Cube</title>
<meta name="description" content="ecsy, baby">
<style>
html,
body,
canvas {
margin: 0;
overflow: hidden;
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<script src="main.js"></script>
</body>
</html>