Game Development Community

Auto-aim

by Pablo Alonso · in General Discussion · 01/07/2005 (12:17 pm) · 3 replies

Finaly, I have a last problem for finish the auto-aim for my player, I need draw a croos in third person mode, when my player aim a enemy a cross bitmap have to draw on the enemy aimed how in syphon filter games, how can i get the 2d position for draw the bmp on the screen, if i have the 3d vector position to the enemy aimed?.
any help would be apreciated.

#1
01/07/2005 (9:12 pm)
Could you attach a billboard of the cross to the head of the enemy through script?
#2
01/12/2005 (10:00 am)
What it is a billboard?
how can I manipulate it and draw it?

thanks.
#3
01/17/2005 (8:14 am)
A billboard is a fancy way of saying "pixel" or "flat 2D drawing" that typically always faces the camera (so you can't tell it's flat... even though you can. =\ ).

Basically, he's suggesting (if I read him correctly) attaching a flat 2D crosshair to the target on selection, whihc I don't think is what you're actually looking for.