▍1. MyOpenGL
这是一款以OpenGL为基础实现骨胳变形程序,很精彩很有参考价值(This is a OpenGL-based in order to realize skeletal deformation process, it is very good reference value)
这是一款以OpenGL为基础实现骨胳变形程序,很精彩很有参考价值(This is a OpenGL-based in order to realize skeletal deformation process, it is very good reference value)
一个从网上看到的基于opengl编写的雪景的程序,特此奉献给大家,有需要的可以下载(One from the Internet to see the opengl-based procedures for the preparation of the snow, and would like to give everyone in need can be downloaded)
经典opengl黄皮书配套源代码!! 又名opengl 着色语言!! 好东西跟大家共享(Opengl classic beige book supporting source code! ! Opengl shading language, also known as! ! Good things to share with you)
地形渲染代码集锦,包括分形山,大规模渲染LOD算法等 (Collection of terrain rendering code, including fractal mountain, large-scale rendering LOD algorithm)
光照和材质的例子,例子的内容是茶壶,有多个光照模型(Examples of light and texture, for example, the content is the teapot, a number of illumination model)
OpenGL的一套开发范例,包含了很多基本的例子程序,对初学者有一定的帮助(OpenGL to develop a set of examples, contains many examples of the basic procedures will certainly help beginners)
opengl自己编的时钟,虽然有点简单,但是可以为初学者参考(opengl own clock, though a bit simple, but it can be a reference for beginners)
运用LOD算法实现的地形模拟,OpenGL实现(The use of terrain LOD algorithm simulation, OpenGL achieve)
opengl编写的干涉碰撞检测的例子,适合进行游戏开发的朋友看(opengl prepared examples of interference in collision detection, suitable for game developers to see friends)
一个基于OPENGL生成地形LOD的例子,算法为二元线性(OPENGL generated based on the example of the terrain LOD algorithm for binary linear)
DEM显示程序,可以显示规则格网DEM,可以将离散点构建成规则格网(还有待完善),可以实现DEM的三维浏览。(DEM display program, you can show the Regular Grid DEM, discrete points can be constructed grid rules (yet to be perfect), can realize the three-dimensional DEM browser.)
《OpenGL图形程序设计指南》源代码 用visual c++6.0开发的,附有OpenGL开发库( OpenGL graphics programming guide, the source code with visual c++ 6.0 development with OpenGL development library)
用openGL编写的一个关于烟花的程序,是粒子系统的典型代表。适合于初学者。每行代码都有注析,可读性强。(OpenGL prepared using a procedure on the fireworks, is a typical representative of the particle system. Suitable for beginners. Lines of code each have a note analysis of Strong readability.)
对初学OpenGL的学员熟悉如何用OpenGL画点线面最好的入门程序,(OpenGL for beginner students are familiar with how to use OpenGL painting spots and lines to cover the best entry procedures,)
direct3d四叉树海量数据地形分细节层次显示direct3d四叉树海量数据地形分细节层次显示(Direct3D quadtree terrain mass data points show the Direct3D LOD Quadtree Topographic mass data show levels of detail)
opengl小程序,包含了muilti texture, mipmap, envionment mapping等内容,是学习这些功能编程的参考(opengl applets, contains muilti texture, mipmap, envionment mapping and other content, is to study these features programming reference)
集装箱的装箱问题: *给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材 *的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得集装 *箱的空间利用率最高?使用贪心算法解决。 *编译方法:打开cpp文件,在编译的同时建立工程,打开 "settings->link" *在link项的Object/library modules:中加入Opengl32.lib glu32.lib glaux.lib(Container packing problem: given a container, and its length L, width W and height H, the current batch of cylindrical timber, each timber* long are L, but the radius is different for the first i-kan timber radius ri. Asked how the packing, making me be assembled in* the maximum utilization of space? Use greedy algorithm to solve.* Compiler Methods: Open cpp file, compiled at the same time in the establishment of the project, open the settings-)
基于MFC和OpenGl三维图形开发::介绍OpenGL基本概念,详细讨论了利用OPGEL库,在MFC下进行三维图形的绘制。(有具体实现源码)(MFC and OpenGL-based three-dimensional graphical development:: Introduce the basic concepts of OpenGL to discuss in detail the use of OPGEL library, in the MFC under the three-dimensional graphics rendering. (Have specific realize source))
This a very simple OpenGL visualization library with a 3D and 4D volume renderer. It can easily be reused in other projects (e.g. with medical volumes). It is just perfect for learning or great if you like to hack your own code.