cancel
Showing results for 
Search instead for 
Did you mean: 

How to show triangle in NativeActivity.

Anonymous
Not applicable
Hi all.

I am trying to show triangle(or single image texture) by modifying "VrCubeWorld_NativeActivity" project in ovr_sdk_sample,
but it is hard to collect/remove cube sources and add triangle sources.
(https://developer.oculus.com/downloads/package/oculus-mobile-sdk/)

Can you give me some hint to solve this?
Any comments will be appreciated.
Thanks!
1 REPLY 1

Anonymous
Not applicable
Hi.
Thanks for your comment.

Why i ask this question is that
I can get texture id from engine and i want to show it in VR mode.
I guess that deliver texture id to OVR and submit,
texture changed to distorted image and show it in VR mode.
So i want to modify VrCubeWorld_NativeActivity in VrSample project.