Ocean
|
Go to the source code of this file.
Functions | |
jboolean | Java_com_meta_ocean_platform_android_application_GLRendererView_setFovX (JNIEnv *env, jobject javaThis, jdouble angle) |
Java native interface function to set or change the view's horizontal field of view. | |
jboolean | Java_com_meta_ocean_platform_android_application_GLRendererView_setBackgroundColor (JNIEnv *env, jobject javaThis, jdouble red, jdouble green, jdouble blue) |
Java native interface function to set or change the view's background color. | |
void | Java_com_meta_ocean_platform_android_application_GLRendererView_registerInstance (JNIEnv *env, jobject javaThis) |
Java native interface function to register the instance function for the corresponding native C++ class. | |