blob: a53d27edf8d2be1e16e7a20510d82f987144f0f7 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>uniform-mouse-sk</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
canvas {
border: solid 1px green;
}
</style>
</head>
<body>
<h1>uniform-mouse-sk</h1>
<uniform-mouse-sk></uniform-mouse-sk>
<canvas width=500 height=500></canvas>
<h2>Results</h2>
<p>Click and drag the mouse over the above canvas to see how the uniform values update.</p>
<pre id=results></pre>
</body>
</html>