资源列表
Visualization-of-Social-Networks
- 利用OpenGL进行社会网络可视化的论文-Thesis of social network visualization with OpenGL
thesolar
- 用opengl和vc++写的模拟太阳系的各大星的运行,贴图经过photoshop处理,非常真实-Vc++ with opengl and simulation of the solar system written in the major stars of operation, the texture after photoshop treatment, very real
Source_Code
- 交互式计算机图形学第五版源码,学习计算机图形学的必备资料-interactive cg 5e, source code
HomeWorkCurvesAndSurfaces
- Massachusetts Institute of Technology 麻省理工学院 computer graphics 作业Assignment 8: Curves & Surfaces 的源码 计算机图形学 曲线和曲面 实现了 贝塞尔 比样条 曲线的绘制与互相转换 曲面等-Massachusetts Institute of Technology Massachusetts Institute of Technology computer graphics jobs Assignme
vctx
- Visual C++数字图像模式识别技术及工程实践随书源码,是很不错的加密算法。值得一看。-Visual C++ digital image pattern recognition technology and engineering practice with the book source code, is a very good encryption algorithm. Worth a visit.
ODBC-Tutorial
- ODBCket noi co so du lieu
OpenGL
- 本资源是对opengl的功能讲解以及一些简单的程序举例,对图形图像的处理有很大的帮助-The resouce is about the opengl,it is very important when you use c or c++ to process images
OntoView-HAG
- 本项目采用 OpenGL和MFC的架构,构造基于MFC的界面操作和基于OpenGL的图形绘制,以显示本体图。-This code combines OpenGL with MFC. It uses MFC to design the interface, and uses OpenGL to render graphs.
halfedge
- 综合性/设计性实验二: 三角片模型实验 : 给一个三角片模型,实现一些基本的操作: 建立以边为中心的拓扑结构(半边结构) 实现一种再分算法(Butterfly 算法) -Integrated/design experiment two: triangle model experiments: to a triangle model, to achieve some basic operations: the establishment of the center side of
TextureFont
- 用OpenGL实现轮廓字体,并给轮廓字体添加纹理的Demo
GLFrameOpengl
- opengl实现的窗口框架程序,利用opengl在窗口中绘制了立体图形,可以进行旋转或者全屏显示!-opengl implementation process window frame, using opengl to draw in the window of three-dimensional graphics can be rotated or full screen!
OpenGL_FullScreen
- 利用OpenGL开发的一个全屏的实例,OpenGL初学者可以参考进行开发。