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.
any help would be apreciated.
About the author
#3
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.
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.
Torque Owner Will Harrison