claygl/example/composite_ssao.html
2022-05-22 09:04:47 +08:00

12 lines
260 B
HTML

<html>
<head>
<meta charset="utf-8" />
<title>SSAO Composite Node</title>
</head>
<body style="margin: 0">
<canvas width="1200" height="640" id="main"></canvas>
<script type="module" src="./composite_ssao.ts"></script>
</body>
</html>