@@ -279,13 +279,6 @@ <h3>[property:Number toneMappingWhitePoint]</h3>
279279
280280 < h2 > Methods</ h2 >
281281
282- < h3 > [method:Integer allocTextureUnit]</ h3 >
283- < p >
284- Attempt to allocate a texture unit for use by a shader. Will warn if trying to allocate
285- more texture units than the GPU supports. This is mainly used internally.
286- See [page:WebGLRenderer.capabilities capabilities.maxTextures].
287- </ p >
288-
289282 < h3 > [method:null clear]( [param:Boolean color], [param:Boolean depth], [param:Boolean stencil] )</ h3 >
290283 < p >
291284 Tells the renderer to clear its color, depth or stencil drawing buffer(s).
@@ -466,26 +459,6 @@ <h3>[method:null setSize]( [param:Integer width], [param:Integer height], [param
466459 Setting [page:Boolean updateStyle] to false prevents any style changes to the output canvas.
467460 </ p >
468461
469- < h3 > [method:null setTexture2D]( [param:Texture texture], [param:number slot] )</ h3 >
470- < p >
471- texture -- The [page:Texture texture] that needs to be set.< br />
472- slot -- The number indicating which slot should be used by the texture.< br /> < br />
473-
474- This method sets the correct texture to the correct slot for the WebGL shader.
475- The slot number can be found as a value of the uniform of the sampler.< br /> < br />
476-
477- Note: This method replaces the older [method:null setTexture] method.
478- </ p >
479-
480- < h3 > [method:null setTextureCube]( [param:CubeTexture cubeTexture], [param:Number slot] )</ h3 >
481- < p >
482- texture -- The [page:CubeTexture cubeTexture] that needs to be set.< br />
483- slot -- The number indicating which slot should be used by the texture.< br /> < br />
484-
485- This method sets the correct texture to the correct slot for the WebGL shader.
486- The slot number can be found as a value of the uniform of the sampler.
487- </ p >
488-
489462 < h3 > [method:null setViewport]( [param:Integer x], [param:Integer y], [param:Integer width], [param:Integer height] )< br />
490463 [method:null setViewport]( [param:Vector4 vector] )</ h3 >
491464
0 commit comments