From: Carlo B. <car...@gm...> - 2012-08-27 09:37:14
|
Dear all, I am currently trying to cross compile my 3D game engine from Java (nearly pure - platform specific code is separated) to Iphone ObjC. Things seems to go well, but not all the Opengl methods are available in the GL header file, for ex. GlNormalPointer. Also Direct Float Buffers are throwing an exception of a Red class under Xcode, I switched to Non Direct Float buffers. I would be interested in adding the missing wrapped opengl methods but I do not know exactly the steps to take. It would be nice if you could explain to me these steps, I would of course supply a new patch if it is working well. Thank you in advance, Best regards, Carlo |