Tagged Questions
0
votes
0answers
28 views
Need help drawing OpenGL Triangle using mouseDown event in Cocoa
so this is the first time I've ever programmed in Xcode or Objective C (some prior experience in Java and Python) and for my final project in my senior high school computer science course, I wanted to ...
1
vote
1answer
30 views
When disabling GL_DEPTH_TEST, textures disappear
Okay so I have this fully working scene, where there is a vinyl player on a shelf with speakers. Everything works (models and textures using GLM, interface using Mac-Cocoa).
What I am implementing ...
0
votes
0answers
33 views
VAO related functions throw error in OpenGL 3.2 cocoa
I'm writing a OpenGL 3.2 program in cocoa, using one simple vertex array. I can generate the VAO correctly, but when I try to bind it (using glBindVertexArrayAPPLE), I get an invalid operation error. ...
0
votes
0answers
31 views
NSOpenglContext flushBuffer not working in 3.2 application
I'm trying to write an OSX OpenGL app, but I'm running into trouble trying to swap buffers when using 3.2 profile.
I "change" to the 3.2 profile with the following code in initWithFrame:
self = ...
0
votes
0answers
21 views
How to implement retained backing on NSOpenGLView?
I'm porting an iPad app to desktop and would like to figure out where and how to setup the equivalent of "kEAGLDrawablePropertyRetainedBacking". I'm using NSOpenGLView right now. Let me know if I ...
0
votes
1answer
47 views
OpenGL texture not showing up (with cocoa)
It's a very strange problem. I create a texture using the method copied from apple's sample. It's works fine in apple's sample, but not in mine project. The texture is not shows up, only the color ...
0
votes
0answers
59 views
Adding more number of View and NSOpenGLView in NSWindow
I need to add more number of NSView along with more number of customised NSOpenGLView in a window and then wants to shuffle the array of views. If I set the base view setWantsLayer:YES initially, I ...
2
votes
3answers
95 views
What are the semantics of Scene Kit's pivot matrix?
I am working on understanding the semantics of Scene Kit's use of transform related properties for nodes. In particular, the pivot property on a node is not a single point, but a full transform ...
0
votes
1answer
45 views
Cocoa OpenGL always white
Everytime I run my Cocoa App with an OpenGL view I get a white window. What I expect to happen is a black window will show up.
I've verified with a breakpoint that my drawRect method gets called.
...
1
vote
1answer
73 views
OpenGL GLSL, stuck viewing pyramid from “behind”
It appears that my pyramid is smaller in the front and bigger in the back.
-(void)drawRect:(NSRect)dirtyRect
{
// get the dimensions of the window
NSSize dim = [self frame].size;
// ...
0
votes
1answer
34 views
Meaning of NSOpenGLPFAColorSize for NSOpenGLPixelFormat
I'm unclear as to what value to set for NSOpenGLPFAColorSize when creating an NSOpenGLPixelFormat. From the documentation it states:
Value is a nonnegative buffer size specification. A color ...
0
votes
0answers
102 views
OpenCV Cocoa GUI
I have been experimenting with the opencv code and have no problem setting up and running in both command line and in native cocoa applications. However in both of these cases I have rendered opencv ...
0
votes
1answer
108 views
glEnableVertexAttribArray gives invalid operation
I'm trying to go through the ArcSynthesis tutorials on OS X, and I'm getting the OpenGL error "Invalid Operation" after calling glEnableVertexAttribArray. I've checked that I do have a VBO bound, per ...
0
votes
1answer
47 views
How to get init function of OpenGlView to run?
I'm trying to get the init function to run in a subclassed version of NSOpenGlView that I created.
For example the code below.
- (id)initWithFrame:(NSRect)frameRect{
NSLog(@"Init function ran");
...
0
votes
0answers
96 views
OSX Cocoa embed opengl view inside webview
I am trying to build an MacOS app which create an OpenGL view and embed it to webview as it's element (using OpenGL instead of WebGL). The main goal is to use the web (html/javascript) as UI and draw ...
-1
votes
1answer
128 views
OpenGL Render to texture
I know this has been asked before (I did search) but I promise you this one is different.
I am making an app for Mac OS X Mountain Lion, but I need to add a little bit of a bloom effect. I need to ...
0
votes
1answer
92 views
OpenGL failed texture binding
I am attempting to get my first shadow map up and running (from here), but I have run into a very strange problem. This is the code that causes the error:
@interface HSOpenGLView() {
GLuint ...
1
vote
1answer
246 views
OpenGL context with Cocoa (OS X)
I am trying to programmatically create a Cocoa window with an OpenGL context for an OS X application. I have been unable to find an example online which does not use the Interface Builder for ...
0
votes
0answers
57 views
cocoa opengl how to show multiple viewports
I am using the example from: http://dragonsandbytecode.wordpress.com/2012/06/07/game-dev-diary-5-about-textures-and-2d/
and i want to show multiple viewports, preferably that i am able to switch them ...
0
votes
0answers
121 views
Render OpenGL on background thread and still work with Cocoa Controls in Mac OSX
I am working on a mac osx control that is OpenGL based. Currently I am using an NSOpenGLView and a CVDisplayLink to coordinate my rendering on a background thread. This works great, but I need to ...
0
votes
0answers
74 views
Mac function failure
I am trying to fix a very interesting crash on the MAC OS X 10.5.
Here is the code:
CGLPixelFormatObj pixelFormatObj ;
GLint numPixelFormats ;
CGLPixelFormatAttribute attribs[] =
{
...
1
vote
3answers
72 views
NSOpenPanel breaks my SDL/OpenGL app
I'm making a small SDL/OpenGL game, in which the user can select a map/level by using the cocoa open file-dialog (NSOpenPanel). However, when doing so, I get the error "invalid frame-buffer operation" ...
2
votes
1answer
192 views
Cocoa and OpenGL teapot not drawn correctly
I mixed Cocoa, GLUT and OpenGL frameworks to draw a teapot.
I usually do this in plain C but I need to mix up Cocoa buttons and stuffs with OpenGL, this is the corrispettive C code:
#import ...
0
votes
1answer
150 views
Cocoa and OpenGL: failed to draw cube
I am making a simple app in which I should draw a cube with GLUT.
Since I've studied OpenGL with plain C, I have difficulty to understand what functions should I call to initialize the context, since ...
1
vote
1answer
313 views
My triangle doesn't render when I use OpenGL Core Profile 3.2
I have a Cocoa (OSX) project that is currently very simple, I'm just trying to grasp the general concepts behind using OpenGL. I was able to get a triangle to display in my view, but when I went to ...
-1
votes
1answer
149 views
General approach for an Mac OSX drawing app (with obj-c) [closed]
I am planning to make a simple OSX drawing/painting app in objective-c/cocoa and thinking that the best approach is to (in a nutshell) use quartz in an NSView sub-class.
Question: should I look into ...
0
votes
1answer
76 views
OpenGL matrix issue
I have an NSOpenGLView setup and working great, but I need to draw a rectangle that always completely fills the view and is not clipped (does that make sense?). I have a view that is always going to ...
0
votes
0answers
76 views
Enabling depth testing when using CAOpenGLLayer
If one is using a subclass of NSOpenGLView then one enables depth testing by selecting a 16/24/32 bit buffer from the attributes menu in Xcode, and then adding
glEnable(GL_DEPTH_TEST);
...
3
votes
1answer
223 views
CGContextRef as OpenGL Context
Normally, I would just use NSOpenGLContext, but in this case I have to have a CGContextRef as the OpenGL context in order to support some other frameworks I am using. My question is: can this be done?
...
1
vote
2answers
138 views
Making NSOpenGLViews fade in and out using NSViewAnimation
In the application I'm creating I wish to have certain NSOpenGLViews fade in and out of view when the user presses a button. Towards this end I've created a short test app using NSViewAnimation, ...
3
votes
2answers
326 views
setup opengl on mac os x
I want to start learning Opengl and making some basic 3d applications on the Mac os x operating system.
I use C++, should i use command line or Cocoa application?
is the command line means it will ...
0
votes
2answers
252 views
SceneKit smooth camera movement
What is the standard method for smooth camera movement within SceneKit (OpenGL)?
Manually changing x,y isn't smooth enough, yet using CoreAnimation creates "pulsing" movement. The docs on SceneKit ...
0
votes
1answer
240 views
NSSupportsAutomaticGraphicsSwitching Support
Apple has a technical note mentioning that it's possible to prevent your Macbook from switching to the Discrete card for OpenGL. However, it hasn't been updated since last April. It mentions in the ...
1
vote
0answers
375 views
Make Cocoa Window Fullscreen
I'm currently in the process of adding a fullscreen view to my OpenGL window in OS X. I'm not using OS X's "fullscreen mode" because I don't like the idea of taking over the users screen.
I have my ...
0
votes
1answer
249 views
OS X from Carbon to Cocoa window creation?
Edit: This question has been answered indirectly in the comments (using GLUT to avoid the need for either) but because its not posted as an answer, I cannot "accept" it although my issue is solved.
I ...
0
votes
0answers
73 views
nsopenglview, VBO and multiple displays
I'm writing a custom view that subclass NSOpenGLView and uses VBO to draw with OpenGL.
I (re-)initialize the VBO whenever the windows moves to another screen using a code similar to this:
- ...
0
votes
1answer
130 views
How to draw in two NSOpenGLViews using Cocoa (Mac)
i want to draw in two NSOpenGLViews in a Cocoa App using XCode, different things in each view. i think i have to use NSOpenGLContext, and the method SetView. but i have not found how to use this ...
1
vote
2answers
243 views
OpenGL cube not showing, is it with near and far planes maybe?
I cannot get my cube to show after trying to do a manual perspective transformation My code is below. I have a suspicion it maybe my near and far plane numbers.
-(void)drawRect:(NSRect)dirtyRect
{
...
-4
votes
1answer
190 views
OBJ Loader for Cocoa Programming [closed]
i have been looking for an OBJ Loader for a program i'm making. i am doing my program using objective-c, it's a Cocoa Application that uses OpenGL. Anyone knows about one loader that could function?
0
votes
3answers
2k views
Assist me to understand OpenGL glGenBuffers
Here is the deal. If I leave the code with glGenBuffers(1, vertexBuffers), the code compiles are works. But, I thought that it should be 2 since vertexBuffers is of size two.
Am I missing something? ...
1
vote
0answers
53 views
When to schedule next frame render from CARenderer?
If I schedule next frame render performed with CARenderer to occur using a constant 1./60., everything is working fine. -[CARenderer nextFrameTime] method is supposed to provide a more fine-grained ...
1
vote
1answer
246 views
OpenGL drawing models in incorrect order
I am trying to make a Cocoa application that renders a room with some models in it.
For the model importing i used JEFF LAMARCHE's WavefrontOBJScene class which I modified
to work with OSX instead of ...
0
votes
1answer
101 views
CIFilters directly on OpenGL texture
How can I apply CIFilters directly on OpenGL texture? To avoid VRAM->RAM->VRAM (GPU->CPU->GPU) actions. I mean to avoid this type of pipeline:
Because they are slow. I need somehow to do as much as ...
2
votes
1answer
451 views
GLSL example not working on mac
I am trying to create a GLSL example on Mac. I am trying to set up one color attribute per vertex. However, when the program runs, I just get a purple screen (the purple comes from glClearColor). I ...
0
votes
0answers
45 views
One vertex array few textures?
I am registering mouseEvent locations and add them to vertex array. Vertex array is redrawn every time when new location added to vertex array. There is possibility for user to adjust some options of ...
0
votes
2answers
163 views
Getting all points in vector (between two points)
Lets say I have 2 points (x1,y1) and (x2,y2). And I can draw vector from point (x1,y1) to point (x2,y2). How can I get all possible points between them at for example every 10 pixels?
Simple ...
-1
votes
1answer
191 views
How to update NSOpenGLView using NSTimer in Cocoa xcode?
I am trying to make a basic simulation with opengl in cocoa. How can I do that? Can anyone give me the most basic example for that using NSTimer? I have tried Core Display Link but it does not seem ...
0
votes
3answers
207 views
Update NSOpenGLView size
I want to update my NSOpenGLView window when texture size is changed. Thats OK. I register event when that happens, but I can't resize OpenGLView. Value witch is being changed is w and h.
...
4
votes
1answer
809 views
OpenGL glBlendFuncSeparate
I need some help with OpenGL textures masking. I have it working but need to find some other blending function parameters to work in other way.
Now I have:
//Background
...code...
...
0
votes
1answer
179 views
glReadPixels to ImageMagick
I want to save OpenGL view as image with ImageMagick. I searched the internet and found some info about that. So I now know that I need to use glReadPixels. Thats OK, but how then make image from ...
