blob: 94922bb9ab14dca532ab934397b19e7dbf9bab4c [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 class="body-sk">
<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>