搜索资源列表
movelightsimulation
- 用opengl编写此代码,模拟了光点移动时,物体明暗的变化效果,此代码可以很好的引导初学者-use opengl writing this code, to simulate the movement of light spots, objects chiaroscuro effect of the changes. this code can be a good guide beginners
car_recong
- 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。 5)程序执行流程-Use VC++6.0 as de
spots
- lights program in c with open gl, runs also in visual c++ environment
donghua
- 设置了两个光源,一个是漫反射的蓝色点光源,另一个是红色聚光光源,它们都照在一个球体上,产生亮斑。-Set up two sources, one is blue diffuse light source, and the other is a red spot light, they are shining on a sphere, producing bright spots.
glutspots
- opengl program when executed displays a number of spots on the output window.