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

19
votes
1answer
543 views

Projection Mapping with Kinect and OpenGL

Im currently using a JavaCV software called procamcalib to calibrate a Kinect-Projector setup, which has the Kinect RGB Camera as origin. This setup consists solely of a Kinect RGB Camera (Im roughly ...
3
votes
3answers
668 views

cylinder impostor in GLSL

I am developing a small tool for 3D visualization of molecules. For my project i choose to make a thing in the way of what Mr "Brad Larson" did with his Apple software "Molecules". A link where you ...
0
votes
0answers
29 views

How to handle two process in C++ (One OpenGL app which runs on gesture by a camera)

i am trying to work with this robotic arm which i made in OpenGL. My intention is to control this Arm with gestures. I get the gesture information from my camera. The only problem is the Camera also ...
0
votes
0answers
22 views

openGL Glut - arcball rotation using matrices multiplier

I'm having a "5am problem" with my code. My program has to display a 3d model and I need to rotate using the arcball method so far everything i calculated was ok ( i believe...) what I want to ...
0
votes
2answers
64 views

ASSIMP & paintGL() ,slow rendering (and crash)

I am using Assimp to load a .3ds file, and a QGLWidget derived class to draw it using PaintGL(). It works with small .3ds files (some KBytes) but if i try to render bigger files (like 1MBytes) the ...
0
votes
1answer
66 views

lwjgl and slick-util rendering text

Let me start with I can't find a Slick2d.jar file anywhere on the internet furthermore my project is not necessarily always going to be in 2d so I would prefer to use slick-util since that is ...
1
vote
2answers
54 views

Light and shadow not working in opengl and c++

I am creating the solar system and I keep running into problems with the lighting. The first problem is that the moon casts no shadows on the earth and the earth casts no shadows on the moon. The ...
-1
votes
1answer
24 views

Does SFML support transparency?

Hi I am trying to draw a translucent sphere using OpenGL / glut; Easiest thing I think is to post the code: This is what I have at the moment; glutInit(&argc, argv); sf::ContextSettings ...
3
votes
3answers
79 views

GLSL(330) modulo returns unexpected value

I am currently working with GLSL 330 and came across some odd behavior of the mod() function. Im working under windows 8 with a Radeon HD 6470M. I can not recreate this behavior on my desktop PC which ...
0
votes
1answer
46 views

How to update particles position inside an iterative (for-loop) solver

I'm writing some OpenGL/Glut functions for visualize the results of my fluid dynamics code (all in C++). My data is stored in a matrix declared as global. Here is the pseudo-code: class ...
-2
votes
1answer
22 views

freeglut window init + glew 3.0 context creation does not work

I am trying to create a window with freeglut and then use glew to create a 3.2 context in order to use modern OpenGL functions (using c++ and a Windows pc). My Problem is that the context creation ...
-4
votes
0answers
36 views

How to make a simple 2d multiplayer game network interface [closed]

I'm in the process of making a simple game (for fun) that looks a bit like terraria (2d side-view platformer) and I'm now at the point where I'm thinking about adding the multiplayer function. First ...
0
votes
2answers
30 views

How can I find out my OpenGL version on Ubuntu 13.04

Does this question even make sense? SFML 2.0 has added a feature whereby you can specify an OpenGL version to use. Is there a terminal command I can run (or otherwise) to find out what version I ...
1
vote
0answers
42 views

OpenGL Picking on Selection Mode

I know that OpenGL selection mode is deprecated and never was HW accelerated, except on a few SGI boxes and 3DLabs GPUs.But i can't get rid of it (not my code).Below its the C++ code: void ...
-2
votes
1answer
44 views

how to generate cubes randomly in opengl / c#

I'm trying to build a game 'blocks' which sees the matches cubes and delete them. This code makes two cubes and moves them along the y-axis. Then, it supposed to disappear and 100 cube in different ...
0
votes
0answers
12 views

Swap custom frameBuffer with NSOpenglContext

I'm developing a OpenGL application on Mac OSX. I have created a framebuffer object and I have rendered on it. (my framebuffer is one back buffer). How can I now swap my framebuffer and framebuffer ...
0
votes
0answers
57 views

OpenGL Assimp C++ Access Violation Reading Location 0x00000000

I have encountered a problem trying to run a simple model loader/displayer based off some tutorials. Whenever I compile the following code, I get this error: Unhandled exception at 0x77ad15de in ...
0
votes
1answer
36 views

How do we get the border size of a window?

I am drawing a rectangle (in OpenGL) and the corner are based on the cursor position. I modify the pixel position to a float position, but i need the width and height (Which is save somewhere). So i ...
0
votes
1answer
27 views

AccessViolationException when trying to put managed data into glTexImage3D

I have an error when trying to read some data into an opengl Texture. My error is the following: A first chance exception of type 'System.AccessViolationException' occurred in libCoin3D.dll It ...
0
votes
1answer
31 views

openGL object not found for architecture x86_64

I am working on a project, using both opencv and openGL, compiling with Cmake on OSX. I get this error message: _glTexImage2D", referenced from: matToTexture(cv::Mat) in getimages.cpp.o ld: ...
0
votes
0answers
54 views

3D scatter plot with OpenGL

I would like to use OpenGL to create better renditions of my data but I really don't know where to start. My data are usually a set of points coordinate plus another field, which I usually use as the ...
0
votes
1answer
339 views

No-top and fill gluCylinder()

Well, i have my issues with gluCylinder(), it's not letting me do the things. What i'm trying to do is to give no-top to the cylinder and fill it inside. void GLWindow::paintGL() { ...
0
votes
0answers
52 views

draw OBJ model one face at a time

I am trying to render a model loaded from an OBJ file. its just a basic wireframe so I'm not worrying about normals, tex coords, etc. I am loading the vertex and index data into VBOs bound to a ...
-1
votes
0answers
32 views

java lwjgl equivelant of push/pop for VBA/VBO's

i have been using native draw calls for openGL and have run into a problem that i fixed by incuding glPushMatrix and glPopMatrix in my code. i found that native was slow so i have moved on to VBO's. ...
0
votes
2answers
53 views

Sphere texture mapping (opengl and c++)

I am trying to add a texture to a sphere, it works, but I keep getting an error. Below is a picture of what I get, I don't know what this GL error: Invalid operation error is referring to. I think ...
-7
votes
0answers
44 views

OpenGl Code , Coding Needed [closed]

i have this code of a colored cube in openGL however i want to make it a 3d cube and i want to rotate it , can anyone help me with coding ( AS IN CODE ) to ctually be able to do this , if you run this ...
4
votes
1answer
56 views

Sun as a light source using opengl and c++

I am working on the solar system and I am trying to get the sun to be the central light source of this program but it's not working the way I thought it would. Here is a picture of what I have ...
1
vote
0answers
33 views

Coordinate conversion from input for drawing in OpenGL

I am trying to do an off-axis projection in my application and trying to change the perspective of the scene as per the user's head position. Normally, given that I had to draw a box on the screen, I ...
-5
votes
1answer
54 views

Rotating, colored, textured, and lit cube? [closed]

i wana ask you about how to rotate and texture a cube withusing immediate mode , i will post the code the code is for a colored cube , i want to modify it and add a texture as well as rotate it and ...
1
vote
1answer
29 views

Are there advantages of MipMaps aside from the performance ones?

Is the only true advantage of the mipmaps that the filtering required in real time will be less demanding, as it will have been done partly in advance? Could you not achieve identical results with ...
0
votes
1answer
48 views

glDrawElements() Returning GL_INVALID_ENUM in Invalid Circumstances

All the method below draw_data does is draw a square with two triangles. Hence the hard coded values. The square renders just fine, however, I get spammed with ...
0
votes
2answers
32 views

Cant draw using glDrawArrays

Why isn't this code working? // 1 square (made by 4 quads) to be rendered GLfloat vertices_position[] = { x, y, x+w, y, x+w, y+h, x, y+h, }; glEnableClientState(GL_VERTEX_ARRAY); ...
0
votes
0answers
32 views

Calculate percentage of a fragments depth position relative to a range

In my fragment/pixel shader I am trying to calculate a fragment's depth position in percent [0-1] in an given range. What I have is a bunch of shapes (there is no relative data given from them) but ...
1
vote
0answers
20 views

Getting a depthMap of a Opengl render and saving in a cv::Mat

I'm trying to get a depthmap from a OpenGL render so I'm using the function glReadPixels(0, 0, img.cols, img.rows, GL_DEPTH_COMPONENT, GL_FLOAT, img.data); but the result is a image with four ...
0
votes
0answers
55 views

multiple QTimer slow

I have a problem with using many QTimer in my application which uses Qt and OpenGL and OpenCV. I have a timer1 which call a function to draw 2d image in a window and the timer2 to call a function to ...
0
votes
0answers
39 views

Animation of moving data points in OpenGL

I have a system of a large number of data points, each representing the position of a particle. These particles move and multiply in time. The data I have contains snapshots of the system at uniformly ...
0
votes
2answers
48 views

Problems linking GLEW with Visual Studios

I have tried several ways to get GLEW working with my VS2010 project. No success. At first I tried using the pre-built libs and dlls from the website. I downloaded these pre-built files from ...
1
vote
0answers
45 views

Opengl is rendering the color of first pixel

I am trying to port my game engine from win/linux to mac os x and all works fine except for the textures. I use SOIL to load the textures and GLSL shaders to render and all it's done in C++. I ...
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 ...
0
votes
0answers
49 views

How to apply textures to a model in openscenegraph?

I have a flt model which has references to *tga texture files. I converted these *.tga files into *.dds files using Nvidia texture utiilty tool (nvdxt.exe). I know how to read and apply single .dds ...
4
votes
2answers
9k views

How to fix this Error: #include <gl/glut.h> “Cannot open source file gl/glut.h”

I was doing some OpenGL programming in C++. This is part of my code: #include <time.h> #include <windows.h> #include <gl/gl.h> #include <gl/glu.h> #include <gl/glut.h> ...
0
votes
3answers
51 views

How exactly does deferred shading work in LWJGL?

I want to start a deferred shading project with GLSL , Java & openGl 1. How does a deferred rendering pipeline works, does it render the scene for each image? For example when I want to create a ...
-7
votes
1answer
93 views

Can anyone tell me what version of opengl is this? [closed]

Can you tell me what version of opengl is this code written in ? //The triangles to the highest and deepest vertices: for (j = 0; j< (PointsPerRow-1); j++) { IndexVect.push_back(j); ...
6
votes
2answers
970 views

In What Order Should I Send My Vertices To OpenGL for Culling

I'm learning a spot of 3d opengl, and it's going rather well, I've got a nice camera moving about and some simple cube objects, at the moment. Currently using vertex arrays, but I'm swapping to VBOs ...
0
votes
1answer
76 views

OpenGL DrawElements with Vertex Buffer Object and GLSL Shader to GBuffer not working

I'm drawing a plane with a diffuse and normal map to a gbuffer. I can confirm that the plane's textures and the gbuffer-fill shader are properly initialized and compiled (no errors). I get the ...
1
vote
1answer
35 views

Opengl Shader Builder: use texture as input for fragment shader

I'm trying to create a shader in Apple's OpenGL Shader Builder and I need a texture as input for the fragment shader. The input is defined like: uniform sampler2D texture; It seems obvious I could ...
0
votes
0answers
40 views

Compiling opengl mac and linux apps on windows

I'm making a windows opengl app, but with fully portable code (using GLEW and glfw) Is there a way to compile .app files on windows, so it will work on linux and mac?
0
votes
0answers
22 views

My forms using opengl library are freezing

I have a control form which is based on opengl component.It includes an opengl controlled or drawed form..If I show just one form there is not any problem but whenever i open 2 forms then the first ...
0
votes
1answer
39 views

OpenGL Shaders Generate Colors

I have a sprite 10x10 pixels. How can i change colors with shaders-programm in real-time. All the blue color on the sprite turned to green. All the green color on the sprite turned to white. ETC... ...
2
votes
4answers
2k views

Qt: how to make mainWindow automatically resize when centralwidget is resized?

I would like to have my CentralWidget a certain size. What do I need to do to make my mainWindow resize along it's central widget? here the code that doesn't work: int main (int argc, char **argv) { ...

1 2 3 4 5 242