Is there a way to make a plane always face into camera/screen direction just like an billboard?
Hi!
Try
plane.quaternion.copy(camera.quaternion);
1 Like
Is there a way to make a plane always face into camera/screen direction just like an billboard?
Hi!
Try
plane.quaternion.copy(camera.quaternion);