Adding 2D plane to 3D view

79 Views Asked by At

I have a 3D scene and I would like to add a 2D plane to the scene where I could add buttons. I could do this with 3D plane, but I can't figure out how to make camera ignore the perspective of it. Any suggestions how can I accomplish this? Thanks!

1

There are 1 best solutions below

0
AudioBubble On

If you want to do it quickly just use an absolute positioned div. If you need more advanced GUI features, like marcel wrote, just use dat.gui. It is fairly responsive and many Three.js examples are using it (controls often on the upper right side of the screen).