ControllerModel¶
Pack your controller model to device service apk. To add zip into src/main/assets/rendermodels/[renderModelName].zip.
Build environment setting¶
Sets extensions of zip file that will not be stored compressed in the APK during build environment.
android {
aaptOptions {
noCompress 'zip'
}
}
zip file format¶
Please refer to How to make controller model to create controller model for WaveVR,
The zip file should provide 3 different material types for various VR content requirement.
- Overlay
- Make overlay controller model by converting controller model to obj format.
- Put obj/mtl/Controller image(png, jpg) files to ./Overlay folder and rename to overlay.obj/overlay.mtl/overlay.png
- Unity
- Unreal
- Put Unreal.fbx and Unreal.jpg to the folder.