-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed all pjs code. transition file is processing_trans.js
- Loading branch information
Andor
committed
Jun 18, 2010
1 parent
b17efae
commit 5b19226
Showing
2 changed files
with
451 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<html> | ||
|
||
<head> | ||
<link rel="stylesheet" type="text/css" href="style.css" /> | ||
<script src="../processing_trans.js"></script> | ||
<script> | ||
var filename = "acorn1.asc"; | ||
var lightOn = true; | ||
var drawOctree = true; | ||
</script> | ||
</head> | ||
|
||
<body onload="document.getElementById('filename').innerHTML = filename;"> | ||
<canvas id="canvas" width="500" height="500"></canvas> | ||
|
||
<span id="Filename_log">Downloading <span class="filename" id="filename"></span>: ..</span><span class="progress" id="load_percent">0%</span><br /> | ||
<span id="Parse_log"></span><span class="progress" id="parse_percent"></span><br /> | ||
<span id="NumPoints_log"></span><span class="progress" id="num_points"></span><br /> | ||
<span id="Octree_log"></span><span class="progress" id="octree_percent"></span><br /> | ||
<span id="VBO_log"></span><span class="progress" id="vbo_progress"></span><br /> | ||
<br /> | ||
<span id="fps"></span><br /> | ||
<span id="controls"></span> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.