-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work on complex objects #7
Comments
I don't understand what you mean. What do you exactly test ? |
I replied there, in case you didn't see: Check out the camera object there, type: _viewer.navigation.getCamera(); in the console, when I try to run JSON.prune() on it, it doesn't stringy the full object |
@Canop |
Could you build another test case (the page you linked to doesn't have the _viewer property anymore) ? |
I see that object there with: |
I don't: http://i.imgur.com/AseHbyS.png |
Does the viewer work on the page for you? Does the explode feature work for example? If not maybe there's an ad blocker that blocks it. Anyway, here's another link: Here the object is named |
Hi @SelaOAL,
|
It doesn't work on a complex object.
Check out the object: _viewer.navigation.getCamera(); in the page: http://developer-autodesk.github.io/viewer-javascript-debugger.tool/
The output will be the same as using JSON.stringify but it shouldn't be.
The text was updated successfully, but these errors were encountered: