I'm curious about best practices for using a single texture space for multiple objects.
Currently I'm working on cash register, checkout counter and safe. I'm using one 1024x1024 texture for all three props. Is this a good way to save on texture space, or should I just move to smaller res and put them in there own texture space?
Thanks
Replies
Thanks for the reply.