Let say a helicopter is flying and the surveillance camera is moving with it. So under the flight,i am able to see the view of below.
and what i wanted to create is that if my mouse left click on one of the location,it will pop up/display another small screen which capture the location,just like taking a photo. and i have no idea how to start with or how to do it,can any1 helps thx
Hello, maybe you can try create another camera that looks at the location you clicked and render the camera content to a texture and then display this texture as you want. The official tutorial “Character Customization” may give more help on implementation.
Maybe you can find this helpful. You can try to take a snapshot foloowing the steps there. Then you have a texture (in the variable “screenshot”. Now you can create the small window and Draw that texture into it.