Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesnt show multiple stl files at one time #25

Open
Phreak87 opened this issue Sep 16, 2014 · 2 comments
Open

Doesnt show multiple stl files at one time #25

Phreak87 opened this issue Sep 16, 2014 · 2 comments

Comments

@Phreak87
Copy link

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.

    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'));
            };
@johndoe837
Copy link

I have the same issue. Does anyone know how to solve this issue?

@Peque
Copy link

Peque commented Feb 18, 2019

It seems @iXce fixed that in their fork:

https://github.com/iXce/thingiview.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants