so, if the player is between 2 point of the vector 3d ( x,y,z ) , the image makes true ( visible ) and outside the points of vector 3d, the image makes false.
but really, i dont know how find answers of my question in search
i have a little idea, but i dont know
if player.x > terrain && player.x < terrain
image1=true;
else
image1=false;
the part of terrain, is the part, that i dont know how to write
any help, how to write the vector ? a little example plz
or if you know other method, to make my idea, tell me
greetings