Explorar el Código

Update webgl_camera.html, removing container div

Container div is unnecessary since it's created in init() function as an appendChild() to body.
bloublou2014 hace 11 años
padre
commit
3083cf6ac9
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      examples/webgl_camera.html

+ 0 - 2
examples/webgl_camera.html

@@ -37,8 +37,6 @@
 		</style>
 	</head>
 	<body>
-
-		<div id="container"></div>
 		<div id="info"><a href="http://threejs.org" target="_blank">three.js</a> - cameras<br/>
 		<b>O</b> orthographic <b>P</b> perspective
 		</div>