|
@@ -414,13 +414,6 @@
|
|
|
<h3>[method:null setClearColor]( [page:Color color], [page:Float alpha] )</h3>
|
|
|
<div>Sets the clear color and opacity.</div>
|
|
|
|
|
|
- <h3>[method:null setFaceCulling]( [page:Renderer cullFace], [page:Renderer frontFace] )</h3>
|
|
|
- <div>
|
|
|
- See [page:Renderer WebGLRenderer constants] for all possible values for [page:Renderer cullFace] and [page:Renderer frontFace].<br />
|
|
|
- Used for setting the gl.frontFace and gl.cullFace states in the GPU, thus enabling/disabling face culling when rendering.<br />
|
|
|
- If cullFace is set to [page:Renderer CullFaceNone], culling will be disabled.<br />
|
|
|
- </div>
|
|
|
-
|
|
|
<h3>[method:null setPixelRatio]( [page:number value] )</h3>
|
|
|
<div>Sets device pixel ratio. This is usually used for HiDPI device to prevent bluring output canvas.</div>
|
|
|
|