资源列表
ballmotion
- 在三维空间对小球的落体整个运动进行仿真,可以直观的观察整个过程-In the three-dimensional space on the ball the whole movement falling body simulation, you can visually observe the entire process
zuobiaoxi
- 对初学者理解笛卡尔坐标有一定的帮助,希望能够掌握-Cartesian coordinates for beginners to understand some help, I hope to be able to master
Q4
- H with bresenham’s or Digital Differential Analyzer Algorithm
BresenhamLine
- Bresenham画线算法程序: 用一个坐标轴来当步长值(即+1),另一个坐标轴是否加1则跟据斜率(k)来确定,K 如果大于0.5,那么也加+1,如果小于0.5那么即不变。为了方便计算,如果d大于1 ,那么就减一,归0。可设e,e=d-0.5,于是就有e>0时,加1,e<0时不变,这样便 于硬件实现。-Bresenham
tux
- 计算机图形学 黑色正方体在红光照射下旋转-Graphics rotating cube
MidPointLine利用中点画线法,调用opengl库画直线
- 利用中点画线法,调用opengl库画直线-draw a line with opengl
chahu
- 计算机图形学绘制一个茶壶的效果~配置好OpenG来的运行环境后~就可以使用~-Computer graphics rendering the effect of a teapot to configure the OpenG to the operating environment can be used ~ ~
aflutterFlag
- C语言编写的动画程序,飘扬的红旗,利用setvisualpage换页原理实现-flutter flag
Final-Answer-for-rectangle
- OpenGL 如何用滑鼠來制做一個四角形體出來-OpenGL how to use mouse to create a rectangle
gasket.c
- sierpinski gasket in 2d
1.Gasket-1.txt
- Program to recursively subdivide a tetrahedron to 3D Sierpinski gasket. The number of recursive steps is to be specified by the user.- Program to recursively subdivide a tetrahedron to 3D Sierpinski gasket. The number of recursive steps is to be sp
ellipse
- 用Bresenham算法实现椭圆的绘制。 已知椭圆的长半轴和短半轴,根据Bresenham算法绘制椭圆。 -With Bresenham algorithm oval drawing. Semimajor and semiminor known ellipse, Bresenham algorithm to draw an ellipse.