Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
glumb authored Oct 22, 2017
1 parent 6c81ece commit f97d3d3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>

<head>
<title>learningthree.js boiler plate for three.js</title>
<title>Robot Gui by Maximilian Beck</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">

Expand All @@ -27,8 +27,6 @@
<body>
<!-- three.js container -->
<div id="container"></div>
<!-- info on screen display -->


<script type="text/javascript">

Expand All @@ -40,11 +38,6 @@
State: '../vendor/state/State',
Kinematic: 'InverseKinematic'
},
// shim: {
// 'Kinematic': {
// exports: 'kinematic'
// }
// }
});

require(['Hmi'], function(Hmi) {
Expand Down

0 comments on commit f97d3d3

Please sign in to comment.