搜索资源列表
MatrixBible
- OpenGL中的各种转换是通过矩阵运算实现的,具体的说,就是当发出一个转换命令时,该命令会生成一个4X4阶的转换矩阵(OpenGL中的物体坐标一律采用齐次坐标,即(x, y, z, w),故所有变换矩阵都采用4X4矩阵),当前矩阵与这个转换矩阵相乘,从而生成新的当前矩阵。例如,对于顶点坐标v ,转换命令通常在顶点坐标命令之前发出,若当前矩阵为C,转换命令构成的矩阵为M,则发出转换命令后,生成的新的当前矩阵为CM,这个矩阵再乘以顶点坐标v,从而构成新的顶点坐标CMv。上述过程说明,程序中绘制顶点前
1111
- 里面有7本c++,mfc,opengl相关的电子书,都挺好的,我看了不错打个包大家来看看吧
Visual+C+++OpenGL应用程序开发
- OPENGL + VC 开发三维立体场景。多个例子,有源码,对于学习OPENGL有很大的指导意义和实践意义。
atom
- Atom model, OpenGl, VSC++ 6, C.
OpenGLSuperBible
- 该文档是英文原著的opengl文档,通过介绍c++语言来调用opengl函数来画3维动画-this document is the original doc for the opengl tecknolig
OpenGLMFCBeginner
- Visual C++ 6.0环境下的OpenGL编程 OpenGL简介 基础知识 -Visual C++ 6.0 environment the basics of OpenGL programming OpenGL Introduction
wxopengl_tut
- Tutorial Example Of C++ and Opengl
TeeChart
- TeeChart Pro VCL/CLX是支持Windows(Delphi、C++Builder、.NET)和Linux(Kylix/CLX)系统平台的图表制作组件群,TeeChart Pro ActiveX 不仅适用于前者,而且也能满足Visual Studio C++、Visual Studio.NET 和ASP等系统平台的需要。本书在介绍TeeChart基本功能的基础上,比较全面地讲述TeeChart序列、函数以及维护方法,图表组件群中的各组件功能与应用,各种图表工具的功能和使用技术,图表
OpenGL
- :以MOTOMAN—SV3X机器人为原型,针对遥操作虚拟预测环境建模的需要,首先将机器 人进行分解.在3DS MAX中建立各个局部几何模型,然后在Visual C-4--4-6.0环境下读取模型参 数。借助OpenGL图形库建立机器人及其工作环境的几何模型,并建立机器人运动的层次关系,实 现虚拟从机器人的平滑运动显示。最后,成功完成了虚拟环境中物体抓取的仿真实验。该方法将 3DS MAX的强大功能与OpenGL的灵活交互相结合,满足了虚拟预测环境建模的形象和逼真的要 求,缩短
three-dimensional-graphics
- 基于opengl绘图,c++源代码,立体三维图形绘制-Based on the opengl drawing, c++ the source code, and three-dimensional three-dimensional graphics rendering
3D-Game-Design
- 学习如何在OpenGL平台上利用C++编写一个完整的第一人称射击游戏程序,并实现保存进度,场景编辑等功能-Learning how to take advantage of the OpenGL platform C++ to write a first-person shooter game program and save progress, scene editing functions
3dtetris
- 3d titres .. c++ and opengl .. you need vp2010 or new one -3d titres .. c++ and opengl .. you need vp2010 or new one
nothing
- The main object of this program is that the students will able to learn how to create a cylinder and a parallelepiped using OpenGL functions. You can Download the Computer graphics lab Programs for VTU 6th sem computer science Google drive link.
Sierpinski
- this my first test which runs Sierpinski code. it s so easy and quick in c++ with opengl-this is my first test which runs Sierpinski code. it s so easy and quick in c++ with opengl
2
- source code for openGL C++ robot can dans
car-3d-by-me
- create 3d car in openGl c++
code-ping-pong
- small game openGL c++ ping pong
openGl-Robo-t
- small robot obenGL c++ but not complet