搜索资源列表
NURBS_Example
- VC中真正成功的NURBS案例! 在各种系统下成功运行! 无需要OpenGL支持
MidPointCirle 用中点画圆法
- 用中点画圆法,通过调用opengl库在VC++中画一个圆-draw a circle with openGL
Manderbrot_V1_01
- OpenGL和VC++6.0实现的二维Manderbrot集合,并且重写了各种回调函数,提供了基本的用户交互功能。-OpenGL and VC++6.0 to achieve the two-dimensional Manderbrot collection, and rewrite a variety of callback function, provides the basic user interaction capabilities.
ComputerGraphicExperiment
- 本程序使用Visual C++实现了计算机图形学课程实验【纯VC,no OpenGL,不调用pDC的功能函数】:绘制直线、椭 圆等基本图元;绘制Bezier等样条曲线;绘制knoch等分形图形;一个“伪”真实感图形→球 。该程序架构清晰,很方便扩展,谢谢使用!-With Visual C++ only (without OpenGL! without the inline functions of pDC), the Application has achieved in d
Draw-NURBS-Curve-By-VC-openGL
- 使用VC++ 6.0,并且用openGL绘制出NURBS曲线。-Use VC++ 6.0 and OpenGL draw NURBS curves.
point_line_rectangle_quadrangle
- 使用vc++和opengl画出一个点、线、三角形、四边形,这个的前提是编译器里要提前有opengl的头文件和开发环境。-Use OpenGL and vc++ to draw a point, line, triangle, quadrilateral, the premise is that the compiler should have OpenGL header files and development environment in advance.