summaryrefslogtreecommitdiff
path: root/trunk/users/erik/stl2web/viewer.php
blob: 85e58d64453bbdfac3b55bccbd8346cf8977f110 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
//  Animations: http://www.f-lohmueller.de/pov_tut/animate/anim12e.htm
?>
<html>
<head>
</head>
<body>
<?php
$code = <<< EOT
<div class="stl2web" id="stl2web1" type="camera.rotate(360)" fps="5">
<script src="http://counter.reprap.org/stl2web/jquery.js"></script>
<script src="http://counter.reprap.org/stl2web/stl2web.js"></script>
EOT;

echo "\nEmbed this: <textarea>".htmlentities($code,ENT_NOQUOTES)."</textarea>";
echo $code;

?>
Look at the discussion here:
<a href=""></a>
</body>