I want to create camera for top view in my react app. Is there anyway to do that?
Hi simran_jain,
Not sure I fully understand the question. Do you just need a camera that faces down? If so, you should just be able to set camera.rotation.x = Math.PI / 2
on any camera, such as a FreeCamera
. Will that achieve what you’re looking for?
1 Like
Yes I mean face down, Thanks I found solution. I just made my arcCam beta = 0. Thank you for quick response
1 Like