搜索资源列表
ch12source
- 计算机图形学(第三版)源代码。主要讲解图形学的光栅算法、三维观察、隐藏面消除、光照、纹理、绘制等算法和理论,并介绍可视感知、计算机动画、基于图像的绘制、可视化以及构建交互式图形应用等。-Computer graphics (third edition) the source code. Covers the grating algorithm, graphics with observation, the hidden 3d face
ch9source
- 计算机图形学(第三版)源代码。主要讲解图形学的光栅算法、三维观察、隐藏面消除、光照、纹理、绘制等算法和理论,并介绍可视感知、计算机动画、基于图像的绘制、可视化以及构建交互式图形应用等。-Computer graphics (third edition) the source code. Covers the grating algorithm, graphics with observation, the hidden 3d face
weitu
- 透明位图的动画 这两程序只是例程,说明画板的画透明位图的一种方法。 使用的方法和BITBLT函数的方法差不多,主要是光栅操作的使用。-Transparent bitmap animation of these two procedures is only routine on the drawing board to draw a transparent bitmap. About using the method and BI
GuangShan
- 读入多张图片,生成光栅动画图。使用光栅网格从动画图片上方横向划过,可以看到光栅动画效果。(Generate a raster animation using images inserted.)
MATLAB制作光栅动画
- 用了制作光栅动画的MATLAB代码,可以生成光栅动画图片,通过光栅片的移动可以由于视觉暂留现象产生动画效果,十分有趣。