1

Is there a way to put a PNG image as overlay in the camera view? I want the cross hairs to show in the camera view in Blender Game Engine.

Blender camera view: Blender Camera View

PNG image with overlay: Overlay

End product: End Produc

fonsi
  • 113
  • 1
  • 4

1 Answers1

4

If I got it, you could parent a plane that uses the image as texture (textured using alpha), like this:

enter image description here

start enabling the "import images as planes" addon (bundled by default), and import your overlay image

enter image description here

then enable alpha for the texture if needed, and transparency for the material

enter image description here

then look at the camera rotation transforms

enter image description here

and copy those values to the plane, and then move it towards the camera (translating on its local Z), to get:

enter image description here

in the end, here is an example of the camera rotating around a target object, and the view looking through the camera:

enter image description here

m.ardito
  • 11,967
  • 2
  • 23
  • 36