You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in README.md const dci = new THREE.DrawCallInspector( renderer, scene, camera ); didn't work.
This did: const dci = new THREE.DrawCallInspector( renderer, scene, camera, {} );
Maybe the parent-div could need a class="dci" e.g., so you can position it (it's currently overlapping some controls of the application I'm testing it with).
The text was updated successfully, but these errors were encountered:
really love this! ❤️
small notes:
in README.md
const dci = new THREE.DrawCallInspector( renderer, scene, camera );
didn't work.Maybe the parent-div could need a
class="dci"
e.g., so you can position it (it's currently overlapping some controls of the application I'm testing it with).The text was updated successfully, but these errors were encountered: