Hi.
I don't know how to do the delays.
Type: Posts; User: Qiaowen
Hi.
I don't know how to do the delays.
Hi.
Perhaps I didn't get myself understood well. I want to darw a column, then there will be some delay(one or two seconds), then draw the second colunm, .... I already have the logic fixed. I just...
Hi.
I want to simulate a procedure, this means I want to draw sutffes one by one. For example, I want to draw a column first, after that, I want to draw the second column, then the third one, .......
Hi.
I want wo draw a column, a solid column, not a wired column. Here is my code:
void DrawPillar(GLdouble radius, GLdouble length)
{
GLUquadricObj *pObj; // Quadric Object
pObj =...
Hi,
I can draw more, but I just can't see them. At the present, I just can't understand well what the Viewport is. So, I want to the form to display everything I drawed.
Hi.
I can use the glutDisplayFunc() to rotate the stuffs I draw. But this doesn't work when I want to scale the viewport to see more stuffs. Do I need to use glScale() to scale the stuffs or change...
Hello.
I want to draw a cuboid,and I want the length, width, height and color can be assigned. Do I have to use this kind of codes:
glBegin( GL_QUADS );
glVertex3f();
glEnd();
Is there any...
Hi.
I want to download the example codes of the SuperBible 4th edition. Can anyone tell me where to find it. Thanks.
Hello.
my code is simple:
static GLUtriangulatorObj *tobj = NULL;
gluTessCallback( tobj, GLU_BEGIN, glBegin );
gluTessCallback( tobj, GLU_VERTEX, glVertex2fv );
gluTessCallback(...
Hi,
I start to program with the redbook. But I get a complete dark form when I try the stencil.c. And the form just zombied.Why this?
Hi,
I use Win XP. I found the OpenGL's version on my machine is extremly low, it is about 1.3. I mean,the latest version is 4.2.So, how to update?
Hi,
What is gameMode?My code are very simple.
#include <gl/glut.h>
//#include <stdlib.h>
#include <iostream>
#include <windows.h>
//using namespace std;
Hi.
I use the glut library first.Then I read the red book.And the red book recommand the freeglut.So I turn to the freeglut,and set up the environment.Then I run the first example in the red...
Hi,guys.Thanks for that.But I am new to OpenGL. Can you give me direct info, so a new guy can solve him problems himself.
What's the reason for this kind of error? Is there any Link error? The glut...
Hi,I download the "glutdlls37beta.zip". And put the files into right directions.Some basce functions such as glBegin() and glEnd() cand be found.But some such as "glGenBuffers()","glBindBuffer()"...
Hi.
Where on earth can I find a OpenGL templete or some articles about this?
Hi,I am new to OpenGL.I can use VC++. What kind templete should I choose if I want to take advatange of Visual Studio's templete? Or I should begin with a blink project? Please help.
Hello,there. In VC++ 6.0,it's very easy to write a custom wizard.But in vs2008,it's so complex that it turns out a nightmare.Is there anyone who has done this befoe? please share your experience with...
Thank you.I will fix it up.Haha
Hello,mhagain.I do not find anything on my machine as described.There is even no folder"C:\Program Files\Microsoft Visual Studio 9.0\VC\include\GL" exist on my machine.Terrible and horrible!Can...
Hello,everyone.I just begin to learn OpenGL.I am VC++ and C# user.My machine'processor is Intel,graphic card is Nvdia.It seems that I will need to download some libraries and some assemblies? I just...