claygl/example/gltf_texture_npot.html
2022-05-11 20:11:26 +08:00

22 lines
498 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>None Power of Two Texture Test</title>
</head>
<body>
<style>
html,
body,
#main {
height: 100%;
margin: 0;
}
</style>
<div id="main"></div>
<script type="module" src="./gltf_texture_npot.ts"></script>
</body>
</html>