#include "ClipmapApplication.h"
#include "EGLRuntime.h"
#include "Platform.h"
#include <stdio.h>
#include <stdlib.h>
#include <jni.h>
#include <android/log.h>
Go to the source code of this file.
#define CLIPMAP_LEVELS 10 |
#define CLIPMAP_SCALE 0.25f |
JNIEXPORT void JNICALL Java_com_arm_malideveloper_openglessdk_terrain_Terrain_init |
( |
JNIEnv * |
env, |
|
|
jclass |
jcls, |
|
|
jint |
width, |
|
|
jint |
height |
|
) |
| |
JNIEXPORT void JNICALL Java_com_arm_malideveloper_openglessdk_terrain_Terrain_step |
( |
JNIEnv * |
env, |
|
|
jclass |
jcls |
|
) |
| |
JNIEXPORT void JNICALL Java_com_arm_malideveloper_openglessdk_terrain_Terrain_uninit |
( |
JNIEnv * |
, |
|
|
jclass |
|
|
) |
| |