Advertisement

1 - 10 of 21 containing alltags:("glut") (0 seconds)
Hi! I wrote the following code in the main function: void main() {   glutInitDisplayMode(GLUT_SINGLE|GL_RGBA);   glutCreateWindow("Simple");   glutDisplayFunc(RenderScene);   Init(); ...
Zones: 3D Game ProgrammingDate Answered: 07/02/2001 Grade: B Views: 0
I was wondering if GLUT is a good choice for complex things that goes out of the range of basic OpenGL (animations, etc)... for the use of game development that is. If anyone has any advice it'd be...
Zones: Game Programming, 3D Studio, 3D Graphic...Date Answered: 11/27/2003 Grade: A Views: 24
Hi all Just wondering if anyone has seen tutorials or functions for "moving the camera" without needing the glut.dll -  I am basically looking for a function exactly the same as gluLookAt, which...
Zones: OpenGL Game ProgrammingDate Answered: 06/13/2003 Grade: B Views: 4
hi , i can generate a single block with the function void cube() , i now need to do this about 20 or so times , if i go cube(); cube(); cube(); it stuffs up . i want a new cube to start fall...
Zones: ProgrammingDate Answered: 09/28/2003 Grade: A Views: 0
I'm trying to use GLUT to create multiple windows, but I'm having problems getting more than one subwindow to display.  Only the second of the two subwindows I create will display.  And I don't thi...
Zones: OpenGL Game ProgrammingDate Answered: 11/20/2003 Grade: A Views: 14
I wrote a code to draw a triangle and translate it along the x or y axis.  Code written in C (not C++) usnig visual C++ 6.0.  Triangle rendered using opengl and glut.   I would like to animate the ...
Zones: CDate Answered: 03/23/2004 Grade: A Views: 4
i have a zip file that installs the glut libraries. u know i just select the .asw and click build, ir worked fine on Visual Studio 6.0, but now i have .Net, when i click build it gives an error. so...
Zones: C++Date Answered: 08/20/2004 Grade: A Views: 0
I'm trying to learn  OpneGl - Glut. Even if I roll over Minimize button of the window the scene will be redisplayed. Where is the problem? thx
Zones: OpenGL Game ProgrammingDate Answered: 10/10/2004 Grade: B Views: 19
Any ideas on how to make a currently windowed glut app a fullscreen app?
Zones: C++Date Answered: 01/09/2005 Grade: A Views: 4
I want to create a floor using a cube and then light it using a spotlight, which would normally light a spherical area on the top face of the floor. How do i create the floor? with glutSolidCu...
Zones: OpenGL Game ProgrammingDate Answered: 05/24/2005 Grade: A Views: 0