babylonwander
Version:
a extension tool for babylon's FreeCamera
22 lines • 594 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name='viewport' content='width=device-width,initial-scale=1.0,user-scalable=no'>
<title>babylonjsMaterialEditor</title>
<style>
html, body, canvas {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
overflow: hidden;
}
</style>
</head>
<body>
<canvas id="renderCanvas" touch-action="none"></canvas>
<script src="/static/js/babylon.js"></script>
<script src="/static/js/pep.0.4.3.js"></script>
</body>
</html>