Ben_93 Posted March 7, 2022 Posted March 7, 2022 Hi all, This seems like something simple but I cant seem to figure out. How can you define the extents of the playable area of the environment? I want to explore how to create an archviz environment that can be 'played' using a first person controller similar to your fox hole demo, but want to set the bounds of which part of the world can be played in. For instance in the fox hole demo there is a limit to the playable area, how can we define this boundary? Many thanks, Ben
werner.poetzelberger Posted March 7, 2022 Posted March 7, 2022 Dont know if that is exactly in the foxhole.... Do you mean a bounding box around a scene, to not go further away? I guess then just do some boxes around and make the camera collide with them? Best.w. 1
Ben_93 Posted March 8, 2022 Author Posted March 8, 2022 Hi Werner, Thanks for getting back to me - now that you explain it like that it does sound obvious! Cheers, Ben 1
Recommended Posts