We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2a773a commit c4699cbCopy full SHA for c4699cb
src/renderers/WebGLRenderer.d.ts
@@ -307,21 +307,14 @@ export class WebGLRenderer implements Renderer {
307
resetGLState(): void;
308
dispose(): void;
309
310
- /**
311
- * Tells the shadow map plugin to update using the passed scene and camera parameters.
312
- *
313
- * @param scene an instance of Scene
314
- * @param camera — an instance of Camera
315
- */
316
renderBufferImmediate(
317
object: Object3D,
318
program: Object,
319
- material: Material
320
): void;
321
322
renderBufferDirect(
323
camera: Camera,
324
- fog: Fog,
+ scene: Scene,
325
geometry: Geometry | BufferGeometry,
326
material: Material,
327
0 commit comments