From 6c01f66815e31c1ecf567cab2f313d7957683d23 Mon Sep 17 00:00:00 2001 From: casperlamboo Date: Wed, 13 Dec 2017 17:28:25 +0100 Subject: [PATCH] fix previous commit --- src/components/D3Panel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/D3Panel.js b/src/components/D3Panel.js index e826071..0070aec 100644 --- a/src/components/D3Panel.js +++ b/src/components/D3Panel.js @@ -62,7 +62,7 @@ class D3Panel extends React.Component { componentWillMount() { this.createScene(); - const toonShader = hasExtensionsFor.hasExtensionsFor; + const toonShader = hasExtensionsFor.toonShaderPreview this.renderChain = new RenderChain(this.renderer, this.scene, this.camera, toonShader, { UI: this.UIContainer, shapes: this.shapesManager,