Closed amitnkukanur closed 6 years ago
I'm a little confused :wink: I think you've got the wrong "spectacle" project here. Please be more careful next time.
Either way, this is likely a question that belongs on StackOverflow, and not into GitHub issues.
Ah, yeah -- looks like this project https://github.com/tt-acm/Spectacles.WebViewer
@philpl - Sure i will be carefull regarding same.. @ryan-roemer - Thanks for guiding me to right plac
Thanks for Info Gentlemen.
Cheers, Amit
Hi,
Am trying to load one json over other, its like embossing one model over other. The below is my code. The problem am getting is its adding a new json to other area, not on same area.
` var mySpectacles; $('#btnLoadJson').on('click', function() { $.getJSON("json1.json", function(data) { alert('a'); mySpectacles = new SPECTACLES($("#Spectacles_output"),data,function(app) {});
Please suggest how can i place one json over other.
Rgds, Amit