Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update paths in html header #3

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<html>
<h1>tests for x3dv4 nodes</h1>
<ul>
<li><a href='test/Macro.html'>Macro</a></li>
<li><a href='test/Animate.html'>Animate</a></li>
</ul>
</html>
10 changes: 5 additions & 5 deletions test/Animate.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

<head>
<title>Animate node Test - 3D the HTML Way</title>
<link rel='stylesheet' type="text/css" href='../../../../lib/x3dom.css'>
<script src="../../../../lib/jquery-1.10.2.js"></script>
<script src="../../../../lib/x3dom.debug.js"></script>
<script src='../../src/nodes/Time/Animate.js'></script>
<script src='../../src/nodes/Interpolation/Interpolate.js'></script>
<link rel='stylesheet' type="text/css" href='http://x3dom.org/download/x3dom.css'>
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
<script src="http://x3dom.org/download/x3dom.js"></script>
<script src='../src/nodes/Time/Animate.js'></script>
<script src='../src/nodes/Interpolation/Interpolate.js'></script>
</head>
<body>
<div id='scene'>
Expand Down