Hello Forum,
I try to make a simple cube, but I only get a black screen.
I define the cube with vertices and indices.
The project is for Xcode written in Objective-C.
Type: Posts; User: TheVyax
Hello Forum,
I try to make a simple cube, but I only get a black screen.
I define the cube with vertices and indices.
The project is for Xcode written in Objective-C.
Thank you very much!!!
Hi Forum,
i try to set the Pixel Format for my NSOpenGLView.
But I only get a white screen.
#import <Cocoa/Cocoa.h>
#import <OpenGL/gl.h>
#import <OpenGL/OpenGL.h>
Hi forum,
i a using a Mac OS X 10.7.4 and the Doku says that GLSL version 1.5 is supported.
https://developer.apple.com/graphicsimaging/opengl/capabilities/GLInfo_1073_Core.html
But when i...
I got it.
glFlush();
Hi Forum,
I use Objective-C with CVDisplayLink to create the Loop.
But I get an empty window with the following code:
#import "OpenGLView.h"
#import "ShaderManager.h"