Last change
on this file since 1229 was
880,
checked in by Maciej Komosinski, 5 years ago
|
A simple javascript demo/animation of the basic behavior of "standard.expdef" experiment definition in Framsticks
|
File size:
1.4 KB
|
Line | |
---|
1 | <!DOCTYPE html> |
---|
2 | <html> |
---|
3 | <head> |
---|
4 | <meta charset=utf-8> |
---|
5 | <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> |
---|
6 | <link rel="stylesheet" type="text/css" href="static/styles.css"> |
---|
7 | <title>Standard.expdef Animation</title> |
---|
8 | </head> |
---|
9 | <body style="margin: 0; overflow: hidden;"> |
---|
10 | <!--External dependencies--> |
---|
11 | <script src="js/external/threejs/three.min.js"></script> |
---|
12 | <script src="js/external/threejs/CSS3DRenderer.js"></script> |
---|
13 | <script src="js/external/threejs/OrbitControls.js"></script> |
---|
14 | <script src="js/external/threejs/Sky.js"></script> |
---|
15 | <script src="js/external/tweenjs/tween.min.js"></script> |
---|
16 | <script src="../sdk/frams-sdk.js"></script> |
---|
17 | <script src="js/external/framsjs/visualization/jointmeshfactory.js"></script> |
---|
18 | <script src="js/external/framsjs/visualization/partmeshfactory.js"></script> |
---|
19 | <script src="js/external/framsjs/visualization/transformations.js"></script> |
---|
20 | <!--Project sources--> |
---|
21 | <script src="js/config.js"></script> |
---|
22 | <script src="js/world/core.js"></script> |
---|
23 | <script src="js/world/object/framstick.js"></script> |
---|
24 | <script src="js/world/object/table.js"></script> |
---|
25 | <script src="js/world/object/text.js"></script> |
---|
26 | <script src="js/world/object/arrow.js"></script> |
---|
27 | <script src="js/simulation/core.js"></script> |
---|
28 | <script src="js/app.js"></script> |
---|
29 | </body> |
---|
30 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.