⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 org_ogre4j_light.h

📁 使用stl技术,(还没看,是听说的)
💻 H
字号:
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_ogre4j_Light */

#ifndef _Included_org_ogre4j_Light
#define _Included_org_ogre4j_Light
#ifdef __cplusplus
extern "C" {
#endif
/*
 * Class:     org_ogre4j_Light
 * Method:    getName
 * Signature: ()Ljava/lang/String;
 */
JNIEXPORT jstring JNICALL Java_org_ogre4j_Light_getName
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Light
 * Method:    setType
 * Signature: (I)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Light_setType
  (JNIEnv *, jobject, jint);

/*
 * Class:     org_ogre4j_Light
 * Method:    getType
 * Signature: ()I
 */
JNIEXPORT jint JNICALL Java_org_ogre4j_Light_getType
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Light
 * Method:    setDiffuseColour
 * Signature: (FFF)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Light_setDiffuseColour__FFF
  (JNIEnv *, jobject, jfloat, jfloat, jfloat);

/*
 * Class:     org_ogre4j_Light
 * Method:    setDiffuseColour
 * Signature: (Lorg/ogre4j/ColourValue;)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Light_setDiffuseColour__Lorg_ogre4j_ColourValue_2
  (JNIEnv *, jobject, jobject);

/*
 * Class:     org_ogre4j_Light
 * Method:    getDiffuseColour
 * Signature: ()Lorg/ogre4j/ColourValue;
 */
JNIEXPORT jobject JNICALL Java_org_ogre4j_Light_getDiffuseColour
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Light
 * Method:    setSpecularColour
 * Signature: (FFF)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Light_setSpecularColour__FFF
  (JNIEnv *, jobject, jfloat, jfloat, jfloat);

/*
 * Class:     org_ogre4j_Light
 * Method:    setSpecularColour
 * Signature: (Lorg/ogre4j/ColourValue;)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Light_setSpecularColour__Lorg_ogre4j_ColourValue_2
  (JNIEnv *, jobject, jobject);

/*
 * Class:     org_ogre4j_Light
 * Method:    getSpecularColour
 * Signature: ()Lorg/ogre4j/ColourValue;
 */
JNIEXPORT jobject JNICALL Java_org_ogre4j_Light_getSpecularColour
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Light
 * Method:    setAttenuation
 * Signature: (FFFF)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Light_setAttenuation
  (JNIEnv *, jobject, jfloat, jfloat, jfloat, jfloat);

/*
 * Class:     org_ogre4j_Light
 * Method:    getAttenuationRange
 * Signature: ()F
 */
JNIEXPORT jfloat JNICALL Java_org_ogre4j_Light_getAttenuationRange
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Light
 * Method:    getAttenuationant
 * Signature: ()F
 */
JNIEXPORT jfloat JNICALL Java_org_ogre4j_Light_getAttenuationConstant
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Light
 * Method:    getAttenuationLinear
 * Signature: ()F
 */
JNIEXPORT jfloat JNICALL Java_org_ogre4j_Light_getAttenuationLinear
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Light
 * Method:    getAttenuationQuadric
 * Signature: ()F
 */
JNIEXPORT jfloat JNICALL Java_org_ogre4j_Light_getAttenuationQuadric
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Light
 * Method:    setPosition
 * Signature: (FFF)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Light_setPosition__FFF
  (JNIEnv *, jobject, jfloat, jfloat, jfloat);

/*
 * Class:     org_ogre4j_Light
 * Method:    setPosition
 * Signature: (Lorg/ogre4j/math/Vector3;)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Light_setPosition__Lorg_ogre4j_math_Vector3_2
  (JNIEnv *, jobject, jobject);

/*
 * Class:     org_ogre4j_Light
 * Method:    getPosition
 * Signature: ()Lorg/ogre4j/math/Vector3;
 */
JNIEXPORT jobject JNICALL Java_org_ogre4j_Light_getPosition
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Light
 * Method:    setDirection
 * Signature: (FFF)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Light_setDirection__FFF
  (JNIEnv *, jobject, jfloat, jfloat, jfloat);

/*
 * Class:     org_ogre4j_Light
 * Method:    setDirection
 * Signature: (Lorg/ogre4j/math/Vector3;)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Light_setDirection__Lorg_ogre4j_math_Vector3_2
  (JNIEnv *, jobject, jobject);

/*
 * Class:     org_ogre4j_Light
 * Method:    getDirection
 * Signature: ()Lorg/ogre4j/math/Vector3;
 */
JNIEXPORT jobject JNICALL Java_org_ogre4j_Light_getDirection
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Light
 * Method:    setSpotlightRange
 * Signature: (FFF)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Light_setSpotlightRange
  (JNIEnv *, jobject, jfloat, jfloat, jfloat);

/*
 * Class:     org_ogre4j_Light
 * Method:    getSpotlightInnerAngle
 * Signature: ()F
 */
JNIEXPORT jfloat JNICALL Java_org_ogre4j_Light_getSpotlightInnerAngle
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Light
 * Method:    getSpotlightOuterAngle
 * Signature: ()F
 */
JNIEXPORT jfloat JNICALL Java_org_ogre4j_Light_getSpotlightOuterAngle
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Light
 * Method:    getSpotlightFalloff
 * Signature: ()F
 */
JNIEXPORT jfloat JNICALL Java_org_ogre4j_Light_getSpotlightFalloff
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Light
 * Method:    getDerivedPosition
 * Signature: ()Lorg/ogre4j/math/Vector3;
 */
JNIEXPORT jobject JNICALL Java_org_ogre4j_Light_getDerivedPosition
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Light
 * Method:    getDerivedDirection
 * Signature: ()Lorg/ogre4j/math/Vector3;
 */
JNIEXPORT jobject JNICALL Java_org_ogre4j_Light_getDerivedDirection
  (JNIEnv *, jobject);

#ifdef __cplusplus
}
#endif
#endif

⌨️ 快捷键说明

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