googlevr / gvr-ios-sdk

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

Adding multisampling support for GVR #255

Closed drinkius closed 6 years ago

drinkius commented 7 years ago

Hello,

In our app we'd like to add multisampling support, but unfortunately GVR iOS SDK currently doesn't provide this setting by default. Is it possible to add a MSAA flag to the next release of SDK?

sanjayc77 commented 7 years ago

Thanks for your comment. We will take it into account for future releases of GVR SDK.

sanjayc77 commented 6 years ago

You should switch to GVRKit. VR View and Cardboard View API are now deprecated.

Look at Panorama sample app on how to use it. You also have GVRTextureRenderer and GVRImageRenderer to implement MSAA (including rolling out your own renderer).

drinkius commented 6 years ago

Thanks a lot, will take a look at GVRKit, seems to be a great update