While working with Three.js, I have come across many helpful Helper classes that greatly simplify displaying and modifying the scene. However, there is one particular tool that I am struggling to find again. It is similar to the AxisHelper, but it includes a plane between the axes that allows the user to move the object along the xy, xz, or yz plane when moused over. I have created an example illustrating what this tool adds to the object to assist in moving it along the plane. If anyone knows of this specific tool or has an example of something similar that utilizes a utility like this, I would greatly appreciate your guidance. Thank you.