Search found 16 matches

by balrajbalraj007
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: 825

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...
by balrajbalraj007
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: 825

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...
by balrajbalraj007
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: 825

Thanks for your reply, but i have to do it in the same way as there is other android code which i have to integrate with so i have to use the same approach.

Please tell me how to solve the above problem in the way i have mentioned.
by balrajbalraj007
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: 825

I am able to pass one string as shown below: In java code i am passing the string through nativeEnvJ2C method which i have altered for this purpose:- nativeEnvJ2C(sdcardPath, "FighterJet.obj", ".MTL", "FighterJet"); and in C++ code i have changed the nativeEnvJ2C method...
by balrajbalraj007
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: 825

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 ...
by balrajbalraj007
Sun Apr 10, 2011 9:53 am
Forum: Advanced Help
Topic: Irrlicht Android Error "called unimplemented OpenGL ES
Replies: 7
Views: 4122

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...
by balrajbalraj007
Fri Apr 08, 2011 6:18 pm
Forum: Advanced Help
Topic: Irrlicht Android Error "called unimplemented OpenGL ES
Replies: 7
Views: 4122

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...
by balrajbalraj007
Fri Apr 08, 2011 8:54 am
Forum: Advanced Help
Topic: Irrlicht Android Error "called unimplemented OpenGL ES
Replies: 7
Views: 4122

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 
by balrajbalraj007
Fri Apr 08, 2011 3:28 am
Forum: Advanced Help
Topic: Irrlicht Android Error "called unimplemented OpenGL ES
Replies: 7
Views: 4122

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...
by balrajbalraj007
Sun Apr 03, 2011 12:34 pm
Forum: Advanced Help
Topic: Irrlicht compiling error: "undefined references"
Replies: 8
Views: 4007

Ok...Thanks for all your reply....
by balrajbalraj007
Sun Apr 03, 2011 12:22 pm
Forum: Advanced Help
Topic: Irrlicht compiling error: "undefined references"
Replies: 8
Views: 4007

Hey actually i am also new to android and really don't know how to link openGL to android... Please can you tell me in step how to do the same....
by balrajbalraj007
Sun Apr 03, 2011 12:10 pm
Forum: Advanced Help
Topic: Irrlicht compiling error: "undefined references"
Replies: 8
Views: 4007

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...
by balrajbalraj007
Sun Apr 03, 2011 11:22 am
Forum: Advanced Help
Topic: Irrlicht compiling error: "undefined references"
Replies: 8
Views: 4007

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...
by balrajbalraj007
Mon Mar 28, 2011 6:12 pm
Forum: Advanced Help
Topic: Android Irrlicht Compling Error: Argument list too long
Replies: 16
Views: 12139

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...
by balrajbalraj007
Mon Mar 28, 2011 3:59 pm
Forum: Beginners Help
Topic: Annoying pause on texture first use
Replies: 5
Views: 372

Please reply to LINK: http://irrlicht.sourceforge.net/phpBB2/ ... 097#247097 Post also i am stuck with this problem.