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