Skip to content

Commit

Permalink
address issue #58
Browse files Browse the repository at this point in the history
  • Loading branch information
bwlewis committed Jun 25, 2017
1 parent 36aabb8 commit 81ea513
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inst/htmlwidgets/scatterplotThree.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ Widget.scatter = function(w, h)
_this.renderer = new THREE.CanvasRenderer();
_this.renderer.GL = false;
}
_this.frame = -1; // reset animation too,
_this.scene = 0; // see issue #58
_this.renderer.sortObjects = false;
_this.renderer.autoClearColor = false;
_this.renderer.setSize(width, height);
Expand Down

0 comments on commit 81ea513

Please sign in to comment.