DIR : /home/kozerus/public_html/blob2.html

/home/kozerus/public_html

<html>
<head>
<script type="text/javascript">

function log(msg)
{
  var textArea;

  textArea = document.getElementById("logArea");
  textArea.value = msg + "\n" + textArea.value;
}

function clearLog()
{
  var textArea;

  textArea = document.getElementById("logArea");
  textArea.value = "";
}

</script>

<!-- <script type="text/javascript" src="blobsallad.js"> </script> -->
<script type="text/javascript" src="blob2.js"> </script>

<style type="text/css">
  canvas { }
</style>

</head>

<body onload="init();">

<canvas id="blob" width="600" height="400"></canvas><br>

<a href="javascript:stop()">pause simulation</a>
<a href="javascript:start()">resume simulation</a>
</body>
</head>
//


koh5_pano



Your browser does not support the HTML5 canvas element.


Drag mouse to navigate.

Navigation





17.Aug.2010, Martin Wengenmayer