فهرست منبع

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>
 		</style>
 	</head>
 	</head>
 	<body>
 	<body>
-
-		<div id="container"></div>
 		<div id="info"><a href="http://threejs.org" target="_blank">three.js</a> - cameras<br/>
 		<div id="info"><a href="http://threejs.org" target="_blank">three.js</a> - cameras<br/>
 		<b>O</b> orthographic <b>P</b> perspective
 		<b>O</b> orthographic <b>P</b> perspective
 		</div>
 		</div>