Update: Custom Code - BK Flame - Before Render (dywmtohrda.js) 58 bytes modified

beta.r3js.org
-=yb4f310 2017-10-31 14:03:39 +01:00
parent df65f88246
commit 976bd0f909
1 changed files with 3 additions and 0 deletions

View File

@ -178,6 +178,9 @@ if (this.spawningBullets === true) {
);
var line = new THREE.Line( geometry, material );
line.position.set(this.camera.position.instance);
this.scene.instance.add( line );
}