瀏覽代碼

Update canvasrenderer

gero3 11 年之前
父節點
當前提交
c8c99e75a5
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/api/renderers/CanvasRenderer.html

+ 2 - 2
docs/api/renderers/CanvasRenderer.html

@@ -90,7 +90,7 @@
 		This returns the anisotropy level of the textures.
 		This returns the anisotropy level of the textures.
 		</div>
 		</div>
 
 
-		<h3>.render( [page:Scene scene], [page:Camera camera]) [page:todo]</h3>
+		<h3>.render( [page:Scene scene], [page:Camera camera])</h3>
 		<div>
 		<div>
 		scene -- The scene to render. <br />
 		scene -- The scene to render. <br />
 		camera -- the camera to view the scene.
 		camera -- the camera to view the scene.
@@ -104,7 +104,7 @@
 		Tells the renderer to clear its color drawing buffer with the clearcolor.
 		Tells the renderer to clear its color drawing buffer with the clearcolor.
 		</div>
 		</div>
 
 
-		<h3>.setClearColor([page:Color color], [page:number alpha]) [page:todo]</h3>
+		<h3>.setClearColor([page:Color color], [page:number alpha])</h3>
 		<div>
 		<div>
 		color -- The color to clear the canvas with. <br />
 		color -- The color to clear the canvas with. <br />
 		alpha -- The alpha channel to clear the canvas with.
 		alpha -- The alpha channel to clear the canvas with.