Tagged Questions
2
votes
0answers
27 views
Cinema 4D to Android and IOS SDK
how can i convert Cinema 4D animation or models to use in games for android and IOS SDK?
or what kind of format is required for SDK games?
if i make a dancing character, do i need to make separate ...
-1
votes
0answers
36 views
Animation in timelines [closed]
Im using MAYA 3D and adobe flash. I was wondering how I can make an animation of an animal birth, its for an app. So within a 24 hr period you can view the egg growing with the little critter inside ...
-6
votes
1answer
69 views
Android Game an [closed]
I want to develop an android game (3D/2D).. and I don't have any knowledge about android app development. So can you suggest some helpful and understandable resources like video tutorials or head ...
-1
votes
1answer
95 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
3answers
611 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 ...
0
votes
0answers
236 views
3d game Android development libraries? [closed]
Are there any good solutions such as libraries and add on's for developing a 3D Android game in Java, neither of these are designed with 3D Gaming in mind obviously.
1
vote
1answer
109 views
Keeping Track of Position OpenGL
I have a sphere in my 3D world located at the origin. I have models orbiting it and I need to keep track of each models' position (x, y, x coordinates) as well as update their bounding boxes for ...
1
vote
0answers
60 views
2D map/plane with nodes overlayed that supports panning, scaling and clicking on nodes
I'm trying my hand at Android development and seem to be running into an invisible ceiling in trying to get what I want accomplished. Basically I'm trying to create an app that renders a 2D surface ...
1
vote
1answer
268 views
GLES2.0 3D Android game performance and multi threading the update?
I have profiled my mixed Java\C++ Android game and I got the following result:
As you can see, the pink think is a C++ functions that updates the game. It does things like updating the logic but it ...
2
votes
2answers
228 views
Ray Picking: how can I find which copy of model to pick, if they share the same vertices, but each one is translated before being drawn?
I have a scene, in which I am drawing few different objects - each one has the same vertices and each one is translated to proper place before being drawn.
While using libgdx (but I think that this ...
0
votes
1answer
2k views
OpenGL ES 2.0 gluUnProject
I've spent more time than I should trying to get my ray picking program working. I'm pretty convinced my math is solid with respect to line plane intersection, but I believe the problem lies with the ...
2
votes
1answer
624 views
Ball bouncing and throwing, how to?
I was given a task to make a 3D game for Android, but since I never programmed games and opengl until now I'm totally lost on how and where to start.
Right now I'm using libgdx framework to ease my ...
0
votes
1answer
1k views
android game using bullet and libgdx
i'm developing a android project for school and i'm currently using libgdx for rendering. It performs quite well, but it lacks a 3d physics library. So i searched and found that Bullet physics engine ...
6
votes
5answers
15k views
Is there a free and open source 3D engine for Android? [closed]
Is there a free and unlimited open source 3D engine for Android? Something that is a direct, thin layer to the NDK?
I have only found two engines: Unity and Shiva 3D. But no free or open source ones.
...
2
votes
2answers
375 views
How do I add a text area to my 3D android world
i am learning 3d game development on android , i was wondering is it possible to add text areas or any thing that allows a user to enter a text in a 3d world ? and how ?
9
votes
2answers
6k views
OpenGL ES 2.0 Point Sprites Size
I am trying to draw point sprites in OpenGL ES 2.0, but all my points end up with a size of 1 pixel...even when I set gl_PointSize to a high value in my vertex shader.
How can I make my point sprites ...
1
vote
2answers
378 views
OpenGL ES multiple indices
I need suggestions for the best method of acheiving what I am trying to do:
-Using either OpenGL ES 1.x or 2.x
I need to pass a bunch of vertices to the GPU. Each one has 3 attributes: Position, ...
1
vote
1answer
419 views
OpenGL ES indices optimization
I am using OpenGL ES 1.x/2.x
I have 2 attributes to be passed to the GPU(one is colors, one is vertices, one color per vertex).
I use indices. Both attributes will use the same indices array
This ...
9
votes
3answers
10k views
Fastest way to draw quads in OpenGL ES?
I am using OpenGL ES 2.0
I have a bunch a quads to be drawn, would love to be able to have to pass only 4 vertices per quad as if I were using GL_QUADS, but basically I just want to know the best way ...
5
votes
3answers
951 views
Android collision detection of a 3d object based on a 2d projection
I am writing a game for android. We have an orthographic view setup, but the characters (ships, projectiles, etc). The enemies / characters will be able to rotate about the x axis. The problem is that ...
3
votes
3answers
8k views
Import a 3D animation into an android game
I want to import a skinned and animated character model built with bender into an android game. The animations can be: idle, walk, run ...etc
I've seen a related question but it's only about ...
2
votes
2answers
883 views
Can one draw a cube using different method/drawing mode?
I've just started learning gamedev (in particular android EGL based) and have ran over a code from Pro Android Games 2 that looks as follows:
/* * Copyright (C) 2007 Google Inc.
* * Licensed ...