Search found 16 matches
- Mon May 16, 2011 7:32 am
- Forum: Advanced Help
- Topic: Want to pass 3D objects and textures from java to irrlicht
- Replies: 9
- Views: 919
Hi, i have tried to follow your approach the issue with this approach is that when i will pass a string array from java then there is not compatible format to accept it in C++, but if I use char array then the issue comes when i have to convert char array to stingc format. As you can see that i am d...
- Sun May 15, 2011 12:50 pm
- Forum: Advanced Help
- Topic: Want to pass 3D objects and textures from java to irrlicht
- Replies: 9
- Views: 919
Hi, Thanks for you reply, i have seen the link you have given but i can't find any string array in it, the closest which i can get is char array, but to change char array to stringc which is one of the data type of irrlicht is the problem. So can any one tell me how to convert a char array into arra...
- Sun May 15, 2011 12:03 pm
- Forum: Advanced Help
- Topic: Want to pass 3D objects and textures from java to irrlicht
- Replies: 9
- Views: 919
- Sun May 15, 2011 11:34 am
- Forum: Advanced Help
- Topic: Want to pass 3D objects and textures from java to irrlicht
- Replies: 9
- Views: 919
- Sun May 15, 2011 10:37 am
- Forum: Advanced Help
- Topic: Want to pass 3D objects and textures from java to irrlicht
- Replies: 9
- Views: 919
Want to pass 3D objects and textures from java to irrlicht
Hi, I am facing a problem in passing multiple texture file name string array from java to irrlicht code. Can anybody tell me how to pass string array from java code to irrlicht and use that string array to bind as multiple texture files. I am able to send one string as we are already sending sdcard ...
- Sun Apr 10, 2011 9:53 am
- Forum: Advanced Help
- Topic: Irrlicht Android Error "called unimplemented OpenGL ES
- Replies: 7
- Views: 4203
Error: Cannot bind the texture
Hi, When i run the irrlicht code on android device Sony Xperia Arc I am getting a error Cannot bind the texture where as when i am running the same code on emulator it is working fine. Can anybody tell me that what is the solution for this? Error: 01-07 03:11:10.684: INFO/log(28446): Irrlicht Engine...
- Fri Apr 08, 2011 6:18 pm
- Forum: Advanced Help
- Topic: Irrlicht Android Error "called unimplemented OpenGL ES
- Replies: 7
- Views: 4203
Changed to OpenGL 1 error "Could not bind texture"
Hey thanks for the reply i have changed to OPENGL ES 1 but now when my application is running its unable to load the texture the loagcat is showing "Could not bind texture problem" i have tried everything but it cannot load any texture... 01-07 03:11:10.684: INFO/log(28446): Irrlicht Engin...
- Fri Apr 08, 2011 8:54 am
- Forum: Advanced Help
- Topic: Irrlicht Android Error "called unimplemented OpenGL ES
- Replies: 7
- Views: 4203
Hey can anybody tell me that why i am getting this problem...
Code: Select all
02-16 13:35:05.622: ERROR/libEGL(782): called unimplemented OpenGL ES API
- Fri Apr 08, 2011 3:28 am
- Forum: Advanced Help
- Topic: Irrlicht Android Error "called unimplemented OpenGL ES
- Replies: 7
- Views: 4203
Irrlicht Android Error "called unimplemented OpenGL ES
Following is the error which the Logcat is showing on running the irrlicht application on android Sydney example:- Application is starting and then shutting down without showing any error on the device when i see the logcat this the error which i am getting. 04-08 08:46:32.092: INFO/ActivityManager...
- Sun Apr 03, 2011 12:34 pm
- Forum: Advanced Help
- Topic: Irrlicht compiling error: "undefined references"
- Replies: 8
- Views: 4090
- Sun Apr 03, 2011 12:22 pm
- Forum: Advanced Help
- Topic: Irrlicht compiling error: "undefined references"
- Replies: 8
- Views: 4090
- Sun Apr 03, 2011 12:10 pm
- Forum: Advanced Help
- Topic: Irrlicht compiling error: "undefined references"
- Replies: 8
- Views: 4090
Hi thanks for the reply.. after reading your reply this time I modified irrlichtandroid/project/Android.mk ONLY and didn't linked to original .so files LOCAL_CFLAGS := -O3 -DANDROID_NDK -DDISABLE_IMPORTGL -I./../include/ -I./include/ -I/Applications/android-ndk-r5b/platforms/android-9/arch-arm/usr/i...
- Sun Apr 03, 2011 11:22 am
- Forum: Advanced Help
- Topic: Irrlicht compiling error: "undefined references"
- Replies: 8
- Views: 4090
Irrlicht compiling error: "undefined references"
I ran into some problems while trying to set it up as a NDK module. Here is my system: * Windows 7 Ultimate * Android SDK r10 * Android NDK r5b Here is what I've done: 1. I Downloaded Irrlicht for Android: >>git clone git://gitorious.org/irrlichtandroid/irrlichtandroid.git 2. I modified irrlichtandr...
- Mon Mar 28, 2011 6:12 pm
- Forum: Advanced Help
- Topic: Android Irrlicht Compling Error: Argument list too long
- Replies: 16
- Views: 12480
On Compiling the same code again i am getting a new error
Compile++ arm : irrlicht <= prng.cpp Compile++ arm : irrlicht <= pwd2key.cpp Compile++ arm : irrlicht <= sha1.cpp Compile++ arm : irrlicht <= sha2.cpp StaticLibrary : libstdc++.a SharedLibrary : libirrlicht.so C:/android-ndk-r5b/sources/irrlichtandroid/project/obj/local/armeabi/objs/irrlic ht/COGLES...
- Mon Mar 28, 2011 3:59 pm
- Forum: Beginners Help
- Topic: Annoying pause on texture first use
- Replies: 5
- Views: 379
Please reply to LINK: http://irrlicht.sourceforge.net/phpBB2/ ... 097#247097 Post also i am stuck with this problem.