1
0
Fork 0
This repository has been archived on 2024-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
NUIT_INFO_2_DECEMBRE_2016/index.html
2016-12-02 00:37:38 +01:00

32 lines
591 B
HTML

<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<title>Demonixis.Net :: Babylon.js - Partie 1</title>
<style>
body, html {
margin: 0;
padding: 0;
overflow: hidden;
width: 100%;
height: 100%;
}
canvas {
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<canvas id="renderCanvas"></canvas>
<script src="scripts/babylon.custom.js"></script>
<script src="scripts/babylon_obj.js"></script>
<script src="scripts/hand-1.1.3.js"></script>
<script src="scripts/demo.js"></script>
<script>
runDemo("renderCanvas");
</script>
</body>
</html>