mirror of
https://github.com/bgstaal/multipleWindow3dScene.git
synced 2026-03-12 17:51:34 +08:00
20 lines
328 B
HTML
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> |