hello ,
I am developing the bloxorz game :
see this link :
http://www.albinoblacksheep.com/games/bloxorz
I have some how managed to draw the floor and a block on it. by taking two...
Type: Posts; User: srikanth chitturi
hello ,
I am developing the bloxorz game :
see this link :
http://www.albinoblacksheep.com/games/bloxorz
I have some how managed to draw the floor and a block on it. by taking two...
Hi , I want to design the floor of the bloxorz game in photoshop. is it a good idea to design the entire floor as one bmp file and load it ? If so I don't know how to create this floor in photoshop....
How to set these linker options in codeblocks? i.e -lglut -lGLU -lGL
Hello,
I am a Beginner to OpenGL programming . My development OS is fedora16.
I don't want to leave fedora , at the same time I want to develop software for windows. I heard that mingw32 will...
Hello,
I have seen 2 methods for doing OpenGL in Windows . i.e using glut to display the window or using the win32 SDK.
I have started yesterday reading the http://nehe.gamedev.net/ legacy...
I am a beginner to OpenGL and have done simple things like displaying a window using glut and drawing some primitives like triangle,rectangle etc in 2d. I want to draw a 3d floor , But don't know how...
Hi friends,
I am trying to develop the Bloxorz game in OpenGL.
Please see this link http://www.albinoblacksheep.com/games/bloxorz
To do that I have draw the squares floor and a rectangle on...