googlevr / gvr-ios-sdk

Google VR SDK for iOS
http://developers.google.com/vr/ios/
Other
645 stars 191 forks source link

How to modify Panorama Sample #278

Closed Juanfry88 closed 6 years ago

Juanfry88 commented 6 years ago

Hello,

I'm trying to modify the "andes.jpg" image to my own panoramic, but when I change it dosen't work! Any idea? The type of the image is different, it is a spherical image.

sanjayc77 commented 6 years ago

Did you try to change this line: https://github.com/googlevr/gvr-ios-sdk/blob/a4d9c268474b7b05f573844eab4007ead1d0061c/Samples/Panorama/PanoramaViewController.m#L122

Also match the type of image here: https://github.com/googlevr/gvr-ios-sdk/blob/a4d9c268474b7b05f573844eab4007ead1d0061c/Samples/Panorama/PanoramaViewController.m#L129

Juanfry88 commented 6 years ago

Yes, I change that 2 lines but I don't get anything... I choose MONOType but only render a black image...

Juanfry88 commented 6 years ago

Why did you close my thread?