mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-18 15:02:09 +00:00
20 lines
568 B
HTML
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> |