搜索资源列表
MapMaker
- “虚拟地景生成系统”是基于Windows2000系统和Visual C++ 6.0平台,利用基本OpenGL函数编程技术开发的三维可视化成果。它通过简单的DEM(数字高程模型)数据,建立格网模型、再根据光照强度、高程值及有关数据建立数学模型,生成晕渲,再将它投影到平面上,达到模拟现实地貌起伏的效果。 本系统采用XP风格界面,清新自然。它具有透射/正射投影切换、漫游、缩放功能。支持分层晕渲、比高设定、平移、旋转、翻滚、视野调节、雾化、纹理贴图(显示/隐藏)等诸多功能,单幅、1MB大小的DEM数据生
opengl_mksw
- opengl做为一款强大的3D API,渲染速度快,效率高。可以为我们实现自己的3D世界。 本程序使用了glut库(下载到http://www.xmission.com/~nate/glut.html),他不仅包含了gl.h, glu.h glaux.h还扩充了一些其他高级的功能。所以在我们以后的程序中,只需包含glut.h头文件。 实现细节请下载源代码,熟悉opengl编程的朋友可以从代码中看出,在AX中实现opengl跟在普通应用程序中是一致的。 glut库的安装
ElsGame
- OPENGL写的一个俄罗斯方块程序!可以实现目前流行的俄罗斯方块游戏的大部分功能!-OpenGL written procedures for a Rubik's cube! Achieved the popular Tetris game most of the function!
OpenGL_Kaifazhinan
- 第一章 OpenGL与三维图形世界 ? 1.1 OpenGL使人们进入三维图形世界 1.2 OpenGL提供直观的三维图形开发环境 1.3 OpenGL称为目前三维图形开发标准 第二章 OpenGL概念建立 2.1 OpenGL基本理解 2.2 OpenGL工作流程 2.3 OpenGL图形操作步骤 第三章 Windows NT环境下的OpenGL 3.1 Windows NT下的Open
Clothy
- This the sample application that accompanies the May 99 Game Developer magazine. It is meant as a demonstration of a method for 3D cloth simulation in OpenGL. Cloth simulation is a very complex process. This column and demo just scratches
glut
- 在Nehe的主页上一共提供了4种不同风格的OpenGL程序框架,分别为glut,Win32,面向对象的Win32,在加上Nehe教程中使用的那一种。 相信没有几个读者会耐着性子,把Nehe的第一个教程看完并编译成功,因为那里面有着数不清的数据结构和函数,我也是费了整整12个小时才把它翻译和排版好。 好了,不浪费读者的时间了。在这四个框架中以面向对象的Win32框架写的最后,并且功能最全,我们就简单得介绍一下它的使用,你可以用它学习OpenGL的函数,当你对OpenGL的结构有
MetaBalls
- This demo implements the marching cubes algorithm for constructing a polygonal model from an isosurface. The isosurface chosen here is a classical metaballs setup. Metaballs are isosurface chosen here is a classical metaballs setup. Metaballs are def
planet
- 简单调用OPengl的函数,实现了画一个地球的基本算法-Simple opengl function calls to achieve a painting of a planet s basic algorithm
Robotber
- 调研openGL的简单函数,画了一个机器人模型,可以控制机器人的动作-Research openGL simple function, drawing a robot model, can control the robot s movements
airplane
- 在Visual C++下,利用OPENGL,来实现纸飞机在屏幕上的旋转功能,并且设置按钮来控制纸飞机的运动和停止-In Visual C++ using OPENGL, to achieve the paper airplane on the screen rotation function, and set the button to control the plane' s movements and to stop
1
- OpenGL方面的论文。文章介绍了一种利用较小的存储空间和计算时间,实现在大面积网格数据上动态贴纹理的方法。利用此方法使用适当的纹理函数.结合OpenGL的自动纹理扩展可在动画过程中自动的生成纹理贴图。-OpenGL papers. This paper presents a use of a smaller storage space and computing time, implementation in a large area grid data dynamic texture pas
avatar_chat
- 化身聊天-开放源码 --- --- --- --- --- --- -- 有兴趣的人士开放源码的ISO三维头像聊天引擎?这是一个非常简单的一个工作与PHP脚本和一个文本文件在服务器端,但也许是有益的。 随意更改/扩展代码-它是开放源码 --------------------------------------- To fix the server issue, add the following directly under the leaveroom functi
opengl_program_basic
- opengl编程基础一书的源代码。作者作者:(美国)(Edward Angel)安吉尔 译者:段菲 完整、详细介绍基本的OpenGL函数和命令,便于读者快速查找 从非数学角度介绍如何进行OpenGL程序设计,有利于读者迅速入门 各章提供可运行的范例,有助于读者理解和应用OpenGL函数 -opengl programming based on the book' s source code. Author Author: (United States) (Edward An
SmallHouse11
- 基于vc++的OpenGL应用,需要安装OpenGL sdk,按w、a、s、d实现漫游功能,鼠标控制视角的转换,程序中画了一个简单的小房子模型-Vc++ based on the OpenGL application, need to install OpenGL sdk, according to w, a, s, d to achieve roaming function, the mouse control the angle of the conversion, process of p
robot_figurerotation
- 这是一个关于opengl开发的robot,主要功能是描述rotation,这个机器人的上臂,小臂,手这个关节都能rotate。非常有趣!-This is an on opengl development of robot, the main function is to describe the rotation, the robot' s upper arm, forearm, hand the joints can rotate. Very interesting!
proj2_luw4
- Second project in graphics course. Still very simple, but this time is creating 3D objects, and very simple rotation using GL function, which is actually just stack manipulation. 3D objects drawn are not using GL function, but my own code, there s ma
OpenGL-tutors
- Nate Robin的OpenGL教程程序代码,它允许用户修改函数参数,以交互方式观察代码效果。包括坐标\模型变换、光照、雾和纹理,它们具有可移植性,并且使用了GLUT。-Nate Robin' s OpenGL tutorial code, which allows the user to modify the function parameters to interactively observe the code in effect. Including coordinate \ m
StarRunApplication
- 通过opengl函数实现地球,太阳,月球之间公转,自转,以及对于地球的纹理映射,并实现了太阳为点光源,地球和月球的阴影效果-Through the OpenGL function to achieve the earth, the sun, the moon s rotation, and between, to the earth texture mapping, and the realization of the sun as a point light source, the ear
opengl-chongzi-lookat
- 功能为视角变化,漫游以及自动镜头。控制为键盘控制,q,w,e,a,s,d,p,等功能键-Function as the viewing angle changes, roaming and automatic lens. Control for keyboard control, q, W, E, A, S, D, p, and other function keys
VTKTest
- 这是一个VTK的简单例子,测试VTK是否安装正确,里面的功能比较简单(It is a example of VTK to test the installation of VTK ,but it 's function is simple)