mirror of
https://git-old.hatthieves.es/g/g.git
synced 2026-07-28 12:35:58 +00:00
27 lines
580 B
HTML
27 lines
580 B
HTML
<!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>
|