jharan55
jharan55
If you are referring to this one in src/tests/hello_xr/main.cpp:android_main(): program->PollEvents(&exitRenderLoop, &requestRestart); if (exitRenderLoop) { break; } That doesn't work right. That causes the thread that the NDK activity is running...
That check in is an improvement though I note it still isn’t testing requestRestart as I documented in my original post. Not sure if it makes a difference, again I’m...
Sure. I've attached my main.cpp. I've added some stuff to it to implement my app. The changes between the original hello_xr main.cpp and the attached version in are an also...
Strange. I looked in my Sent folder and main.cpp is attached to the email I sent there. I've attach it again to this one, along with the patch file. Jeff...
Just in case this has to do with the funky email client I get with my ISP not liking files with extension like .cpp, I've attached a main.zip file with...
OK. I'll attach main.cpp one more time and resend. And I've copied the contents of main.cpp below. Perhaps you can cut and paste it into an editor. Unfortunately, leading tabs...
>Great thanks! I still don't get the attachments in my email, but I can see the contents of main.cpp in your comment. Tomorrow I'll see if this code can help...