I'm wondering if it may possible to inspect a scene that is rendered inside an iframe (same origin).
I tried exporting the scene & THREE using the following:
But the inspector responds with in 00-injected_script-init.js: three.js is NOT present., even though I can do things like const test = new THREE.MeshBasicMaterial() and such inside the console.
Hi,
I'm wondering if it may possible to inspect a scene that is rendered inside an iframe (same origin). I tried exporting the scene & THREE using the following:
But the inspector responds with
in 00-injected_script-init.js: three.js is NOT present.
, even though I can do things likeconst test = new THREE.MeshBasicMaterial()
and such inside the console.