window.onload = function() {
thingiurlbase = “http://blogs.evergreen.edu/rosmaking/wp-content/plugins/stl-viewer/js”;
thingiview = new Thingiview(“default”);
thingiview.loadSTL(“shoe.stl”);
thingiview.setObjectColor(‘#2B56B8’);
thingiview.setBackgroundColor(‘#FFFFFF’);
thingiview.initScene();
}

Rotation: |