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

beta.r3js.org
-=yb4f310 2017-11-03 10:14:11 +01:00
parent 36a1214746
commit 20294952e4
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ this.flames.map(
function(flame, index) {
flame.mesh.position.add(flame.direction);
flame.mesh.updateInstancePosition();
//flame.mesh.instance.renderOrder = index;
flame.mesh.instance.renderOrder = index;
}
);