-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
executable file
·35 lines (26 loc) · 1.22 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="user-scalable=no" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>plantfem</title>
<link rel="stylesheet" href="https://plantfem.org/three_style.css">
<!-- using libraries -->
<script src="https://threejs.org/build/three.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://plantfem.org/js/controls/OrbitControls.js"></script>
<!--
<script src="https://plantfem.org/js/loaders/STLLoader.js"></script>
-->
<script src="https://threejs.org/examples/js/loaders/STLLoader.js"></script>
<script src="https://plantfem.org/dat.gui/build/dat.gui.js"></script>
<script src="https://plantfem.org/stats.js/build/stats.min.js"></script>
<script src="https://plantfem.org/showchart.js?date=2021030v2"></script>
<script src="https://plantfem.org/showBiomass.js?date=20210307v2"></script>
<script src="https://plantfem.org/virtualjoystick.js/virtualjoystick.js"></script>
</head>
<body oncopy="return false;">
<script src="src/js/plantfem.js"></script>
</body>
</html>