Tagged Questions
0
votes
2answers
136 views
Volume that encompasses the whole scene?
I'm thinking that the straight-forward way would be to just iterate through the objects and just find the maximum and minimum coordinates on each axis, but this seems a little bit unoptimal.
Is there ...