Files
multipleWindow3dScene/index.html
Bjørn Gunnar Staal 41bc36434e tweaks
2023-11-23 12:32:02 +01:00

20 lines
328 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>3d example using three.js and multiple windows</title>
<script type="text/javascript" src="three.r124.min.js"></script>
<style type="text/css">
*
{
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<script type="module" src="main.js"></script>
</body>
</html>