Hey Orion,
for the digital-bricks.de website, I use the following line:
I use the relative path from the html file containing the viewer code. When your parts folder and this file are in the same folder you may try "./parts/".
Rolf
for the digital-bricks.de website, I use the following line:
Code:
var builder = new BRIGL.Builder("../parts/", {dontUseSubfolders:"true"});
I use the relative path from the html file containing the viewer code. When your parts folder and this file are in the same folder you may try "./parts/".
Rolf