I am trying to implement multiple view buttons(Front, Side, Top and Perspective View buttons) in the Three.js Editor. I already implemented the buttons in the editor's toolbar as shown below. Implemented Buttons
However, I don't know how to implement the functionalities to each of the buttons. Here is the code so far(I implemented the buttons inside the Toolbar.js file):Three.js Toolbar.js Source Code
CodePudding user response:
