Search found 3 matches

by TheDoktor
Sun Aug 14, 2011 9:43 pm
Forum: Advanced Help
Topic: iPhone?
Replies: 67
Views: 23084

Re: iPhone?

Hi George I've not investigated any of the animation system as the project I've working on doesn't require character animation but if Irrlicht supports what you want to do then it will work on the iPhone version. The GLES2 iPhones are the 3GS and above, Irrlicht for GLES2 is the same as GLES1 as far...
by TheDoktor
Sun Aug 14, 2011 7:29 am
Forum: Advanced Help
Topic: iPhone?
Replies: 67
Views: 23084

Re: iPhone?

I got it working on the iPhone by getting and modifying the source from the GLES branch. I created my own driver that runs with the assumption that GLES has already been setup, I did this because I plan to use it with Android as well in the future and I'm setting up GLES in my own framework. This is...
by TheDoktor
Sat Aug 13, 2011 5:47 pm
Forum: Advanced Help
Topic: Using Irrlicht GLES2 with other systems that use GLES
Replies: 0
Views: 445

Using Irrlicht GLES2 with other systems that use GLES

Hello I'm currently using the GLES2 version of Irrlicht on iOS, when I use the API by itself everything works fine. Recently however I have encountered a problem. I'm currently doing some experiments using the newly released Qualcomm AR middleware. The idea is to use Qualcomm AR to calculate positio...