OpenGL is a graphics standard and API which is platform independent and available for desktop, workstation and mobile devices. It is designed to be easy to accelerate with dedicated computer hardware, and hence most implementations give greatly improved performance over traditional software ...

learn more… | top users | synonyms

1
vote
0answers
39 views

Rendering to a texture via FBO

I am trying to apply post processing effects to a small test program for OS X. I am trying to render the image into a texture and then render the texture to the screen (i haven't even gotten to ...
2
votes
2answers
96 views

Rotating shape moves together with the camera when agent moves

I created a 3D game where an agent can move in multiple directions (north,south...) . It works okay ,but when I added another shape - pyramid - to the code , then when I move the agent , the ...
0
votes
1answer
49 views

Orthogonal projection, drawing square in OpenGL 2.0

I'm having troubles with proper drawing squares. I'm using glut and glew on Windows 7 x64. I can see only a black square(WALL in my app) in the right top corner. I'm trying to draw a labyrinth with ...
2
votes
2answers
46 views

opengl tiny rendering glitch, need help & tips

here is my code: #include <stdlib.h> #include <iostream> #include <gl/glew.h> #include <gl/freeglut.h> #include <gl/GL.h> #include <gl/GLU.h> #include ...
0
votes
2answers
31 views

glDrawPixels Access violation reading location

I am trying to render volumetric data using OpenGL function glDrawPixels() #define SIZE 480 unsigned int rgbPixels[SIZE][SIZE] ... glDrawPixels(SIZE, SIZE, GL_RGB, GL_UNSIGNED_INT, rgbPixels); ...
0
votes
1answer
35 views

Portable gpgpu tools between desktop and mobile

At first, I study opencl because many people say opencl is portable between different vendors, devices, could write intuitive algorithms when compare to opengl. The problem is, for now, most of the ...
-1
votes
0answers
42 views

Display 3D cube using jogl (opengl)

Edit: I tried this tutorial about how to display a 3D cube. I create this class - public class JoglDemo implements GLEventListener, KeyListener { static GLU glu = new GLU(); static ...
6
votes
0answers
86 views

GLSL uniform only being updated by unrelated calls

I have an extremely basic GLSL program which is failing to properly update a uniform value after the first draw call. No errors are received from glGetError, no errors are reported in the info logs ...
-2
votes
1answer
27 views

Ortho Mode for Line Draw

I have an application that requires drawing a line between two points, dynamically. The user clicks the first point and then the second point. The line is free-form and can be drawn in any direction. ...
0
votes
1answer
44 views

Generating two objects in OpenGl with c++

I would like to draw two objects to the screen. In this very simple tutorial by Etay Meiri he creates a dot on the screen. I tried expanding it to two dots (wow), but I simply can't understand how ...
2
votes
1answer
49 views

OpenGL and wglUseFontBitmaps only draws equally spaced letters

the fonts I draw in OpenGL by using wglUseFontBitmaps take equal space (width) for every letter, so a "." needs as much space as an "M" for example. I have changed the pitch paramter in font creation ...
2
votes
1answer
31 views

Fragment Diffuse value changing with camera location/rotation

I am attempting to get some simple diffuse lighting to work in GLSL. I have a cube that is being passed in as an array of points and I'm calculating the face normals inside my geometry shader (because ...
-1
votes
0answers
16 views

error C2039: 'add_panel' : is not a member of 'GLUI_Panel'

I am building a project with vc++2012 on Win7 but it is generating this error: error C2039: 'add_panel' : is not a member of 'GLUI_Panel' error C2065: 'redBar' : undeclared identifier error C2065: ...
1
vote
2answers
40 views

can't render shape in openGL

I was trying to follow example codes to simply display a rectangle on a black background, but it didn't seem to be displaying. What I did was private static void initGL(){ ...
0
votes
1answer
37 views

User Input in OpenGL

So I'm creating a simple game (in this case it's a asteroid clone game) and while i press "Start Game" in my Menu section I get to this window: Now I want to put my nick in that frame but I have no ...
1
vote
1answer
56 views

Rendering from VBO with glDrawElements has a weird result

I just started to implement the librocket (an UI lib that generates mesh from HTML) one requirement is the RenderInterface. The lib basically sends your class that inherits from RenderInterface the ...
-3
votes
0answers
21 views

LWJGL program makes my computer stress [closed]

I have a java program that I made with the LWJGL library. Everything is fine when I run the program, but after some time (when the program isn't even running), my computer is dead. The performance of ...
0
votes
0answers
35 views

FBX SDK and Vertex Skinning

I have the following problem: I want to implement Vertex Skinning, and for this I need the skinning matrices for each bone. Can anyone tell me how to get these matrices? I had a look on the ViewScene ...
1
vote
1answer
25 views

Increase depth of OpenGL Attribute stack

Is it possible to increase the attribute stack depth in OpenGL? glGetIntegerv(GL_MAX_ATTRIB_STACK_DEPTH, &depth); returns depth as being 16. Can I change GL_MAX_STACK_DEPTH to, for example, 32? ...
0
votes
1answer
30 views

Interpreting object space coordinates of gluLookAt

I am trying to build a 3D scene here and read about viewing transformations with gluLookAt(); in OpenGL. The coordinates of gluLookAt() as I understand are in object space coordinates. I tried a small ...
1
vote
1answer
50 views

Segmentation Fault While Unmapping Buffer glBindBuffer()

There is a similar post at (Segmentation fault with glBufferData()), but it does not address my problem. When I call glBingBuffer() below with the second parameter being 0 to unbind the buffer the ...
0
votes
1answer
45 views

Converting DirectX vertexes to OpenGL vertexes

I have a file with full of vertex data which was exported from a software which used DirectX. Now I want to create a mesh in Ogre out of it. I set Ogre to use OpenGL since I develop on a Mac, with ...
0
votes
2answers
57 views

Moon orbit in relation to sun

I can get the Earth to rotate around the Sun and around its own axis, but I can't get the Moon to rotate around the Earth. (I just want it to circulate around it, I don't need to calculate gravity or ...
0
votes
1answer
62 views

Render to texture in Delphi using OpenGL [closed]

I am making simple GUI for my not-so-simple OpenGL game. Since there is a big menu with a lot of control count, I grouped the controls and put them into different windows that could be accessed via ...
0
votes
0answers
19 views

opengl text and primitives at the same time

I am writing simple GUI library for OpenGL. There are lot's of tutorials how to render text, and even more about primitives. Currenly I am experimenting on this tutorial But problem is I cannot ...
3
votes
1answer
71 views

Earth tilt openGL c++

I'm working on the solar system and I'm trying to get the planet Earth to rotate properly around the Sun. I can get it to orbit and rotate on its axis, but I can't get it to be tilted in the right ...
0
votes
1answer
84 views

QGLWidget with 2 rendering mode

I have an OpenGL widget in Qt (inherits from QGLWidget), with 2 rendering mode : rendering default cube (#define CUBE_MODE 0). rendering opencv image (#define IMAGE_MODE 1). I have a public ...
0
votes
2answers
72 views

Rotation and translation of the Earth opengl c++

I am trying to get a sphere to rotate around another simulating the orbit of the Earth. I am able to get the Earth to orbit around the sun; however, I can't get it to rotate around itself. This is ...
-4
votes
2answers
45 views

Get image snapshot of the perspective projection of a 3D model [closed]

I have a 3D models in .fbx format. I need to add programmatically(.net, c#) an image(texture) to this model and get snapshot(image) of the result to display it on the website. I'm going to use XNA or ...
0
votes
1answer
28 views

image2DArray :only first layer work

I attempt to use the image load/store function.I need several images,and if they are indexed ,it's convienient for coding,so I want to use the image2DArray uniform.But it seems that only the first ...
1
vote
0answers
39 views

FBO texture aliased when rendering in immediate mode

I am having a strange issue.I render geometry with OpenGL 4.2 programmable API in compatible mode.I render it into MSAA texture in a custom FBO first.Then resolving it into regular texture ...
1
vote
0answers
28 views

openCL-openGL interop stopped working after X upgrade

The following code used to work: cl_context_properties Properties [] = { CL_GL_CONTEXT_KHR, (cl_context_properties) glXGetCurrentContext(), CL_GLX_DISPLAY_KHR, (cl_context_properties) ...
0
votes
1answer
27 views

Qt5 missing opengl identifier's

i try to compile simple Qt application and port it to Qt5 in the pro file i included the opengl flag : QT += opengl widgets also the opengl Qt5 path is included : ...
0
votes
2answers
16 views

Access violation at glDrawArray

i have been trying to use glVertexAttribP with GL_UNSIGNED_INT_2_10_10_10_REV but stuck up at some point. here is my code GLuint red=0,green=511,blue=511,alpha=3; GLuint val = 0; val = val | (alpha ...
-1
votes
1answer
44 views

How to scroll an object with a mouse in c++ opengl:

I am trying to make a 2d game in opengl c++. I want to sroll a triangle using mouse movement. so I draw the triangle first. so far, I succeeded in making the triangle scroll when i move the mouse. I ...
0
votes
2answers
32 views

Processing 2.0b8 / Disposing PGraphics objects and memory management

I'm working on a sketch that uses some PGraphics object as buffers that I draw on the screen with the image() method. My problem is that I've noticed a huge memory leak, 99% due to this buffers not ...
0
votes
1answer
29 views

display a text using a SDL_Surface converted in a texture

As said, I'm trying to display a text using a SDL_Surface converted in a texture here's my code : if (SDL_Init(SDL_INIT_VIDEO) == 0) { //Create a surface switch (method) { case 2: // ...
-1
votes
0answers
73 views

Poor performance with Qt5 on a 'powerful' platform

I am trying to run some example codes using Qt 5.0.2 : Basic OpenGl examples (eg. Boxes, Framebuffer object 2 example, overpainting etc) With all these I am getting very poor performance and CPU ...
-2
votes
0answers
40 views

GLFW drawing's off

Whenever I draw something the x is at the far right of the screen. So everything I draw at the top left corner is at the top right corner.
2
votes
2answers
40 views

Rotating an object around a fixed point in opengl

I have a problem with this openGL code: glMatrixMode(GL_MODELVIEW); glLoadIdentity(); glPushMatrix(); // put current matrix on stack //glTranslatef(0.0f, 0.0f, 0.0f); //glTranslatef(-4*1.5, 0.0, ...
0
votes
0answers
41 views

Skinning matrices scales mesh unexpectedly

I have a 3d model of vectors, I am applying a series of weighted transformation matrices according the Collada spec and that animates the model. The animation works great but the model is being scaled ...
-1
votes
1answer
35 views

Why won't glVertexPointer render the same content as glBegin/glEnd?

I'm attempting to write some simple test programs in LWJGL. I've constructed a ByteBuffer object full of floating point values representing a 2D grid of points. When I render the grid using ...
0
votes
2answers
59 views

Cannot include <IOStream> or it crashes

I am using eclipse with C++ and opengl. However in my program I cannot use #include or I get the following error The program file specified in the launch configuration does not exist ...
-2
votes
0answers
44 views

Applying Colors to Vertex Arrays

I am looking to create two windows. One window shows points that will be selected using a red box which will turn the selected points red also. This will change the second window which shows the ...
1
vote
2answers
57 views

Projection and View Matrix

Edit I have determined it's not a problem with my matrices, rather glGetUniformLocation not finding the requested variable Edit 2 I've fixed the above mistake and unit matrices now work. So the ...
1
vote
1answer
52 views

gluPerspective parameters- what do they mean?

I wonder about the gluPerspective parameters. In all examples I see fovy is set to around 45-60degrees I've tried to set it to different values and the object just disappears what's the explanation ...
-3
votes
0answers
25 views

error LNK2001 and error LNK1120 [closed]

i need to load a ply file in opengl and i find this code: /* Demonstrates how to load PLY files * Needs some refactoring. * * Model needs to be triangulated * Use blender * * Just the class for ...
-1
votes
0answers
107 views

Best game engine design? [closed]

So I'm creating a 3D game. It is a simulation style game similar to Roller Coaster Tycoon 3....you create your own theme park and manage it. Therefore I'm going to need things like AI, animation, ...
0
votes
1answer
45 views

What is the interval when rasterizing primitives

Usually in computer science when I have something from a to b the interval is [a, b). Is this true when rasterizing geometric primitives? For example when I have a line that starts at position (0, 0) ...
-1
votes
1answer
51 views

OpenGL - sphere shrinking and expanding

I'm revising for an OpenGL exam and keep coming across this question on past papers. It's not something I've been taught and I was wondering if anyone could set me off in the right direction. Sorry I ...

1 2 3 4 5 242