Here’s a tip on how to get the z plane camera position in chrome’s console.
In this example my render DOM element container has an id of video_container
.
Just replace it with yours. Also I’m using jquery so you will need to have that included in your app.
I attached this to a global variable (poc
is the global namespace of my app) so I can just enter poc.DebugData()
in the console.
There’s probably a cleaner way to do this but this is what I’ve got!