I'd like to change VrAppFramework to remove back-culling and to change the colour of the background (I don't like the default strong green). I have changed the source code, but I don't know how to recompile.
There is a VrAppFramework\Projects\AndroidPrebuilt, but no VrAppFramework\Projects\Android, and building the samples do not recompile VrAppFramework.
There is also no build command within AndroidPrebuilt.
Did anybody have any luck recompiling this?
VrAppSupport\VrSound\Projects, for example, has both a prebuilt and a non-prebuilt versions to choose from.
Ok, I'll have to double the geometry with both front and back facing triangles, and add a sphere to avoid the external green background. Doable, but annoying. I hope the duplication of geometry does not kill my framerate.