Originating from Ogre and C++, I have now transitioned to developing with Threejs.
When working with Ogre, for debugging purposes, I frequently utilize the following method:
Ogre::SceneNode* n = ...
n->showBoundingBox(true);
This method is simply used for debugging and testing purposes.
Is there an equivalent method in Threejs? I am currently working with Sprite objects.