Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
5answers
1k views

Best process to show an OpenGL Animation in iPhone

I'm having issues being able to import a bone and skeletal animation from Maya to Blender to iPhone. Here's what I've done: install the ColladaMaya plugin to export a DAE for Blender to export used ...
7
votes
1answer
8k views

Oolong, SIO2 or commercial Game engine for 3D iPhone Games newbie?

I'm trying to pick between the Oolong and SIO2 iPhone game engines for my first game programming project. I have some Cocoa experience and many years of C++ including relatively low level 2D graphics ...
0
votes
0answers
72 views

oolong engine example “falling box”, change collision object problem

i have used oolong engine example "falling box" i wanted to make a custom shape like a dice with 4 faces but i'm in trouble, so to test, i have made a convex hull with points like a box float a=1; ...
0
votes
0answers
89 views

OOLong OpenGLES 3D Engine: PickObject Example

Has anyone used PickObject example from iPhone OOLong OpenGL-ES 3D Engine. In that example how to display image instead of color along with faces of box. Help appreciated. Thanks!
0
votes
0answers
356 views

iOS 3D graphical engine [closed]

I've to develop an app for iOS. A good 20% of the app will be 3D (the remaining part it's not a problem. Considering will be not a game and a very strictly budget (so no unity, no unreal engine ecc ...
0
votes
1answer
154 views

OpenGL ES1, imported blender texture not resizing in oolong/iphone

Hey everyone, just had a simple question about opengl es that I couldn't find the answer to. So I am trying to display simple meshes made in blender using oolong3D's blenderparse example, but when I ...
0
votes
1answer
333 views

where can i download OolongEngine?

I have searched the web, but have been unable to find the OolongEngine.zip to download (ie. a link that actually works). Can anyone help?
0
votes
3answers
528 views

Recommendations for C++ open source game engines on IPhone

I decided that I want to make a game for the iphone I was thinking of using oolong or sio2 any recommendations? Both have the problem of lack of tutorials, is it possible to somehow use a normal C++ ...
0
votes
3answers
7k views

Xcode: gcc-4.2 failed with exit code 1

I'm working on a game for the iPhone where I use the Oolong engine for rendering, and now I just tried to update my project to the newest version. However - now I get the following error when I try ...