Search found 6 matches

by Karthik Sivam
Fri Jun 27, 2014 7:18 am
Forum: Advanced Help
Topic: To use irrlicht version 1.9 in JNI for Android(Android NDK)
Replies: 3
Views: 1198

Re: To use irrlicht version 1.9 in JNI for Android(Android N

Thank you, I'll look around whether I can find anything.
by Karthik Sivam
Thu Jun 19, 2014 8:39 am
Forum: Advanced Help
Topic: To use irrlicht version 1.9 in JNI for Android(Android NDK)
Replies: 3
Views: 1198

To use irrlicht version 1.9 in JNI for Android(Android NDK)

I'm currently working on an Android project in which I have used Irrlicht Engine version 1.9  in NativeActivity to create a scene. Now I'm in need of creating the same scene in Java activity, So I preferred JNI for this, but the problem I'm facing now is how can I get the value of android_app* (whic...
by Karthik Sivam
Thu May 08, 2014 6:56 am
Forum: Advanced Help
Topic: RTT not working in Android [Irrlicht version 1.9]
Replies: 9
Views: 1500

Re: RTT not working in Android [Irrlicht version 1.9]

Adding the line TextureType = GL_TEXTURE_2D; in function COGLES2FBOTexture::COGLES2FBOTexture(const core::dimension2d<u32>& size,                     const io::path& name, COGLES2Driver* driver,                     ECOLOR_FORMAT format) (COGLES2Texture.cpp) before first call to Driver->getBr...
by Karthik Sivam
Mon Apr 21, 2014 2:14 pm
Forum: Advanced Help
Topic: RTT not working in Android [Irrlicht version 1.9]
Replies: 9
Views: 1500

Re: RTT not working in Android [Irrlicht version 1.9]

GL_INVALID_ENUM occurs in COGLES2Driver::testGLError() while get called from COGLES2FBOTexture::COGLES2FBOTexture(...) [AFAIK this may be due to the GLenum TextureType passed] and GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT in checkOGLES2FBOStatus(COGLES2Driver* Driver) while getting called from COGLES2FBO...
by Karthik Sivam
Mon Apr 21, 2014 12:20 pm
Forum: Advanced Help
Topic: RTT not working in Android [Irrlicht version 1.9]
Replies: 9
Views: 1500

Re: RTT not working in Android [Irrlicht version 1.9]

Thanks for your reply. I'm using driver: OGLES2 and device: Android Emulator(Android 4.3 API Level-18). I'm also working on fixing the bug, so it'll be useful for me if you provide the class names and method names I have to look for one.
by Karthik Sivam
Mon Apr 21, 2014 7:17 am
Forum: Advanced Help
Topic: RTT not working in Android [Irrlicht version 1.9]
Replies: 9
Views: 1500

RTT not working in Android [Irrlicht version 1.9]

I'm working on an Android NDK project in which I have to use addRenderTargetTexture, but it shows the following error during runtime: 04-21 13:13:59.816: I/Irrlicht(3721): GL_INVALID_ENUM 04-21 13:13:59.816: I/Irrlicht(3721): FBO missing an image attachment 04-21 13:13:59.816: I/Irrlicht(3721): FBO ...