2020-05-01 09:07:57 +08:00

20 lines
568 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>WebGL Path Tracing</title>
<script type="text/javascript" src="sylvester.src.js"></script>
<script type="text/javascript" src="glUtils.js"></script>
<script type="text/javascript" src="index.js"></script>
</head>
<body>
<canvas id="canvas" width="512" height="512"></canvas>
<input type="hidden" id="material" value="0" />
<input type="hidden" id="environment" value="0" />
<input type="hidden" id="glossiness" value="0.6" />
</body>
</html>