Hi everyone,
I was just wondering for creating 3D boundaries, is it as simple as 2D boundaries? Where I just have to check if my sprite is >= boundary.x or <= -boundary.x, and do the same for boundary.x, and boundary.z. If they are are the bounds then i simply move my sprite's position back. Is this the ideal way of creating boundaries in 3D games?
Thank you!






