Skip to content

Commit

Permalink
scalar: removes self-provided context param in WebGLRenderer (tensorf…
Browse files Browse the repository at this point in the history
  • Loading branch information
japie1235813 authored and dna2github committed May 1, 2023
1 parent 7381d15 commit 72e739b
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -283,7 +283,6 @@ export class ThreeRenderer implements ObjectRenderer<CacheValue> {

this.renderer = new THREE.WebGLRenderer({
canvas: canvas as HTMLCanvasElement,
context: canvas.getContext('webgl2') as WebGLRenderingContext,
antialias: true,
alpha: true,
});
Expand Down

0 comments on commit 72e739b

Please sign in to comment.