mirror of
https://github.com/pissang/claygl.git
synced 2026-01-18 16:22:29 +00:00
12 lines
339 B
HTML
12 lines
339 B
HTML
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>Deferred Sphere Light</title>
|
|
</head>
|
|
<body style="margin: 0px">
|
|
<canvas id="main" style="background: black"></canvas>
|
|
<script src="./deferred_sphere.ts" type="module"></script>
|
|
</body>
|
|
</html>
|