source: js/viewer-f0/index.html @ 173

Last change on this file since 173 was 173, checked in by mmichalski, 10 years ago

Add missed files

File size: 1.2 KB
Line 
1<!DOCTYPE html>
2<html>
3<head>
4    <title></title>
5    <link rel="stylesheet" type="text/css" href="css/styles.css">
6</head>
7<body>
8<script src="js/library/jquery-1.11.0.min.js"></script>
9<script src="js/library/jquery.comment.js"></script>
10<script src="js/library/three.min.js"></script>
11<script src="js/library/TrackballControls.js"></script>
12<script src="js/Structures/Model.js"></script>
13<script src="js/Structures/Part.js"></script>
14<script src="js/Structures/Joint.js"></script>
15<script src="js/Structures/Neuro.js"></script>
16<script src="js/Structures/NeuroConn.js"></script>
17<script src="js/graphicsEngine.js"></script>
18<script src="js/NeuronDrawer.js"></script>
19<script src="js/SmartLayout.js"></script>
20<script src="js/Structures/NeuroClass.js"></script>
21<script src="js/main.js"></script>
22
23
24<div class="cont" id="container"></div>
25<div class="cont" id="containerNeuron"></div>
26
27<div id="menu">
28    <textarea id="geno">//0&#13;&#10;p:</textarea>
29    <div><input type="checkbox" id="axisBox"> Show axis for parts </input></div>
30    <div id="test">
31        <!-- Wywołanie openWindow z main.js-->
32        <button onclick="openWindow()">Render</button>
33    </div>
34
35</div>
36
37
38</body>
39</html>
Note: See TracBrowser for help on using the repository browser.