Skip to content

Commit 8f625fe

Browse files
committed
Don't reset atomium on start
1 parent d95da54 commit 8f625fe

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/AtomiumLayer.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,12 +147,6 @@ AtomiumLayer.prototype.getEffectComposerPass = function() {
147147
};
148148

149149
AtomiumLayer.prototype.start = function() {
150-
for (var i=0; i < this.sphereMeshes.length; i++) {
151-
this.scene.remove(this.sphereMeshes[i]);
152-
}
153-
for (var i=0; i < this.pinMeshes.length; i++) {
154-
this.scene.remove(this.pinMeshes[i]);
155-
}
156150
};
157151

158152
AtomiumLayer.prototype.update = function(frame, relativeFrame) {

0 commit comments

Comments
 (0)