OMG! I am confused :confused: Well, I did understand the first half. But how can I change the number of contour lines? Will Edge detection algorithm...
One more concern, i was using glVertexAttribP4uiv with GL_INT_2_10_10_10_REV. For signed data type, we have to use same API. So i was calling it with...
Hello all I'm trying to use vbos in my OpenGL application and a had some difficulties.
I read a tutorial(www.opengl-tutorial.org) and now I'm trying...
A relatively easy way is to write to a buffer the contour level of each pixel based on it's world height value as you render the terrain. Then do an...
It doesn't take an array. Well, it kind of does, but it's only an array with one unsigned integer element in length. Really, I have no idea why they...
thank you so much.:D I tried your code with an image and it worked. But I need to read a video stream frame by frame, process the frames ( eliminate...
This is not a C++ forum; this is an OpenGL forum. Your questions show that you don't understand the language very well. So please go back to learning...