Skip to content
Snippets Groups Projects
Commit f84e64d6 authored by peltorr's avatar peltorr
Browse files

Upload New File

parent 3111c153
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE html>
<html>
<!-- Ejemplo de Learning Three.JS by Jos Kirsten -->
<head>
<title>Practica 3 - Robot</title>
<meta charset="UTF-8" />
<script type="text/javascript" charset="UTF-8" src="lib/three.js"></script>
<script type="text/javascript" charset="UTF-8" src="lib/OrbitControls.js"></script>
<script type="text/javascript" src="./robot.js"></script>
<link rel="stylesheet" href="./basico.css" />
</head>
<body>
<!-- Div para meter la salida -->
<div id="contenedor"></div>
<!-- Codigo Javascript para ejecutar la función -->
<script type="text/javascript">
(function () {
// your page initialization code here
// the DOM will be available here
init()
})();
</script>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment