multipleWindow3dScene / index.html
AstraOS's picture
Upload 4 files
8637a12 verified
raw
history blame contribute delete
347 Bytes
<!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>