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