Skip to content

Commit

Permalink
removed jquery stuff, renamve .html files to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Andor committed Jul 24, 2010
1 parent 28815d2 commit 6f473f2
Show file tree
Hide file tree
Showing 21 changed files with 71 additions and 552 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
302 changes: 0 additions & 302 deletions demos/acorn/css/ui-lightness/jquery-ui-1.8.2.custom.css

This file was deleted.

19 changes: 19 additions & 0 deletions demos/acorn/index.html
@@ -0,0 +1,19 @@
<html>

<head>
<link rel="stylesheet" type="text/css" href="../style.css" />
<script src="../../pointstream.js"></script>
<script src="acorn.js"></script>
</head>

<body onLoad="start();" bgcolor="#222" text="#FFF">
<input type="button" value="Take Screenshot" onClick="addPNG();"/>
<input type="button" value="clear" onClick="clearPNG();"/><br />
<canvas id="canvas" width="300" height="500"></canvas>
<span id="thumbnails"></span>
<span id="debug"></span>
<br />
<span>Last key Pressed:</span> <span id="key">None</span>
</body>

</html>
154 changes: 0 additions & 154 deletions demos/acorn/js/jquery-1.4.2.min.js

This file was deleted.

96 changes: 0 additions & 96 deletions demos/acorn/js/jquery-ui-1.8.2.custom.min.js

This file was deleted.

14 changes: 14 additions & 0 deletions demos/lion/index.html
@@ -0,0 +1,14 @@
<html>

<head>
<link rel="stylesheet" type="text/css" href="../style.css" />
<script src="../../pointstream.js"></script>
<script src="lion.js"></script>
</head>

<body onLoad="start();">
<canvas id="canvas" width="500" height="500" style="position:absolute;left:0px;top:0px;"></canvas>
<span id="debug"></span>
</body>

</html>
38 changes: 38 additions & 0 deletions demos/mickey/index.html
@@ -0,0 +1,38 @@
<html>

<head>
<link rel="stylesheet" type="text/css" href="../style.css" />
<script src="../../pointstream.js"></script>
<script src="mickey.js"></script>
</head>

<body onLoad="start();">
A cross-browser JavaScript tool which will emulate Arius3D's PointStream viewer. <br />
It will be able to quickly render a large amount of point cloud data to the &lt;canvas &gt;<br />
tag using WebGL.<br />
<br />
A cross-browser JavaScript tool which will emulate Arius3D's PointStream viewer. <br />
It will be able to quickly render a large amount of point cloud data to the &lt;canvas &gt;<br />
tag using WebGL.<br />
<br />
A cross-browser JavaScript tool which will emulate Arius3D's PointStream viewer. <br />
It will be able to quickly render a large amount of point cloud data to the &lt;canvas &gt;<br />
tag using WebGL.<br />
<br />
A cross-browser JavaScript tool which will emulate Arius3D's PointStream viewer. <br />
It will be able to quickly render a large amount of point cloud data to the &lt;canvas &gt;<br />
tag using WebGL.<br />
<br />
A cross-browser JavaScript tool which will emulate Arius3D's PointStream viewer. <br />
It will be able to quickly render a large amount of point cloud data to the &lt;canvas &gt;<br />
tag using WebGL.<br />
<br />
A cross-browser JavaScript tool which will emulate Arius3D's PointStream viewer. <br />
It will be able to quickly render a large amount of point cloud data to the &lt;canvas &gt;<br />
tag using WebGL.<br />

<canvas id="canvas" width="500" height="500" style="position:absolute;left:0px;top:0px;"></canvas>
<span id="debug"></span>
</body>

</html>

0 comments on commit 6f473f2

Please sign in to comment.