Infinite Zoom
in
Programming Questions
•
2 years ago
I'd like to create a scene like when you zoom out or in when looking at our universe. As you zoom out, which seems very large, a solar system is replaced with a single icon. As you zoom in, that icon changes to the larger solar system.
How can you change the scale to some degree to allow for this? Is it a camera setting? Do you just change the scale() of the pictures (which doesn't work well for points)? Or is there some other method that allows you to transition while maintaining a zoom scale. I don't want to make my images 10000 height by 10000 wide and set the height and width of small things to 10. This just doesn't seem like the right way to do it.
How can you change the scale to some degree to allow for this? Is it a camera setting? Do you just change the scale() of the pictures (which doesn't work well for points)? Or is there some other method that allows you to transition while maintaining a zoom scale. I don't want to make my images 10000 height by 10000 wide and set the height and width of small things to 10. This just doesn't seem like the right way to do it.
1