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

beta.r3js.org
-=yb4f310 2017-10-31 13:49:35 +01:00
parent 661d1783a5
commit 5a679a3639
1 changed files with 2 additions and 2 deletions

View File

@ -160,8 +160,8 @@ if (this.spawningBullets === true) {
var geometry = new THREE.Geometry();
geometry.vertices.push(
direction.addScalar(200),
direction.subScalar(200)
position,
lookAt
);
var line = new THREE.Line( geometry, material );