Home > OS >  What is a good way to display a 3d sphere rotating in 2d
What is a good way to display a 3d sphere rotating in 2d

Time:01-11

how i can make a 2d planet appear to rotate, if the planets map is rectangular pixel map. Im curious if anyone knows a good way to achieve this.

CodePudding user response:

You would have to either make a 2d animation giving it different textures to appear to be rotating or have a 3d sphere that isn't a solid color actually rotating. There are a couple videos on YouTube on how to do 2d planet rotation that should help you out.

  •  Tags:  
  • Related