Ocean
|
Go to the source code of this file.
Functions | |
jboolean | Java_com_meta_ocean_platform_android_application_GLFrameView_setFovX (JNIEnv *env, jobject javaThis, jdouble angle) |
Java native interface function to set or change the view's horizontal field of view. More... | |
jboolean | Java_com_meta_ocean_platform_android_application_GLFrameView_setBackgroundColor (JNIEnv *env, jobject javaThis, jdouble red, jdouble green, jdouble blue) |
Java native interface function to set or change the view's background color. More... | |
jboolean | Java_com_meta_ocean_platform_android_application_GLFrameView_setFrameMedium (JNIEnv *env, jobject javaThis, jstring url, jstring type, jint preferredWidth, jint preferredHeight, jboolean adjustFov) |
Java native interface function to set or change the view's background media object. More... | |
void | Java_com_meta_ocean_platform_android_application_GLFrameView_registerInstance (JNIEnv *env, jobject javaThis) |
Java native interface function to register the instance function for the corresponding native C++ class. More... | |