1
vote
0answers
45 views

Drawing inside the clipping coordinates

I defined a clipping volume for some drawing that I have to do and tried drawing a rectangle for which I am getting the input coordinates from an external source. For e.g.: The external sources gives ...
0
votes
1answer
35 views

OpenGL mesh textures are flipped horizontally

I am working on a 3D renderer, and as I was loading various test models, I noticed that everything looked OK, except for the fact the the textures were all flipped on the x-axis. This is actually ...
2
votes
2answers
90 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 ...
-1
votes
0answers
37 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 ...
0
votes
1answer
27 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 ...
-4
votes
2answers
42 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
47 views

3D collision in OpenGL

I'm trying to create collision for my OpenGL application. I have code that successfully tests whether my camera is inside my platform object: void checkInsidePlatform() { float halfW = gymPlatform ...
3
votes
1answer
53 views

Change of coordinates with glFrustum

I am trying to use glFrustum for a perspective projection and as I understand glFrustum like glOrtho can be used to modify the mapping of our desired coordinate system to real screen coordinates (as ...
1
vote
1answer
55 views

Drawing stripes in OpenGL (C++)

I'm following the xoax.net tutorials for OpenGL in C++, and I am stuck on drawing the stripes in the U.S. flag using a for loop. I just get a blue screen (since I set the background colour to blue). ...
0
votes
1answer
58 views

Model matrix in 3D graphics / OpenGL

I'm following some tutorials to learn openGL (from www.opengl-tutorial.org if it makes any difference) and there is an exercise that asks me to draw a cube and a triangle on the screen and it says as ...
0
votes
1answer
33 views

Setting the coordinate system for drawing in OpenGL

I just started reading initial chapters of Blue book and got to understand that the projection matrix can be used to modify the mapping of our desired coordinate system to real screen coordinates. It ...
-5
votes
0answers
52 views

What should we do to protect our game models files? [closed]

When you finish and sell a game...Somebody who buys the game can't steal your *.obj files,or any model data files?What should we do to protect them?
1
vote
0answers
49 views

Logarithmic depth buffer

I use a logarithmic depth buffer : in my shader I wrote the code describes here : In the vertex shader : void main() { vec4 vertexPosClip = gl_ModelViewProjectionMatrix * gl_Vertex; gl_Position ...
0
votes
1answer
51 views

Draw in non-normalised coordinates - glFrustum

On using glFrustum, glMatrixMode(GL_PROJECTION); glLoadIdentity(); glFrustum(-1, 1, -1, 1, 0.1, 1000.0); glLoadMatrxi(GL_MODELVIEW); glBegin(GL_QUADS); //A room's left wall glVertex3f(-1.0, 1.0, ...
1
vote
2answers
52 views

Normalised coordinates for OpenGL

I was trying to clip an image on my screen by limiting the viewing volume using glFrustum. In the official documentation for Glfrustum, it is mentioned that the left, right, top, bottom, near, far are ...
0
votes
1answer
24 views

openGL move forward with rotation works for 0 degrees, backwards for 90 degrees

I am trying to move my world in reference to a character. It works if the degree is zero (the player goes forward) but messes up everywhere else. When it is 90 degrees, the player goes backwards ...
1
vote
1answer
87 views

Off-axis projection with glFrustum

I am trying to do an off-axis projection of a scene with OpenGL and I gave a read to the document to Robert Kooima's off-axis projection and have a much better idea now of what actually has to be done ...
0
votes
1answer
42 views

PyOpenGL, issue with 3D graphics on a screen using glFrustum and glTranslate

Overview: I am trying to create a 3D application similar to this: www.youtube.com/watch?v=h9kPI7_vhAU. I am using OpenCV2.2, Python2.7 and pyOpenGL. This can be achieved by this background maths ...
0
votes
1answer
49 views

from glRotate() + glTranslate() to gluLookAt()

I have 3 transformations in the following order and with the following variables: glTranslate(dirX, dirY, dirZ); glRotate(angleX, 1, 0, 0); glRotate(angleY, 0, 1, 0); With these, I'm able to ...
0
votes
1answer
104 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
45 views

Difference between positioned and direct light in C++ OpenGL?

I just did a tutorial from videotutorialsrock.com on lighting in C++ OpenGL. I understand ambient light, but don't understand the difference between positioned light and direct light, since the idea ...
0
votes
2answers
80 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
115 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
95 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
0answers
24 views

Billboarding in LWJGL

I'm making a "2.5D" game with a 3d and 2d items. I have created the 3d world and am now working on the 2d items. I've looked all over for billboarding tutorials, but none of them seemed to work ...
0
votes
2answers
72 views

First view perspective: rotation is driving me crazy

I would like to implement a simple example in OpenGL just to test the first perspective view (without using lookAt facility), but it is driving me crazy! I made a little prototype using Processing ...
1
vote
1answer
69 views

How to do the correspondance 2D-3D points

I'm working with OpenCv API on an augmented reality project using one camera.I have : The 3D point of my 3D object( i get 4 points from MeshLab) The 2D points which i want to follow ( i have 4 ...
0
votes
0answers
60 views

3D Animation Engine with OpenGL? [closed]

I have a 3D engine based around LWJGL and its implementation of OpenGL that loads .obj files and their partnered .mtl files, and I would like to add support for animation. The only issue is, .obj ...
-3
votes
0answers
31 views

Filling a cylinder with spheres? [closed]

I'm trying to fill a cylinder with equally distributed spheres. I have already created the cylinder by using 2 triangle fans and 2 triangles for each segment. The cylinder as it is now is placed ...
1
vote
1answer
46 views

Drawing transparent sprites in a 3D world in OpenGL(LWJGL)

I need to draw transparent 2D sprites in a 3D world. I tried rendering a QUAD, texturing it(using slick_util) and rotating it to face the camera, but when there are many of them the transparency ...
1
vote
2answers
100 views

Depth as distance to camera plane in GLSL

I have a pair of GLSL shaders that give me the depth map of the objects in my scene. What I get now is the distance from each pixel to the camera. What I need is to get the distance from the pixel to ...
0
votes
0answers
54 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 ...
-1
votes
0answers
20 views

Can someone give me a list of which rendering modes are supported in each OpenGL version? [closed]

I was looking around for information about all these different OpenGL rendering modes. I was wondering if someone could tell me which ones are supported in which versions so I can pick a rendering ...
5
votes
1answer
112 views

What is best practice for batch drawing objects with different transformations?

I'm conceptualising a good approach to rendering as many disjointed pieces of geometry with a single draw call in OpenGL, and the wall I'm up against is the best way to do so when each piece has a ...
3
votes
2answers
97 views

Placing multiple images on a 3D surface

If I was to place a texture on the surface of a 3D object, for example a cube, I could use the vertices of that cube to describe the placement of this texture. But what if I want to place multiple ...
2
votes
1answer
107 views

How to convert Euler Angles to Front, Up, Right vectors

I need a function that given Yaw, Pitch, and Roll, can produce the Front (or Looking At), Right, and Up vectors in "world coordinates". In my particular world space, starting from the origin (0,0,0), ...
0
votes
1answer
64 views

opengl - flash of light (like when shooting)

I'm trying to create flash of light (like when someone is shooting). For e.g. (it's from real video, but i need something similar, much more simpler): I need to do this using only OpenGL - can't ...
0
votes
1answer
139 views

opengl - how to put texture on 3d irregular object

I have to create animation where gatling gun will be shoot (it doesn't have to be complex, cause it's just a practice). I drew basic version of my gun which looks like this: Don't bother colors - i ...
2
votes
0answers
113 views

Why does SFML with an Opengl 3.0 context draw twice?

I've been working on a 3D application using SFML for context creation and OpenGL 3.0. For some reason when I attempt to create the context using OpenGL 3.0 it seems to draw the image slightly narrowed ...
0
votes
0answers
106 views

OpenGL GLSL Program Linking Annoying Issue

I'm using XCode on Mountain Lion. Libraries: OpenGL Framework, GLEW, GLFW Running under OpenGL 3.2 in Core Profile. Everything works ok, Fragment Shader and Vertex Shader compilation returns success ...
1
vote
2answers
41 views

What is the accepted timing strategy when using Vertical Synchronisation?

Coming from a basic understanding of OpenGL programming, all required drawing operations are performed in a sequence, once per frame redraw. The performance of the hardware dictates essentially how ...
4
votes
2answers
111 views

Contiguous memory, OpenGL, and how are you wrapping your vertices?

So, a critical requirement for OpenGL programming is that you store your vertices in a fashion that guarantees contiguous memory. I've read a couple decent books lately by professional graphics ...
0
votes
1answer
129 views

OpenGL(JOGL) glu.gluLookAt mirroring world

I recently started working with/trying to learn OpenGL through JOGL and have been getting some very weird issues. I am using the glu#gluLookAt method to view the world. i am calculating the point that ...
1
vote
1answer
44 views

OpenGL ARB_framebuffer_object extension is not available

I'm having an app that processes some DSL and draws a page. That app is qt-based. I need to work with DSL not with QT. When processing that DSL an app throws the following error OpenGL ...
0
votes
3answers
177 views

How to make a billboard spherical

Following this turorial here I have managed to create a cylindrical billboard (it utilizes a geometry shader which takes points and produces quads). The problem is that when i move the camera so that ...
0
votes
2answers
65 views

Optimizing data visualization on the GPU?

I have a process that accumulates mostly static data over time--and a lot of it, millions of data elements. It is possible that small parts of the data may change occasionally, but mostly, it doesn't ...
0
votes
1answer
65 views

3D cube appears stretched when rendered

I have a basic opengl project that draws a 3D cube to the screen. My resolution is 1600 x 900. No matter how far or close the camera is to the cube, the cube always appears stretched horizontally to ...
1
vote
1answer
371 views

OpenGL 3D camera gluLookAt

I'm trying to set up a 3D camera with the gluLookAt method. So I have got a 10x10x10 cube and now i want to move the camera inside that cube. I have something like that: gluLookAt( ...
0
votes
0answers
60 views

OpenGL - Directional bright Light?

The Light, I added, looks on objects weak? I want it brighter and I don't want to give the Light position. I mean, I want a bright Light on all the screen with same brightness in the middle or at the ...
1
vote
1answer
77 views

Why is my texture streching even on using GL_REPEAT?

This is my output :![enter image description here][2] The image is stretched when my walls are long and squeezed when they are small. My code for loading texture, loadTGATexture method is from the ...

1 2 3 4 5 14