Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (3)
opengl_world_rotation
no vote
The program uses OpenGL and VC + +, will read bmp file and used to create a three dimensional environment, available keyboard left and right arrows to control the spin, the up and down arrows to zoom, make it there, is a small and simple program for beginners.
xianer1205
2016-08-23
1
1
opengl_rotateandzoom
no vote
Spheroid by using OpenGL program to draw, set the window's background color, achieve the display of vertices, wireframe, surfaces, you can rotate the ellipsoid as well as along the XYZ axis scaling to simulate reality
xianer1205
2016-08-23
0
1
Vs2010 and OpenGL a simple source code
no vote
Vs2010 and OpenGL environment, write code, and eventually draw the shape is a square with a side length is 1, note that prior to the preparation of the code written on the appropriate header files #Include<glut.h>, need to clearly state what kind of projection methods to watch, for example, orthographic projection, with code gluOtho2D ( -1.0,1.0,-1.0,1.0);
xianer1205
2016-08-23
0
1
No more~