Search found 3 matches
- Wed Mar 05, 2014 9:13 am
- Forum: Off-topic
- Topic: Memory Problem with low end android devices.
- Replies: 0
- Views: 1160
Memory Problem with low end android devices.
I have integrated the irrlicht engine with the vuforia sdk so that i can render 3d models on the camera view surface using irrlicht. The problem i am facing is that low end android phones are not able to load both the irrlicht library and the vuforia library together and crashes giving an error mess...
- Wed Feb 19, 2014 1:39 pm
- Forum: Open Discussion and Dev Announcements
- Topic: Native Android port
- Replies: 68
- Views: 19546
Re: Native Android port
I am using a surfaceview in java for camera with the QCAR library. this is in ogles 2 and i need to pass the context of that view to the irrlicht natice activity. the problem i am facing is that i have the view for QCAR in java and the irrlicht in the native code. is there anyway to make them use th...
- Wed Feb 19, 2014 5:04 am
- Forum: Open Discussion and Dev Announcements
- Topic: Native Android port
- Replies: 68
- Views: 19546
Re: Native Android port
Hi have you managed to run the irrrlicht engine without the native activity. i already have a glsurface that i am drawing on and i would like to draw the 3d model on that surface with irrlicht. the problem is that when i draw the 3d model the background becomes black. Also i am trying to accomplish ...