Browse Source

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 years ago
parent
commit
3083cf6ac9
1 changed files with 0 additions and 2 deletions
  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>