rsanchezsaez / CardboardSDK-iOS

iOS port of Google's CardboardSDK (mobile VR toolkit)
Other
334 stars 104 forks source link

adding images #1

Closed tharrington closed 9 years ago

tharrington commented 9 years ago

Hi - looks like a cool project. I downloaded it and ran it on my phone. I was wondering, how would I use images in this? is there anyway I can just pass images in and simply move my phone around?

rsanchezsaez commented 9 years ago

Hi,

that would be a matter of using OpenGL to display textures in the appropriate parts of the 3D space. If you are not familiar with OpenGL, I suggest you start here.