浏览代码

Update webgl_camera.html, removing container div

Container div is unnecessary since it's created in init() function as an appendChild() to body.
bloublou2014 11 年之前
父节点
当前提交
3083cf6ac9
共有 1 个文件被更改,包括 0 次插入2 次删除
  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>