Tagged Questions

1
vote
1answer
17 views

how can I retrieve the current position of the vertices after they have been transformed?

How can I retrieve the current position of the vertices after they have been transformed? I have the following code.... How can I get the position of the "modelVertices" after the …
0
votes
1answer
16 views

What data type should I use for my texture coordinates in OpenGL ES?

I notice that the default data type for texture coordinates in the OpenGL docs is GLfloat, but much of the sample code I see written by experienced iphone developers uses GLshort o …
0
votes
2answers
52 views

Any free polygon library for the iPhone?

I need a library that can manage polygon modeling and basic transformation like rotating and translating. I'd rather not redevelop everything from scratch Thanks
0
votes
3answers
55 views

OpenGL ES - how to keep some object at a fixed size?

I'm working on a little game in OpenGL ES. In the background, there is a world/map. The map is just a large texture. Zoom/pinch/pan is used to move around. And I'm using glOrthof …
0
votes
2answers
46 views

border for an irregular polygon

So I have this irregular shaped polygon. I draw it by filling the inside with triangles. The outside I added a border by used GLLineLoop. Now I want to draw second line (of a di …
1
vote
3answers
65 views

Quartz 2D vs OpenGL ES Learning Curve

Hi, I have been developing iPhone Applications for a couple of months. I would like to know your views about the Quartz vs OpenGL ES 1.x or 2.0 learning curve. You can tell your …
2
votes
3answers
55 views

Tile-based Game Engine or Framework for the iPhone?

I'm planning to build a simple tile-based RTS (Real-Time Strategy) game for the iPhone and iPod touch. Is there an existing game engine or framework that I could use? If so, where …
1
vote
2answers
71 views

Loading screen for an openGL game on iphone ?

I'm working in an openGL for iPhone , and although everything works great I have to wait about a second in certain sections of the game which use a ton of sprite sheets. It's there …
0
votes
0answers
38 views

Seeing a blank screen after handling an orientation change in an OpenGL based application.

I have an OpenGL based iPhone application which handles orientation changes to LandscapeRight and Portrait. I don't see any problem when the orientation changes to Portrait, but in …
1
vote
3answers
255 views

iPhone Dev: Pocket God Used Graphic Engine

I want to develop a 2d game. I have to choose from Quartz/CoreGraphics, OpenGL ES or Cocos2D. I'm interested in how the game Pocket God is realized because it fulfills perfectly my …
2
votes
2answers
66 views

Texture atlas software

What is a good tool to make texture atlases with? I have a 2d game and I am going to need to shove a bunch of small textures into a bigger one for performance reasons. I know of …
2
votes
2answers
244 views

Tutorials and libraries for OpenGL-ES games on Android

What tutorials and libraries are available which can help beginners to develop 2D and 3D games on Android using OpenGL-ES? I'm looking for tutorials which can help me learn OpenGL- …
0
votes
1answer
189 views

OpenGL ES render to texture, then draw texture

I'm trying to render to a texture, then draw that texture to the screen using OpenGL ES on the iPhone. I'm using this question as a starting point, and doing the drawing in a subc …
3
votes
2answers
120 views

Writing a portable Java application using JOGL and Android OpenGL

I plan on writing a Java 3D game that will work both on PC and Android. Unfortunately it looks like there is no common OpenGL API for both platforms. Do the APIs differ significan …
0
votes
1answer
68 views

Drawing semi-transparent curves in OpenGL ES

My goal is to draw a semi-transparent curve. User moves cursor and I draw the curve under the cursor. I've tried to use antialiased points to draw line, but I don't know how to ma …

1 2 3 4 5 17 next
15 30 50 per page