I'm creating a game and so far i have some problems..the purpose of the game is to reach gates where player can teleport to another level. So my question how to do that when player come on gates something happen?
I was tried to comparison positions of camera and the gates (gates is an object), but unsuccesfully. Any advices?
that's strange, it should work...an option is adding an empty scene node and chek for collision, but the distance check is a better solution...should work