I'm having trouble implementing the viewer.
Everything seems to be working fine. The log messages are displaying but the viewer doesn't appear.
I think this might be a file path issue. I'm using:
What should the library path I pass to the viewer be relative to? The html file containing the viewer code? Absolute for the webserver?
Everything seems to be working fine. The log messages are displaying but the viewer doesn't appear.
I think this might be a file path issue. I'm using:
Code:
var builder = new BRIGL.Builder("parts/",{dontUseSubfolders:true});
What should the library path I pass to the viewer be relative to? The html file containing the viewer code? Absolute for the webserver?