Skybox OpenGL ES iPhone and iPad

前端 未结 3 971
悲哀的现实
悲哀的现实 2021-01-03 10:23

I need to create a virtual tour tool for iOS. It\'s an archaeological application: the user could open it when he\'s inside an historic building or when he\

3条回答
  •  一整个雨季
    2021-01-03 10:53

    It's going to be pretty tough if you're learning OpenGL ES from scratch. I'd use a graphics engine to do most of the heavy lifting. I'm currently playing Ogre3d, from what I've seen so far I can recommend it: http://www.ogre3d.org/. It has Skybox (and much more) out of the box, and should be pretty straight forward to do.

提交回复
热议问题