资源列表
3Dengineogre
- 作者在开发了功夫online这个网游后,对ogre这个3d引擎的总结-mainly tell about the ogre
Max
- Max.rar三个数中求最大值C源代码三个数必须是整数-Three Max.rar seek the maximum number of three the number of C source code must be an integer
OpenGLBitmapFont
- OpenGL字体编程 包括bitmap文件的载入等技术
colored
- vc源码-vc source code
OpenGL编程初步
- OpenGL介绍 由SGI公司的GL发展而来的一个工业标准图形库。 OpenGL由图形库GL(Graphics Library)和应用图形库GLU(Graphics Library Utilities)两个库组成-OpenGL # 61548 introduced by SGI's GL from the development of an industry-standard graphics library. # 61548 by the OpenGL
floodfill
- Flood fill by color in opengl
OPENGLwhirlcube
- 基于VC的opengl,一个旋转的四愣锥和正方体
otsu_
- otsu法(最大类间方差法,有时也称之为大津算法)使用的是聚类的思想,把图像的灰度数按灰度级分成2个部分,使得两个部分之间的灰度值差异最大,每个部分之间的灰度差异最小,通过方差的计算来寻找一个合适的灰度级别 来划分。-Image segmentation in the common thresholding based on the ostu algorithm is the most commonly used image segmentation algorithm.
C_Blog
- Interview programs on c
qumianfit
- 根据输入点拟合曲面 结合opengl对曲面进行拟合
FFT
- 本程序基于java 实现了FFT(快速傅里叶变换)变换,-The program is based on java to achieve a fast Fourier transform
Opengltriangleandquard
- 基于VC的opengl编程,画一个三角形和四边形。