Tagged Questions
0
votes
0answers
21 views
android application for drawing network connection [closed]
i want to crate an android application for network connection (some thing like this picture 1 ).
Any help please (Library, Tutorial...) to draw the network connection.
Thank you so much for ...
0
votes
1answer
30 views
How to use a background image in opengl es [duplicate]
I am making a solar system project in OPENGL ES in android with an earth and a sun . I want to add a back ground image with stars in it . please tell me how to put a background image in it....
0
votes
1answer
18 views
How to spin a sphere around its own axis in opengl es
I am making a solar system project . My sun is stationary at (0,0,0) and my earth is stationary at (0,0,45). now I want my earth to rotate around its own axis while remaining fixed at its position . I ...
0
votes
1answer
29 views
How to avoid fade-out on scaled CCSprite without cancelling anti-aliasing?
I have 3 sprites. Left edge, right edge, and repeating center which has 1 pixel width but is scaled up. The problem is that the scaled sprite fades out the farther away it is from the center:
I've ...
0
votes
0answers
46 views
Drawing Shapes in OpenGL ES 1.0
I'm trying to draw shapes in opengl es 1.0 for Java android. I have no idea how to do it and there are so many tutorials for so many different versions of opengl on the web it's making my head spin. I ...
0
votes
1answer
41 views
How to replicate adding/mixing of HSV values in RGB space
At the moment I'm doing a colourizing effect using additive blending in HSV space. Have a diff value in HSV space which is added to an image texture's individual pixels to get the desired color ...
3
votes
2answers
97 views
Placing multiple images on a 3D surface
If I was to place a texture on the surface of a 3D object, for example a cube, I could use the vertices of that cube to describe the placement of this texture.
But what if I want to place multiple ...
0
votes
1answer
101 views
OpenGl es 2.0 2D plane rotation
I have been working on getting some quads with textures to display properly using OpenGL es 2.0 on iPhone platform. I started off following the tutorial here
...
1
vote
2answers
176 views
Create openGL context in linux console(Raspbian)
I want to make a minimal visual display in console with openGL, but as far as my knowledge goes there has to be a window system involved(glut, glfw, sdl, etc..).
I've seen omxplayer build a graphic ...
4
votes
2answers
111 views
Contiguous memory, OpenGL, and how are you wrapping your vertices?
So, a critical requirement for OpenGL programming is that you store your vertices in a fashion that guarantees contiguous memory. I've read a couple decent books lately by professional graphics ...
2
votes
0answers
146 views
Best Practice for Rounded Rectangles in OpenGL ES
Using OpenGL ES, there seem to be two viable options for rounded rectangles:
Manually draw the shape using trig. (This is what I'm currently doing.)
Use a a texture or group of textures that scale ...
0
votes
1answer
131 views
In OpenGL ES, how can I “clip” drawing to a rectangle?
I am working on an Android application where I am using a single OpenGL ES instance. In some instances, I am drawing a custom (rectangular) dialog ontop of everything else, with scrolling text, ...
-1
votes
2answers
127 views
world to local coordinates
I'm using ray picking and have now the coordinates in the World Matrix. How can I convert that to my Objects local coordinates?
Maybe convert the objects local coordinates to world coordinates.
0
votes
1answer
45 views
get Vertices from Vertex Buffer Handle
Is it possible to somehow retrive the vertices of an object from the Vertex Buffer Handle ?
I'm using OpenGL.
If it is possible how is this done.
8
votes
2answers
152 views
Is drawing front-to-back necessary for optimizing renders?
I've seen the occasional article suggest ordering your vertices from nearest to furthest from the camera when sending them to OpenGL (for any of the OpenGL variants). The reason suggested by this is ...
0
votes
0answers
53 views
Android Graphics lower layers [ NativeWindowType in ICS pandaboard ]
I am trying to understand how EGL interface works [ basics like how EGL rendering surface is created based on the hardware etc; for a project on Android Graphics ] and got a Pandaboard recently.
...
3
votes
2answers
131 views
How to group multiple objects for purpose of rotating them as a unit?
I need some pointers on the best approach for a rotation task in OpenGL. I know how to rotate objects in 3D space using quaternions, I can translate them, all well and good.
But I want to know the ...
0
votes
1answer
47 views
How to do 3D Flip in Native Android App [closed]
I am trying to do something like this on Android:
http://realitypod.com/wp-content/uploads/2010/11/Windows-Vista-3D-Flip.png
What are my options?
Do I need to use OpenGL?
Can this be done with the ...
0
votes
1answer
48 views
which opengl version is suitable for android?
I'm looking for good OpenGL ES tutorial for android from basics. i got confused about the versions of OpenGL ES. Which version of OpenGL ES is suitable and easy to develop the 3D objects to map AR for ...
7
votes
2answers
329 views
GPU Pixel and Texel write speed
Many of the embedded/mobile GPUs are providing access to performance registers called Pixel Write Speed and Texel Write speed. Could you explain how those terms can be interpreted and defined from the ...
0
votes
2answers
98 views
Depth buffers and the Z axis
I am reading an OpenGl book which points out two seemingly contradictory statements:
The camera is positioned at the origin and stares down the negative z-axis.
The depth buffer clears to a default ...
0
votes
1answer
82 views
what does glMultMatrixf(matrix, offset) do?
I'm reading through the code in Android SDK. This is for setting up modelview:
// set-up modelview matrix
gl.glMatrixMode(GL10.GL_MODELVIEW);
gl.glLoadIdentity();
gl.glTranslatef(0, ...
1
vote
2answers
83 views
Where and what is “OpenGL memory” used by VBOs, etc
I am learning how to use VBOs and, as the book says,
"...you can free up CPU memory by moving vertex data to the OpenGL
memory on the GPU."
Well, just exactly what can a GPU handle in this ...
4
votes
3answers
540 views
Drawing paths and hardware acceleration
I'm drawing a rather large path in my view and I'm running into some performance problems. The path is currently 32,000 points long, but my application should scale to at least 128,000 points. I can't ...
0
votes
1answer
34 views
Difference between view volume/view frustrum and Viewport?
What is the difference in Open GL ES between camera view volume/view frustrum vs Viewport?
2
votes
2answers
333 views
What does the target--GL_ARRAY_BUFFER mean in glBindBuffer?
I was confused about the VBO,
glGenBuffers(1, &positionBufferObject);
glBindBuffer(GL_ARRAY_BUFFER, positionBufferObject);
Besides GL_ARRAY_BUFFER, there are other target types: ...
-1
votes
1answer
212 views
Is it possible to convert/export my 3D model (dae/blend/3ds/…) into GLSL ES 2.0?
Is it possible to export or convert my 3D models into GLSL ES 2.0? Is there any converter or any exporter tool/addon existing for any editor programs like Blender/3DS MAX/Maya that creates GLSL ES 2.0 ...
2
votes
1answer
123 views
How to decide if a fragment's color is white or not?
I have many circles next to each other in my scene (white circles and circles with different colors). I would like to blur the white circles only. (White means (1,1,1) in my case.)
My question is: ...
1
vote
4answers
95 views
Is it possible to use Z coordinate to make android game compatible on multiple screen sizes?
Drawing 2D graphics request only two coordinates and by default Z coordinate is 0. Is it possible to use that Z coordinate to adjust graphics sizes. Lets say for larger screens I set Z to be 0 but ...
5
votes
2answers
184 views
Index buffers in WebGL?
I am trying to learn some WebGL (from this tutorial http://learningwebgl.com/blog/?page_id=1217). I followed the guide, and now I am trying to implement my own demo. I want to create a graphics object ...
-1
votes
2answers
73 views
Error splitting text by newline
This is relevant portion of my code:
ajax({
url: "TeaPot.obj",
success: function(data) {
var Script = data.split("\n");
for (var I in Script) {
var Line = Script[I];
...
0
votes
1answer
83 views
Load a file using JavaScript
I'm trying to load myself a file into my .js file, but I can't seem to find any code that explains it well enough. At the moment I have some code that will draw a flat triangle using webGL. Now I want ...
0
votes
0answers
111 views
OpenGL Math Library GLM: Weird build error when built for Android (GCC - Gygwin)
I am trying to use glm as math library for my OpenGL based engine. The following code snippet works perfectly file when compiled with MSVC but throws weird compilation errors,
glm::mat4 m1(1.0f);
...
0
votes
1answer
76 views
How to draw noncontinuous lines with one vertex array
I want to draw using gldrawarray in opengl es with a vertex array of 33 numbers, which is 11 points in 3D. And I also want to add the points into the vertex array by 33*n, so I need to draw many same ...
1
vote
4answers
721 views
WebGL is 2D API not 3D API
WebGL is actually a 2D API, not a 3D API. What does it mean?
We can specify x,y,z co-ordinates in webGL vertex shader and fragement shader. I couldn't understand difference between 2D and 3D ...
1
vote
3answers
261 views
Basic Animation (Swipe to turn)
I am thinking of adding a animation to my Table View. This should work as following: The User swipes over a table view Cell horizontal and the content of the cell turns, so that "the other side of the ...
0
votes
2answers
120 views
Graphics and animation in android [closed]
i m doing project in android
my topic is Wireless Gaming (Via Bluetooth)
i developed some basic games like TicTacToy and SOS
but now i want some graphics and animation in games
i have google for it
...
1
vote
1answer
157 views
OpenGL (ES): Efficiently get vertex data from texture
I have an OpenGL texture that I generate through a couple of render passes in my FBO.
Now I want to use the texture as vertex data in a VBO and render stuff with it.
Since all data is GPU-sided, is ...
0
votes
1answer
119 views
What is the use of glMatrixMode() and glLoadIdentity() in the OpenGL ES BlackBerry 10 2d walkthrough
In the walk through for blackberry 10 sdk using opengl es. it uses 2 commands namely:
glMatrixMode(GL_PROJECTION);
glLoadIdentity();
and later:
glMatrixMode(GL_MODELVIEW);
glLoadIdentity();
I ...
2
votes
0answers
737 views
Programming logic behind Temple Run (OpenGL ES ?)? [closed]
I am very much facinated by the success of Temple Run (iOS and Andriod) developed by 2 developers and 1 artist.
My questions are -
What did they use for graphics rendering, was it OpenGL ES for ...
1
vote
1answer
226 views
How to Display Different images on each face of cube in opengl (android)?
I am making a 3D cube, I can assign one image for every face, but I would like to assign different images for each face.I used the NeHe Port for reference, so for one image the function is::
public ...
0
votes
1answer
100 views
Do the hint flags in glBufferData actually do anything?
The flags I am talking about are GL_STREAM_DRAW, GL_STATIC_DRAW and GL_DYNAMIC_DRAW. The manual page is clear about when you should use them but ambiguous about what will happen if you do.
Now ...
0
votes
0answers
155 views
object not displaying correctly in android opengl
this my first game project in android. I'm using animation file format .pss and the image don't display corrctly. I have no error. This is my code:
public void drawAnimation2DModel(GL10 ...
1
vote
0answers
93 views
NvTriStrip: Whats the licensing model, can I use it in my code?
I am planning to use NvTriStrip library for the software that will be licensed under a commercial license. It is okay to integrate NvTriStrip here?
I could not find a licensing agreement with ...
2
votes
1answer
137 views
iOS graphics engines
I am new to iOS programming and am interested in working with images. Basically, I want to be able to obtain the (0,255) and RGB tuples of every pixel in a given image. What would be the best way of ...
4
votes
1answer
430 views
Using NVidia FxAA in my code: Whats the licensing model?
Came across this implementation of FxAA from NVidia.
http://developer.download.nvidia.com/assets/gamedev/files/sdk/11/FXAA_WhitePaper.pdf
...
1
vote
1answer
65 views
NvTriStripe: Generates stripes with duplicate indices
Using NvTriStrip library from Nvidia,
http://www.nvidia.in/object/nvtristrip_library.html
I was trying to use NVTriStriper for creating triangle stripes from triangle indices. But, seems it does not ...
3
votes
1answer
1k views
How does this simple FxAA work?
I came across this FxAA shader that does anti-aliasing and seems to be working quite well.
But, Somehow could not understand the logic. Can someone explain?
[[FX]]
// Samplers
sampler2D buf0 = ...
0
votes
1answer
156 views
Cocos2d scaling sprite causes artifact
I am on the master branch so that it will work with ARC.
I have implemented a method whereby the sprite will scale by a factor of 1.1 when a user touches the sprite. Multiple touches will queue up ...
2
votes
3answers
789 views
Android Canvas or Open GL ES for 2d game?
stackoverflow friend! If you read this I shall hug you if I see you because your time alone is already a great favor from you! ;)
I want to create a 2d game and I would like to know which way to go ...

