Author Topic: crooshair  (Read 3499 times)

Offline Melssj5

  • double
  • *****
  • Posts: 724
    • View Profile
crooshair
« on: December 31, 2004, 05:05:23 am »
Is there any way of adding something like a crooshair to the camera, I think that I could link an Object3D to the camera, but I am looking for something like a texture placed on the camera, so I won need to move both objects.

Happy new year for everybody!!! :P
Nada por ahora

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
crooshair
« Reply #1 on: December 31, 2004, 02:11:39 pm »
You can paint the crosshair yourself, save it as a gif (to avoid jpg's compression artifacts), load it as a texture and blit it transparent on screen (using the blitting methods from FrameBuffer) after drawing your actual scene. The car example does something similar for the red dots in the upper right corner.