0
votes
1answer
15 views
gluUnProject function in openGL
Hi,
The following piece of code gives me an error and I'm not able nor to round it ,neither to understand it .
enter code here
GLdouble objX,objY,objZ;
GLdouble modelview1[4][4], …
0
votes
1answer
18 views
Shadows via shadowmaps and other textures - how to combine? OpenGL
Good day.
I draw a scene with shadows using shadow maps method (when we're rendering scene from light point of view to retrieve depth buffer, making shadow texture and projecting it on the scene, …
0
votes
2answers
17 views
glFogCoordfEXT problem
Hi.
I want to apply a volumetric fog to my scene, I follow nehe #41 tutorial to make it, but a fog doesn't work at all. And glGetError() returns GL_INVALID_OPERATION, as if my glFogCoordfEXT call was …
0
votes
1answer
37 views
Quick Question on QT and OpenGl
I've made a project with QT and OpenGl.
In QT paintGl() was repeatedly call I beleive, so I was able to change values outside of that function and call update() so that it would paint a new image.
I …
0
votes
1answer
38 views
Blending problems (OpenGL)
Hi!
A have a question, maybe someone can help me.
I am trying to make a mirror effect using OpenGL. I draw a transparent plane, a "reflected" scene cut by stencil, and an original one.
But I have a …
0
votes
2answers
34 views
Finding an Install of OpenGL for 64 Bit Windows
I am trying to get started on opengl programming from the videotutorialsrock.com site.
It wants me to install GLUT and the OpenGL SDK. I was able to download GLUT successfully but the link he has on …
0
votes
1answer
35 views
What type of Pixel Interpolation is used by OpenGL?
Hello,
I would like to know what type of Pixel Interpolation is used by OpenGL.
Does it use one of the Standard Pixel Interpolation techniques like Nearest Neighbor, Bilinear or Bicubic?
0
votes
1answer
34 views
Read file and display vertex values in openGL
Hi,
I have searched everywhere on the web and found many similar things but never quite like this and I am not sure what I am doing wrong.
I am trying to read the following file:
4 4 // tot …
2
votes
2answers
39 views
What might cause OpenGL to behave differently under the “Start Debugging” versus “Start without debugging” options?
I have written a 3D-Stereo OpenGL program in C++. I keep track of the position objects in my display should have using timeGetTime after a timeBeginPeriod(1). When I run the program with "Start …
0
votes
1answer
26 views
OpenGL ES 2.0 multithreading
I have been trying to use OpenGL ES 2.0 to make a photo viewing application. To optimize the code I'm changing the textures loaded with the objects as the user scrolls down. But image loading into the …
0
votes
2answers
52 views
OpenGL texture won’t map - white square?
Alright, so I'm using cairo to turn an SVG into image data for openGL textures.
That part works.
But now the texture I'm using won't map to the quad I'm making. It's just showing up as a blank …
0
votes
1answer
21 views
issue with glDrawElements
this shows up with the color red:
VertexColorSet(&colors[vertexCounter], 1.0f, 0.0f, 0.0f, 1.0f);
this shows the color black:
VertexColorSet(&colors[vertexCounter], 0.9f, 0.0f, 0.0f, …
0
votes
2answers
15 views
glew32.dll run time error
Hi
I successfully compiled my OpenGL program in MSVC 2008, But I am getting a Run time error as follows
"This application has failed to start because glew32.dll was not found. Re-installing the …
5
votes
4answers
93 views
Shader limitations
I've been tuning my game's renderer for my laptop, which has a Radeon HD 3850. This chip has a decent amount of processing power, but rather limited memory bandwidth, so I've been trying to move more …
0
votes
0answers
17 views
PVRTexture load & display
i want to display pvrtc images in my project which is build using opengl.I know about the tool to convert the png to pvrtc & also i have referd to the PVRTextureloader ex but no help,can u give me …
