cancel
Showing results for 
Search instead for 
Did you mean: 

Changing and recompiling VrAppFramework

RubenGarcia
Honored Guest
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.
2 REPLIES 2

imuli
Honored Guest
I took a look at creating an Android project, and found that in addition to the project files, we're also missing the java source for VrAppFramework.

One could just copy over the jar, but… it suggests to me that it was intentional.

RubenGarcia
Honored Guest
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.