Tagged Questions
0
votes
2answers
30 views
Want to move one 2d object and not the other
I have to make a bowling game in openGL. This is the code I have so far. What it does that it draws a ball and is moved accordingly when an arrow key is pressed.
So far, I have that ball moving, ...
-1
votes
0answers
49 views
are opengl and directx the only graphics APIs?
I know a bit of DirectX, and less about OpenGL but still enough to know that it's not the API which I'm looking for.
The basic question is: "Is the world of computers limited to OpenGL and DirectX ...
1
vote
1answer
76 views
Comparing two images using OpenGL
I'm writing a program which draws some plygons which should imitate input (raster)image. After drawing shapes I need to compare my rendered image with input one and then decide if I achive my goal or ...
5
votes
1answer
67 views
Creating a stitched scene using glFrustum
I have a program in which I can make a scene render on a screen as per the user's position. As the user changes position, the frustum changes to give off-axis projection. I want to utilize the ...
0
votes
0answers
20 views
How to find the location of JOGL openGL object , after rotation?
I have a rotating object - a cube , here :
@Override
public void display(GLAutoDrawable gLDrawable)
{
moveFirstPerson();
checkCameraCollisionWithObject();
final GL gl = ...
0
votes
1answer
54 views
Using OpenGL to write to an image file
I'm just curious if there is a way to use OpenGL to write pixel data to an external JPEG/PNG/some other image file type (and also create an image to write the data to if one does not already exist). I ...
0
votes
0answers
11 views
See openGL window rendered by external graphics card on default screen. [migrated]
I am using a virtual machine with VGA pass-through as a result of which my VM has 2 VGA cards.
The default one ;
External graphics card from ATI.
I want to run the VM using the default VGA ...
1
vote
1answer
31 views
How to reorientate the near and far planes from gluUnProject to account for camera position and angle?
I am trying to have a ray be traced from a mouse click on the screen into 3D space. From what I understand, the default position and orientation looks like this:
from this code:
GLint ...
0
votes
0answers
43 views
Illumination issue drawing triangles
I'm drawing the faces of a cube using two triangles. But I'm not getting quite the result that I expected.
The image below shows the two triangles with coordinates:
(1, 1, 1), (0, 0, 1), (1, 0, 1)
...
0
votes
0answers
17 views
Redirect a mouse event to an AntTweakBar?
I have an WinApi Open-GL based application and I want to introduce an AntTweakBar into my app. The function that handles the events is like this:
LONG WINAPI WndProc(HWND hWnd, UINT msg, WPARAM ...
0
votes
1answer
56 views
Color interpolation across a polygon mesh
What is the best way to interpolate colors across a polygon mesh where all of the polygons have the same normal and considerable color differences? Is Using GLSL (with gouraud or phong shading) the ...
0
votes
1answer
79 views
Calculate tangent space in C++
I am trying to render a scene using normal mapping
Therefore I am calculating the tangent space in C++ and store the binormal and tanget seperately in an array which will be uploaded to my shader ...
2
votes
1answer
40 views
Does OpenGL internally calculate shaders starting with the vector?
Typically you see an OpenGL shader calculation structure as such:
gl_Position=ProjectionMatrix * ModelViewMatrix * positionVector
That is, matrix*matrix*vector
As discovered in this question, ...
2
votes
1answer
44 views
Why is it legal to reverse the vector-matrix mult order in a shader?
While the graphical output is completely messed up when I do this, I tried it out of curiousity. I was expecting it to crash due to illegal math operation:
// ...
0
votes
1answer
43 views
Using row-major in OpenGL shader
I saw this on the OpenGL site:
OpenGL Shading Language attribute variables are allowed to be of type mat2, mat3, or mat4. Attributes of these types may be loaded using the glVertexAttrib entry ...
0
votes
1answer
33 views
glGetTexImage returns 0s with FBO
After learning that I have to use a FBO to read floating point data from shader, I have tried this but with no luck:
glGenTextures( 1, &renderTex );
glBindTexture( GL_TEXTURE_2D, renderTex );
...
1
vote
1answer
45 views
How can I read float data with glReadPixels
I've been trying to read float data for a couple of days with glReadPixels.
My cpp code:
//expanded to whole screen quad via vertex shader
glDrawArrays( GL_TRIANGLES, 0, 3 );
int size = width * ...
1
vote
1answer
46 views
SFML + OpenGL: Unable to draw cube
I've worked with OpenGL before, and it has been a while, but I didn't think it was this bad. There's something I'm missing in this code. I'm just trying to see a cube that I'm drawing using the cube() ...
0
votes
1answer
36 views
Boundary Detection
I am working on a project in OpenGL 2.0. I load objects from a file, that file contains information about object names, its position, scale and rotation.
I got all these information in code, now I ...
0
votes
1answer
57 views
Forcing Machine to Use Dedicated Graphics Card?
I am part of a team developing an application using C++ with SDL and OpenGL.
On laptops when the application is ran the dedicated graphics card is not used and the GL context fails to create because ...
-2
votes
2answers
41 views
What does the glFrustum function do?
According to MSDN, we are multiplying the current matrix with the perspective matrix. What matrix are we talking about here? Also from MSDN:
"The glFrustum function multiplies the current matrix ...
1
vote
1answer
77 views
Loading Images (using their RGB(A) pixel data) in openGL textures
In the main function:
img = cvLoadImage("test.JPG");
//openCV functions to load and create matrix
CvMat *mat = cvCreateMat(img->height,img->width,CV_8SC3 );
cvGetMat( img, ...
0
votes
2answers
35 views
glOrtho do not display a Triangle
triangle is not drawn when glOrtho z range between 0 and 1.
glMatrixMode( GL_PROJECTION );
glLoadIdentity();
glOrtho( -1,1,-1,1,-1,1 );
glMatrixMode( GL_MODELVIEW );
glLoadIdentity();
// Draw a ...
-2
votes
0answers
29 views
Where to learn about Java OpenGl? [closed]
I i'm looking forward to learning about how to use JOGL to make 2D graphics, But I don't know where to look for resources. I am looking for for recommend any video or page where I can learn JOGL. ...
0
votes
1answer
59 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 ...
1
vote
1answer
48 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
76 views
GLFW non-responsive fullscreen window
I am having some issues with GLFW's window creation. I am wanting to have a program capable of toggling between windowed and fullscreen mode. To do this in GLFW 2.7.8 one must first destroy the active ...
1
vote
1answer
74 views
Triangulate a quad with a hole in it using tessellation
Is it possible to triangulate a quad with a hole in it using tesselation shader? For example,
Imagine I have a Quad.
Then I want to make a hole to the center of the quad.
There need to be a lot ...
-1
votes
0answers
23 views
Y direction shearing matrix and its equivalence using rotation, scaling and transformation [duplicate]
1 0 0
shx 1 -shy.xref
0 0 1
Could someone please explain to me the steps for expressing the shear operation in terms of rotation, scaling and transformation?
-1
votes
0answers
24 views
alpha blending with virtual machine [closed]
Is it possible to use alpha blending with virtual machine?
The problem is:
I have Mac OS 10.7.5 and moder laptop
I have an graphical application for Windows
I tried it with VirtualBox and got error ...
2
votes
2answers
107 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 ...
-2
votes
1answer
30 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
52 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) ...
0
votes
2answers
76 views
Writing uncompressed TGA to file in C++
I am writing OpenGL FBO content to TGA file.I read pixels in BGR format and saving to uncompressed TGA.The weird thing is that if I save monotone colors (no textures) my exporter writes ok,but if the ...
0
votes
2answers
139 views
Movement of a surgical robot's arm OpenGL
I have a question concerning surgical robot arm's movements in OpenGL.
Our arm consists of 7 pieces that suppose to be the arm's joints and they are responsible for bending and twisting the arm. We ...
1
vote
0answers
50 views
Strange Vertical Bars appear when using LWJGL on Windows
I'm writing a game in java that uses LWJGL's native OpenGL bindings to render the game graphics in OpenGL. When I run the game on Linux (tested on 2 different computers with different graphics cards), ...
0
votes
1answer
154 views
Rendering maze in opengl
So I have successfully created my maze by implementing Prim's algorithm. The result is stored in a 2D array of Cells where each cell has a north, south, east and west (which stand for the 4 different ...
0
votes
2answers
145 views
Drawing a 3D polygon from vertices (OpenGL/C++)
Okay, this has been driving me crazy for 4 days now. I don't have a problem with generating the vertices/points, but how to make a closed polygon or a wire frame from them in a reasonably ...
0
votes
1answer
202 views
3D Maze OpenGL Implementation
I'm trying to create a simple 3D Maze in opengl. My initial idea was to have a grid of cubes with some of the faces of each cube transparent (for the corridors). However, I'm having a little trouble ...
0
votes
0answers
157 views
C++ Opengl rendering 3D text and simulating an animal [closed]
I've found out that there are four ways for rendering text with opengl:
Using Bitmaps as characters
Using Textures as characters
Using Lines as characters
Using triangles to draw characters
Each ...
0
votes
1answer
46 views
OPEN GL: is this the right way of using VBO IBO and VAO
I'm familiar with IBO, VBO and VAO, while passing vertices, uvs and normals in one buffer. Though there are cases, when it's a little bit difficult to combine them in one buffer.
Therefore I came up ...
-1
votes
1answer
63 views
OpenGL scanline algorithm - does it use rays and bounding boxes? [closed]
I'm studying how scanline algorithms work and I'm wondering whether to determine the closest hit per each pixel a ray is shooted like ray tracing algorithms and, in that case, if bounding boxes are ...
0
votes
1answer
52 views
Why did OpenGL and Direct3D explicitly and separately transfer graphics related data to graphics memory and not blanket-map everything needed on it? [closed]
We see a gradual transfer of data from system to graphics memory with each OpenGL or Direct3D iteration, first with textures, then with vertices, now even with shaders. Why didn't they make it ...
0
votes
1answer
47 views
About LookAt() function
I need to implement a quaternion for rotating a camera. Before implementing quaternion, I use LookAt(&eye, &at, &up) for expressing a camera coordinate (vpn, vup, ...).
vec3 eye = ...
1
vote
2answers
79 views
How to rotate a graphic over global axes, and not to local axes?
I think my problem is very simple, but I´m new in Opengl and I don't know what to do.
I'm trying to rotate a pyramid (the figure doesn't matter), I want to rotate with respect to X
and then rotate ...
0
votes
1answer
106 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
1answer
139 views
OpenGL - object space, world space,
I'm trying to understand creating spaces in OpenGL:
1) object space
2) world space
3) camera space
4) projection space
Is my understanding of these stages correct?:
1) The "cube" is being created ...
2
votes
2answers
101 views
Triangle Normal Surface Detection
So I currently have a triangle mesh (made with bezier curves) that can be changed dynamically. The problem I am facing is trying to figure out which triangles to actually render based on where the ...
0
votes
1answer
124 views
Cubic Bezier Curve Interaction
So I currently have a cubic bezier patch on the XZ plane (y = 0, so it is a flat patch). The patch is made up of 16 control points and 400 total grid points. What I am trying to currently implement is ...
0
votes
0answers
69 views
Progressive Refinement Radiosity Algorithm
I would like to find a detailed description, best with example using OpenGL of Progressive Refinement Radiosity Algorithm, but can't. More precisely, how do you compute the value with which you are ...






