Tagged Questions
0
votes
0answers
9 views
up-to-date simple OpenGL ES tutorial / template for iOS
At the moment i can draw a route on a map.
On the map i can zoom and i can pan. If the route is very big it goes really slow.
Therefor i want to do it with OpenGl.
From the map i can convert ...
0
votes
0answers
17 views
OpenGL ES blending with custom antialiasing
I'm completely new to OpenGL. I need to make new drawing type in iOS app looking beautiful but as far as I try I fail with blending.
This answer shows a way a line is constructed during drawing. My ...
0
votes
1answer
29 views
Adding UIViewController messes up screen orientation
I started with a GLSprite sample app (source code), then added a UIViewController by adding
UIViewController *vc = [[UIViewController alloc] init];
vc.view = glView;
self.window.rootViewController = ...
0
votes
0answers
25 views
how to solve “Undefined symbols for architecture armv7” when I add OpenCV in ARDrone ios?
When I add OpenCV to the project, it happens "Undefined symbols for architecture armv7".
It won't compile even when I remove all the OpenCV Code.
OpenGL can work well before adding Opencv.
I have ...
0
votes
1answer
38 views
How do I add a UIViewController?
I have a GLES game, it has no standard UI elements. It is based on the code from GLSprite which contains a UIView and an AppDelegate (full source code on github ...
1
vote
0answers
37 views
Porting OpenGL ES project from iOS to Windows Phone 8? (Marmalade?) [closed]
Anyone have any turn-key solutions for porting C/C++-based OpenGL projects from iOS or Android (NDK) to Windows Phone 8 platform?
For the life of me, I can't understand why Microsoft didn't provide ...
1
vote
0answers
34 views
Is it possible to capture the iOS GPU frame time using XCode or XCode Instruments?
I am trying to write an automated profiling tool which will use XCode Instruments to load and run an iOS game, and gather profile and timing information about the rendered scene in the game. ...
0
votes
0answers
28 views
Moving the 3d object in iOS application?
I am working on rotating the 3d object in my application by using the application downloaded from here.I succeed on stopping the rotating object as below, but I can't rotate the object again from the ...
1
vote
0answers
27 views
Update texture in fragment shader in Cocos2d
I'm trying to update texture in fragment shader without any luck. Looks like shader reads texture just once and then no updates. Here is my code:
Shader init
CCGLProgram *shader = [[CCGLProgram ...
0
votes
1answer
37 views
Rotation in OpenGL ES 2.0
I have a 2x4 matrix. which represent 4 points of a square. I need to rotate said square by x radians (which obviously can be converted to degrees) with the rotation point/ anchor being the center of ...
0
votes
0answers
32 views
Capture UIWebView screenshot of video?
I'm currently trying to take a screenshot of a video in my UIWebView.
It turns out black though. I'm wondering: 1) Are webview open GL objects? 2) should be trying to capture an OpenGL view? Has ...
1
vote
0answers
36 views
Sparkles and shine cocos2d shader
I have started to work with shaders(cocos2d 2.1) and trying to make sparkles and glossy moving effect like in this game:
game with cool shiny effects
There are a couple of issues with that:
Is there ...
0
votes
0answers
13 views
'backborad' with high CPU usage percentage on iPhone4 of iOS6.0 while using opengles
honestly wish your help!
Using OpenGLES2.0 on iPhone4 with iOS6.1.2, the CPU usage of 'backboard' is up to about 17% , while running my application with 35% CPU usage to render video frames up to ...
-1
votes
0answers
9 views
How to set the OpenGLES paint colors don't mix [closed]
How to set the OpenGLES paint colors don't mix,everybody.
Let me draw some overlapping color do not mix,thanks.
0
votes
0answers
27 views
What AR libraries would be useful in order to develop an iOS app for showing information about certain objects?
I am starting an AR project for a client which involves using AR in order to show information about certain objects. In this project, for example, the user would point the camera at a car. Depending ...
0
votes
0answers
38 views
Cut/Crop part of CCsprite cocos2d iOS?
Suppose i have a person's face in a CCSprite. What i want to achieve is cut the lips portion of the face into another sprite and the original sprite gets transparent at the lips area if i have ...
0
votes
0answers
26 views
Can't generate a video texture in OpenGL using CVOpenGLESTextureCache
I'm trying to use a video as a texture in an iPhone OpenGL ES program using GLKit. I set up vertices and texture coordinates and then do the OpenGL-related stuff in GLKit callback methods, like this:
...
0
votes
2answers
24 views
OpenGL - Pass on the output of multiple programs to a new texture
How do I pass on the data drawn to a frame buffer to a new openGL program or texture?
Use case of what I am doing now:
Creating a texture from a UIImage
Passing it on as a uniform sampler2D by ...
0
votes
1answer
35 views
How to flex a 3D texture with OpenGL ES?
I have tried to draw some 3D squares (with OpenGL on iPhone) and make them rotate around, now they look like a sphere.
...
0
votes
1answer
60 views
iOS 6 OpenGL ES 2.0 video memory leak in a render buffer object
Below is an example code that behaves like one leaking a video memory on iPad 2 IOS 6.1 (basically it creates a render buffer object, allocates a memory for it and destroys it after drawing):
if I ...
0
votes
1answer
36 views
Scale CGPoints to a bigger display
So I worked on an iPhone game several years ago that uses CGPointMake calls hundreds of times for some OpenGL stuff. That was back when 480 was the only size for landscape phones, but now I'd like to ...
1
vote
1answer
23 views
GKPeerPickerController is blank when invoked within EAGLView
I have an EAGLView-based class that runs the following code when a menu selection is made in OpenGL:
-(void) startPicker
{
self.gameState = kStatePicker;
GKPeerPickerController *picker = ...
0
votes
1answer
64 views
iOS OpenGL ES 2.0 Draw 3D Line and Set Color
I can successfully draw lines in OpenGL ES 2.0 on the iPhone with the following code. I am disabling textures and blending but my GLKBaseEffects 'useConstantColor' does not seem to color the line - it ...
0
votes
1answer
84 views
Looking for OpenGL ES framework for cross-platform development on Win/Linux/MacOSX/Android/IOS
I have to develop a cross-platform multimedia application that will run on Windows, Linux, MacOSX, Android and IOS. This application will have to be able to play audio/video content, display photos ...
-3
votes
1answer
34 views
Develop opengles games in iOS [closed]
it's very boring question to everyone but i did't get any idea of my question that'y am asking here,if you know please guide me
I have year of experience in iOS application development not in game ...
1
vote
0answers
22 views
iOS - How to use opengl to draw different screen on iphone and apple TV?
Currently, I want to develop a small game like car racing. In the game, user will use iphone as a gamepad and apple tv will be display the main screen of gameplay. That means user control the car ...
0
votes
1answer
19 views
Render buffer in Open GL ES on iPhone
When drawing with Open GL ES one creates a framebuffer, attaches it to the context, creates a renderbuffer, attaches it to the context and, finally, attaches the renderbuffer to the framebuffer.
My ...
0
votes
0answers
54 views
iOS OpenGL ES 2.0 Multi-Texture Decal Images Do Not Show Up
I am trying to use a satellite image and the base image and another image that just has a number to be a 'decal' image which I render on top of the satellite. Here are the 2 images:
My ...
0
votes
0answers
24 views
White overlay on top of GPUImageGaussianSelectiveBlurFilter to show where blur is - GPUImage
I want to add a white overlay to the blurred area of GPUImageGaussianSelectiveBlurFilter, and a custom filter group I built by slightly modifying GPUImageGaussianSelectiveBlurFilter to make rotational ...
1
vote
1answer
86 views
“'OpenGL/OpenGL.h' file not found” triggered by GPUImage cocoapod in my iOS project
Despite the fact that I'm installing it in a iOS project, it looks like GPUImage is demanding a MacOSX library. I'm getting this error:
...
0
votes
2answers
31 views
glBindFramebufferOES - documentation?
I am trying to find the reference pages / documentation of the method glBindFramebufferOES(and related directives) and spent a good amount of time googling. I am a registered iPhone developer and ...
0
votes
1answer
59 views
How to show legally DICOM 16 unsigned integer on the device are supporting 8 bit unsigned integer?
I'm working on a Medical app on iOS. The iOS devices just support GL_UNSIGNED_BYTE with GL_LUMINANCE or generally just support 8 bit per component. Now I have some grayscale images are 16 bit unsigned ...
0
votes
1answer
57 views
Understanding buffers in OpenGLES iOS
What I understand: There is what is called a frame buffer. It is an array of pointers to buffer objects. The buffer objects can be for example render buffers, texture buffers or other. If I want to ...
0
votes
0answers
56 views
iOS OpenGL ES 2.0 MultiTexturing Decal is Semi-Transparent
I have a function that adds billboard quads to which I map a texture. This texture moves around a 3D globe as it is rotated. My drawInRect looks like this:
- (void)glkView:(GLKView *)view ...
-2
votes
0answers
36 views
Sand Simulation with gravity in z-direction [closed]
I am trying to create a Sandbox Simulation similar to this video
http://youtu.be/QQHo5YJkumo?t=16s
Features are
Sand Particles always live (custom CCParticleSystem or opengl )
Has to perform well ...
1
vote
1answer
76 views
GPUImage: Normalize the blur size of GPUImageGaussianSelectiveBlurFilter across multiple image sizes
I want to keep a relative constant blur size across images of different resolutions using GPUImageGaussianSelectiveBlurFilter of Brad Larson's GPUImage.
Say I have two images for sizes 1000x1000 and ...
0
votes
0answers
50 views
Portable C++ OpenGL toolkit focused on mobile devices and finger-friendly GUI?
Are there any OpenGL UI toolkits that focus on a finger-based user interactions and have smilimar behavior to mobile OSes like iOS and Android?
I've seen many, many posts about cross-platform GUI ...
0
votes
1answer
48 views
Drawing Multiple identical pyramids in opengl ES 2.0
I want to draw as many pyramids to fill up the space. I can draw a single pyramid, change its color etc. But, now, I want to draw a lot of pyramids that can fill the screen. I want to use a single set ...
1
vote
1answer
54 views
Inserting an OpenGL layer in front of a UIView with controls
I'm trying to use OpenGLES animation layer in front of a UIView which contains controls. For example, I want to render animation in FRONT of the UIButton (so animated objects pass in front of ...
0
votes
1answer
27 views
Batching quads creates bad color blend opengl es2
I'm trying to batch a bunch of rectangles/quads and getting some odd blending:
Each rect seems to get a little bit of its neighbor's color.
Here's my test code:
typedef struct {
Vertex bl;
...
0
votes
2answers
57 views
Converting a 24-bit PNG image to an array of GLubytes
I'd like to do the following:
Read RGB color values from a 24 bit PNG image
Average the RGB values and store them into an array of Glubytes.
I have provided my function that I was hoping would ...
2
votes
1answer
90 views
OpenGL library suggestion for 3D mobile application
I'm writing a native mobile app which will have a 3D component (openGL). Users would basically do some work in the native UI, then go to the 3D view for object selection/manipulation, then go back to ...
1
vote
1answer
40 views
Where to use 'GL_EXT_color_buffer_half_float'?
Nowadays, iOS support an extension named 'GL_EXT_color_buffer_half_float', and it can let the half float format accepted by the parameter of glRenderbufferStorage.
But, in iOS, renderbuffer should ...
0
votes
1answer
25 views
Sharing VBOs among Multiple GLKViewControllers?
I load my 3D model files and load their vertex, texture and normal during application launch in a background thread. These models are used by 2 GLKViewControllers. What I want to do is bind the data ...
0
votes
1answer
23 views
Setting the background image of the View for NivevehGL in iOS
I am trying to set the background image of the view( of type NGLView) and it is not working correctly.
The code looks like this:
.h
@interface ViewController : UIViewController ...
1
vote
1answer
42 views
iOS/Android Going back to OpenGL 1.1 instead of using 2.0
So this question has been asked a few times but the examples I have seen where in 2010,2011
2 years ago I wrote a nice little OpenGL 1.1 3D framework for iOS and I got to understand most of what I ...
1
vote
1answer
51 views
How to show UIButton over GLKView with UIViewController - IOS?
I am new to OpenGL, I have been trying to show a button over the GLKView, but buttons are not showing. Here is what I have done...
context = [[EAGLContext alloc] ...
1
vote
2answers
139 views
iOS OpenGL ES 2.0 Billboard Object On Sphere And Rotate With Sphere
I have a sphere (earth) in OpenGL ES 2.0 for iOS. I also have markers that I want to place at lat/lons on the earth - but I want the markers to always face the user ( billboards ) but also move with ...
0
votes
0answers
23 views
Moving UIImage after OpenGL ES renders
I am trying to render a HUD using UIImageView over my OpenGL ES view. Basically, I am trying to move the HUD around on the screen after the view loads via touchesBegan. However, the problem is that I ...
0
votes
0answers
80 views
Why can't I write out my opengl FBO to an AVAssetWriter?
I've been fighting for a week off and on to save out my opengl renderings (which I'm using for green screening) to video via an AVAssetWriter.
I have created a simple rig below to show what I'm ...



