googlevr / gvr-ios-sdk

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

Expose `[GVRUIViewRenderer hitTest:(GVRHeadPose*)]` as a public API #326

Open allenhumphreys opened 6 years ago

allenhumphreys commented 6 years ago
  1. This function is dead useful, and could probably be considered as a candidate for GVRRenderObject
  2. The math it performs is non-trivial and that alone makes it super helpful
  3. Keeping it private just means I have to do extra work to call it
Performador commented 6 years ago

Good idea! It will be public in the next release.