diff --git a/src/components/tools/networked-drawing.js b/src/components/tools/networked-drawing.js
index 469e156f938f5bf3aa406bed10de724db15375c7..ecc5e0323a6fd1f80400709e0d4bdc409d16ddfd 100644
--- a/src/components/tools/networked-drawing.js
+++ b/src/components/tools/networked-drawing.js
@@ -40,7 +40,7 @@ AFRAME.registerComponent("networked-drawing", {
     this.radius = this.data.radius;
     this.segments = this.data.segments;
 
-    const material = new THREE.MeshStandardMaterial(options);
+    const material = new THREE.MeshBasicMaterial(options);
     console.log(material);
     this.sharedBufferGeometryManager = new SharedBufferGeometryManager();
     this.sharedBufferGeometryManager.addSharedBuffer(0, material, THREE.TriangleStripDrawMode);