You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

26 lines
580 B

<!DOCTYPE html>
<html lang="en">
<head>
<title>three.js webgl - teapot buffer geometry</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<style>
body {
margin: 0px;
overflow: hidden;
}
</style>
<script src="js/three.min.js"></script>
<script type="text/javascript" src="Modelos/js/jquery.min.js"></script>
</head>
<body>
<div id="WebGL-salida">
</div>
</body>
<script>
$(function(){
});
</script>
</html>