Android Port
-
- Posts: 4
- Joined: Mon Sep 20, 2010 8:03 pm
Emulator doesn't support all GL Command
This port uses the opengl es 1.x driver. It isn't not sync with the last irrlicht ogles version.
By the way, Android emulator doesn't support OpenGL ES 2.X. You need a real device to have this feature as a Nexus One, Droid or Galaxy S
By the way, Android emulator doesn't support OpenGL ES 2.X. You need a real device to have this feature as a Nexus One, Droid or Galaxy S
unimplemented calls do nothing
Normally, on the emulator, it should draw something. This message
called unimplemented OpenGL ES API
just says that it doesn't do the OpenGL call
called unimplemented OpenGL ES API
just says that it doesn't do the OpenGL call
-
- Posts: 4
- Joined: Mon Sep 20, 2010 8:03 pm
Updated instructions
I have added better instructions. Have fun
First, thanks Ellis for sharing your work!
There is a wiki on the project's Git site, perhaps we should keep that up to date.
Wiki: http://gitorious.org/irrlichtandroid/pages/Home
There is a wiki on the project's Git site, perhaps we should keep that up to date.
Wiki: http://gitorious.org/irrlichtandroid/pages/Home
I have done the port two days ago too
But i have a texture bug. But, i can merge your version if you want.
Irrlicht COGLES2 included
I have pushed my COGLES2 Port. There is a bug with texture. To try it, put the IrrlichtSdcard files in /mnt/sdcard/Irrlicht
about your texture problem, did you check this ?
http://irrlicht.sourceforge.net/phpBB2/ ... highlight=
http://irrlicht.sourceforge.net/phpBB2/ ... highlight=
Texture bug
I have fixed the shader loading. So it is something else. I thinks we must have the same code... so it will be easy to merge ?
many errors while compile, what should i do?
Code: Select all
$ ../../../ndk-build
Compile++ arm : irrlicht <= /cygdrive/e/AndroidDev/sdks/android-ndk-r4/sources/
irrlichtandroid-irrlichtandroid/project/jni/COGLES2Driver.cpp
In file included from /cygdrive/e/AndroidDev/sdks/android-ndk-r4/sources/irrlich
tandroid-irrlichtandroid/project/jni/COGLES2Driver.h:44,
from /cygdrive/e/AndroidDev/sdks/android-ndk-r4/sources/irrlich
tandroid-irrlichtandroid/project/jni/COGLES2Driver.cpp:6:
/cygdrive/e/AndroidDev/sdks/android-ndk-r4/sources/irrlichtandroid-irrlichtandro
id/project/jni/COGLES2ExtensionHandler.h:18:23: error: GLES2/gl2.h: No such file
or directory
/cygdrive/e/AndroidDev/sdks/android-ndk-r4/sources/irrlichtandroid-irrlichtandro
id/project/jni/COGLES2ExtensionHandler.h:19:26: error: GLES2/gl2ext.h: No such f
ile or directory
In file included from /cygdrive/e/AndroidDev/sdks/android-ndk-r4/sources/irrlich
tandroid-irrlichtandroid/project/jni/COGLES2Driver.cpp:6:
/cygdrive/e/AndroidDev/sdks/android-ndk-r4/sources/irrlichtandroid-irrlichtandro
id/project/jni/COGLES2Driver.h:380: error: 'GLint' does not name a type
/cygdrive/e/AndroidDev/sdks/android-ndk-r4/sources/irrlichtandroid-irrlichtandro
id/project/jni/COGLES2Driver.cpp:27: error: 'GL_RGBA' was not declared in this scope
...
-
- Competition winner
- Posts: 1123
- Joined: Sun Jun 10, 2007 11:14 pm