You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to get a preview of all my STL files in the Webbrowser but
only the last loaded STL File is visible. The previous loaded stl
files are grey. debug shows no errors.
var list = document.getElementsByClassName("3D");
for (var i = 0; i < list.length; i++) {
thingiview = new Thingiview(list[i].id);
thingiview.initScene();
thingiview.loadSTL(list[i].getAttribute('src'));
};
The text was updated successfully, but these errors were encountered:
Hello,
I try to get a preview of all my STL files in the Webbrowser but
only the last loaded STL File is visible. The previous loaded stl
files are grey. debug shows no errors.
The text was updated successfully, but these errors were encountered: