搜索资源列表
Opengl sample
- 这个是使用VC实现的OPENGL建模,并实时渲染的好实例。其中包含全部源代码和实例。其功能类似3DMAX,可以建立各种模型和贴图。-this is the use of the VC OpenGL modeling, and real-time rendering a good example. Which includes all source code and examples. 3DMAX similar functions, the establishment of various mo
虚拟地形建模
- 基于VC++6.0和OPenGL实现的读取DEM数据显示地形!并读取3ds模型,然后经设置!导成自己的数据格式实现虚拟环境的构建和显示。里面还带有一个精彩的建模平台-Based on VC 6.0 and OpenGL achieve read DEM data show terrain! 3ds model and read and then set up! Introduction into the data format of the virtual environment to buil
3DOpenGLBolt
- MFC下,在对话框的ListView控件内用OpenGL绘制一个螺栓,主要介绍MFC下进行OpenGL建模的情况,适合于新手上路。-MFC, in the ListView Control dialog with OpenGL rendering within a bolt, MFC introduced under OpenGL modeling, suitable for novice road.
OpenGLDevelopManual
- opengl开发指南,游戏开发者必备之开发指南,共包含十七章:第一章 OpenGL与三维图形世界,第二章 OpenGL概念建立,第三章 Windows NT环境下的OpenGL, 第四章 OpenGL基本程序结构, 第五章 OpenGL数据类型和函数名,第六章 OpenGL辅助库的基本使用,第七章 OpenGL建模,第八章 OpenGL变换,第九章 OpenGL颜色,第十章 OpenGL光照,第十一章 OpenGL位图和图像,第十二章 OpenGL纹理,第十三章 OpenGL复杂物体建模,第十
OpenGL
- 在三维绘图蓬勃发展的过程中,计算机公司推出了大量的三维绘图软件包。其中SGI公司推出的OpenGL,作为一个性能优越的图形应用程序设计界面(API)异军突起,取得了很大的成就。它以高性能的交互式三维图形建模能力和易于编程开发,得到了Microsoft、IBM、DEC、Sun、HP等大公司的认同。因此,OpenGL已经成为一种三维图形开发标准,是从事三维图形开发工作的必要工具。
OpenGL
- 主要讲解怎样在VC环境下怎么进行图形建模
OpenGL_VCNET
- OpenGL建模技术在VC^++.NET环境下的实现方法研究.pdf
OpenGLguide
- opengl开发指南,讲解opengl建模,变换,颜色,光照,纹理,效果处理等基础知识。
opengl机器人显示
- 用opengl在MFC中实现机器人建模及显示
利用OpenGL实现三维绘图
- 在三维绘图蓬勃发展的过程中,计算机公司推出了大量的三维绘图软件包。其中SGI公司推出的OpenGL,作为一个性能优越的图形应用程序设计界面(API)异军突起,取得了很大的成就。它以高性能的交互式三维图形建模能力和易于编程开发,得到了Microsoft、IBM、DEC、Sun、HP等大公司的认同。因此,OpenGL已经成为一种三维图形开发标准,是从事三维图形开发工作的必要工具
在VC++中使用OpenGL绘制典型曲面
- 基本几何图元是OpenGL进行建模的最基本的方法,但其对较复杂真实物体的建模则比较困难。对于这些复杂物体的建模,需要用到OpenGL基本库和功能库函数(gl库和glu库)以对图元进行扩展并完成法向计算、曲线生成和曲面构造等内容。这种对基本图元的扩展实际也就是对点、线及多边形的扩展。OpenGL中定义的点可具有不同大小的尺寸,其扩展的函数形式为:
openGL_EXP 利用OpenGL画的一辆坦克
- 利用OpenGL画的一辆坦克,这是一个期末的实验成果,实现了层级建模,光源,相对交互运动,以及纹理等实验要求。 程序代码清晰,适合初学者模仿和学习使用。-Use OpenGL drawing of a tank, this is a final experimental results achieved level modeling, light, relative cross motion, and texture experiments. Code clarity, suitable
vc下OpenGL的三维建模
- vc下OpenGL的三维建模,实现飞机、火箭和雷达的模型-vc under OpenGL three-dimensional modeling, the realization of the aircraft, rockets and radar model
OpenGL
- OpenGL基础知识文档资料,讲解颜色,灯光,纹理,建模,特殊光处理等。-Basic knowledge of OpenGL documentation to explain the color, lighting, texture, modeling, special treatment, such as light.
OpenGL(1)
- openGL 实例教程 一些建模用的函数,旋转,画图,贴图,实例-cotty
OpenGL_modeling_technology
- OpenGL建模技术在C_中的实现,经典文章-OpenGL modeling technology in the realization of C_
1921682998200746114279655678
- OpenGL基础图形编程、讲述了OpenGL的基本程序结构,以及OPenGL建模,变换,颜色,光照,位图和图像,纹理,复杂物体建模,特殊光处理,效果处理,显示列表,帧缓存和动画 -OpenGL graphical programming based on
OpenGLebook
- openGL为open Granphic Labrary的简称。主要用于三维建模所用,用C++代码所写。-openGL is referred to as the open Granphic Labrary. Mainly used for three-dimensional modeling using C++ code written.
Opengl_GEARS
- Opengl建模,利用Opengl建立齿轮模型,并响应鼠标动作。是VC下Console程序。-Opengl modeling, using Opengl build gear models, and respond to mouse movements. Is a VC under the Console program.
机器人自动建模与智能轨迹规划离线仿真软件(1)
- RobotSim采用VS2005 VC++开发,结合OPENGL实现了一款专门对应臂式机器人的轨迹规划仿真和控制软件。该软件能提供任意3到6自由度臂式机器人的三维空间自动建模功能,同时能生成机器人正运动学(正解)和机器人逆运动学(逆解)。机器人DH参数可由用户配置和修改,并可保存成对应的机器人配置文件,形成机器人类型库,方便后续再次使用。RobotSim是一款适合3到6自由度臂式机器人的建模和轨迹仿真及控制的学习软件。(robot sim is a software base on vc++ d