claygl/example/composite_lighting.html
2022-06-04 21:54:37 +08:00

12 lines
250 B
HTML

<html>
<head>
<meta charset="utf-8" />
<title>Lighting Composite Node</title>
</head>
<body>
<canvas width="1200" height="640" id="main"></canvas>
<script type="module" src="./composite_lighting.ts"></script>
</body>
</html>