org_ogre4j_meshmanager.h

来自「使用stl技术,(还没看,是听说的)」· C头文件 代码 · 共 31 行

H
31
字号
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_ogre4j_MeshManager */

#ifndef _Included_org_ogre4j_MeshManager
#define _Included_org_ogre4j_MeshManager
#ifdef __cplusplus
extern "C" {
#endif
/* Inaccessible static: singleton */
/*
 * Class:     org_ogre4j_MeshManager
 * Method:    createPlane
 * Signature: (Ljava/lang/String;Lorg/ogre4j/Plane;FF)Lorg/ogre4j/Mesh;
 */
JNIEXPORT jobject JNICALL Java_org_ogre4j_MeshManager_createPlane__Ljava_lang_String_2Lorg_ogre4j_Plane_2FF
  (JNIEnv *, jobject, jstring, jobject, jfloat, jfloat);

/*
 * Class:     org_ogre4j_MeshManager
 * Method:    createPlane
 * Signature: (Ljava/lang/String;Lorg/ogre4j/Plane;FFIIZIFFLorg/ogre4j/math/Vector3;IIZZ)Lorg/ogre4j/Mesh;
 */
JNIEXPORT jobject JNICALL Java_org_ogre4j_MeshManager_createPlane__Ljava_lang_String_2Lorg_ogre4j_Plane_2FFIIZIFFLorg_ogre4j_math_Vector3_2IIZZ
  (JNIEnv *, jobject, jstring, jobject, jfloat, jfloat, jint, jint, jboolean, jint, jfloat, jfloat, jobject, jint, jint, jboolean, jboolean);

#ifdef __cplusplus
}
#endif
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?