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 2576519 commit c4973f5Copy full SHA for c4973f5
src/traces/mesh3d/convert.js
@@ -141,7 +141,7 @@ proto.update = function(data) {
141
};
142
143
proto.dispose = function() {
144
- this.glplot.remove(this.mesh);
+ this.scene.glplot.remove(this.mesh);
145
this.mesh.dispose();
146
147
src/traces/surface/convert.js
@@ -323,7 +323,7 @@ proto.update = function(data) {
323
324
325
326
- this.glplot.remove(this.surface);
+ this.scene.glplot.remove(this.surface);
327
this.surface.dispose();
328
329
0 commit comments