Tagged Questions
2
votes
0answers
76 views
Displacement Mapping opengl-es
I need to do an application similar to this Morfo. And I posted a question here where the answer states the solution is "Displacement Mapping" . And I googled this to do it in opengles. I couldnt get ...
1
vote
1answer
343 views
Why do my pyramids fade black and then back to colour again [closed]
I have the following vertecies and norms
GLfloat verts[36] = {
-0.5, 0, 0.5,
0, 0, -0.5,
0.5, 0, 0.5,
0, 0, -0.5,
0.5, 0, 0.5,
0, 1, 0,
-0.5, 0, 0.5,
0, 0, -0.5,
0, 1, 0,
0.5, 0, 0.5,
-0.5, 0, ...
-1
votes
1answer
48 views
GLES2 rendering performance for different iPad generations
I'm using C++/GLES2 for iPad only (no iPhone). The only device I own is an iPad2 and I do not plan to support iPad 1.
Can anyone help me understand realistic goals/limits on iPad 2/3/4 in terms of ...
3
votes
3answers
546 views
Where and how to check if game was developed with bought Unity3D licence (not cracked app)?
We hired an external team from Eastern country. They built our mobile game app using Unity3d which we paid a lot of $K. We asked them to only use the software with bought license, not cracked one, and ...
-1
votes
1answer
92 views
How to get started with 3D apps for android and iOS? [closed]
I have developed a few simple android apps. I want to build apps and games with 3D environment. For eg like this. Kindly tell me how to get started ? Also, I would like to convert my android app/game ...
3
votes
4answers
293 views
Benefits of upgrading from OpenGL ES 1.1 to 2.0 on iOS
I have an animated 3D iPhone game that I first wrote using OpenGL ES 1.1 in late 2009.
After many updates to the rest of the game, the OpenGL ES 1.1 code still runs fine under iOS 6, but I'm ...
1
vote
3answers
1k views
How do I render .dae models?
I'm building a game for iOS. I'm quite new to OpenGL but what I want is to take a 3D model I have made in Google SketchUp and use it in my 3d game. The problem is I don't know how to proceed. I have ...
0
votes
0answers
178 views
iOS : Creating a 3D Compass
Originally posted here: iOS : Creating a 3D Compass
Hi everybody,
Quite new in this forum.Posted the same question in stackoverflow and there some people suggested to shift it here, so that I can get ...
1
vote
3answers
373 views
Missing z-axis rotation for transforming between two vectors
I'm trying to rotate a cube so that it's facing up, but am getting hung up on the final implementation details. It now reliably will rotate the x,y axis to the correct side, but the z-axis is never ...
1
vote
2answers
434 views
Rotate 3D cube so nearest side is facing user
How do I figure out the new angle and rotation vectors for the most visible side of the cube?
Why: The user can rotate cube, but when finished I'd like the cube to snap to a side facing the user.
...
-1
votes
3answers
2k views
iPhone 3D Game Development using Maya?
I'm reading up on 3D game development for the iPhone. I'm looking into programs like Unity for 3D development. My question is are these the best ways to go for 3D development for the iPhone-Unity or ...
2
votes
2answers
1k views
Simulating a 3D body with a skeleton in iOS
I would like to make an iOS application that simulates a 3D body with joints and bones, but I am not sure how to do that. The aim of the app is that you can move its arms around and throw it around (x ...
11
votes
3answers
2k views
How would I implement an endless road the player runs down?
I want to create the illusion that a man is running down a long road i.e. this pic
http://camlinecambridgelimited.web.officelive.com/images/road%20graphic1.jpg
If you have played Temple Run on the ...
3
votes
2answers
2k views
What should I do to get my Blender models into my iOS game?
I am working on a 3D OpenGL|ES game for iPad. All the models are created in Blender. How should I go about getting my models into my game?
I have the following requirements of my models:
One ...
0
votes
3answers
2k views
How do you make a customizable 3D character with animation in iOS?
I want to build a character system in my game that is like the on in Mod Nation Racers or Little Big Planet 2. You have a basic and simple Character (which is animated) and you can now put stuff ...