We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d95da54 commit 8f625feCopy full SHA for 8f625fe
src/AtomiumLayer.js
@@ -147,12 +147,6 @@ AtomiumLayer.prototype.getEffectComposerPass = function() {
147
};
148
149
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
156
157
158
AtomiumLayer.prototype.update = function(frame, relativeFrame) {
0 commit comments