Files
web3d/3MF_test/test_js_call/webgl_loader_3mf_materials.html
T
2023-09-27 11:29:44 +02:00

37 lines
934 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>three.js webgl - 3MF</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<style>
body {
/* background-color: "rgb(150,150,150)";
*/
/* background-color: #a0a0a0; */
background-color: red;
}
</style>
</head>
<body>
<script type="importmap">
{
"imports": {
"three": "./build/three.module.js",
"three/addons/": "./jsm/"
}
}
</script>
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>
<div id = "WebGL-3mfExport">
<!-- Render's Interface -->
</div>
<div>
<!-- <input type="range" id="refre_slider" min="1" max="500" value="33"/> -->
</div>
<script src="./draw/webgl_draw.js" type="module"></script>
<script src="./draw/draw_call.js" type="module"></script>
</body>
</html>