Skip to content

Doesnt show multiple stl files at one time #25

@Phreak87

Description

@Phreak87

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'));
            };

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions