Im trying to return the 2d screen coords for a picked entity and place a text lable there. For some reason the place on screen i have to pick the object is way to high. (the axis is set in center) also when the projected X coords are returned the position above the object seems to increase as i move the camera away.
I don seem to remember it behaing this way, but cannot seem to find the reason.
and
i have a geforce 4 mx 440
I don seem to remember it behaing this way, but cannot seem to find the reason.
If G_MH1>0 ;get mouse picked camera entity G_PickedEntity=CameraPick (g_camera,g_mx,g_my) EndIf
and
If g_pickedentity CameraProject g_camera,EntityX(g_pickedentity),EntityY (g_pickedentity),EntityZ(g_pickedentity) Color 255,0,255 Text ProjectedX(),ProjectedY(),"+ Selected" Text 10,10,"+ Selected" EndIf
i have a geforce 4 mx 440