搜索资源列表
NeheGL_Glut.rar
- opengl一个用鼠标控制旋转的立方体,有纹理贴图,并加入了光照-opengl rotation of a cube with the mouse control, a texture mapping, and joined the light
lesson48
- OpenGL代码,NEHE的。 实现用鼠标旋转选中的球体的功能。-OpenGL code, the NEHE. Achieving selected with the mouse rotating spherical functions.
2006010511
- dda、bresenham 画直线 ,bresenham 画圆 ,填充算法,几何变换(平移、缩放、旋转等), 小型绘图软件(用鼠标绘制直线、矩形、多边形、圆、填充、平移)-dda, bresenham painting straight bresenham Circle, filling algorithm, Geometric Transformations (translation, scaling, rotating, etc.), small graphics software (u
opengldemo1
- 用Vc++编写的例子,在对话框中使用OpenGL,可用鼠标旋转。包括渲染和纹理操作。-Vc prepared with examples of the dialog box uses OpenGL available mouse rotation. Including rendering and texture operations.
Cylinder
- 利用VTK绘制了一个六棱柱,用鼠标左键按住,可使实体进行旋转渲染。-use VTK drawing a six prism, with the left mouse button press will enable entities rotation exaggerated.
cubeMouse
- 用鼠标左键控制立方体的旋转,右键单击移动立方体,压下滚轮实现放大缩小立方体。Using mouse left button directed the cube,right button translate cube, middle button zoom in or zoom out it.
opengl2Example
- 两个OpengGL例程。一个是着色,另一个是旋转,只是用鼠标与arcball你可以做到这一点。可将arcball加入到你自己的项目。
MyMDOpenGL
- 基于opengl的可以用鼠标进行控制旋转的一个三维的坐标.
open-gl
- 利用OpenGL来绘图的一个例子,画了一个可以用鼠标旋转的立方体!!vs2003环境
径向基函数插值可视化
- 用OPENGL的简化版本glut 3.7 开发的径向基函数插值可视化三维图面旋转。用到了鼠标球追踪技术,径向基函数插值 压缩包下,data.txt为三维图形高度的值,ThreaD.cpp是源程序。Debug里面有在配置glut32.dll后可以运行的程序。其中glut-3.7.6.bin是glut包。如何配置请看里面的说明。如果,你对opengl有兴趣,那么这个是学习opngl的基础
TeaRotate
- 在OpenGL中可以绕任意轴旋转的茶壶,也可以用鼠标操作!-In OpenGL, you can rotate the teapot around an arbitrary axis, you can also use the mouse!
trackball
- OpenGL中 鼠标模拟跟踪球。 我们用鼠标模拟无摩擦(理想)跟踪球 • 一旦开始旋转,就会一直旋转,除非强迫停止-OpenGL simulation of tracking the ball in the mouse. We use mouse emulation without friction (ideally) to track the ball • Once rotated, they will have been rotated, unless forc
pp
- 是一个opengl实例,可以用鼠标控制球体的旋转,可以设置球体的大小,形状,等等。-Is a opengl examples, can use the mouse to control the ball rotation, can set the spheres of size, shape, etc.
trackball
- opengl C++ 鼠标模拟轨迹球操作旋转立方体,供初学者学习之用。-opengl C++ mouse trackball operation rotating cube simulation for beginners learning.
OpenGL
- 个人OpenGL图形学大作业,用MFC界面显示stl三角网格模型,并进行区域填色。支持鼠标拖拽旋转缩放和模型的精度调节光照等。-Great job my OpenGL graphics, screen display with MFC stl triangular mesh model, and the area fills. Support for zoom and rotate the mouse drag adjustment accuracy of the model light and
earth
- 一个拥有动态光照的地球,可以用鼠标旋转交互,使用cg.-A dynamic illumination of the Earth, you can spin interaction with the mouse, use cg.
jingxiangjihanshuchazhi
- 用glut做的鼠标球追踪三维旋转。包含可执行的exe。单是需要安装glut包.其中三维图形插值,基于径向基函数插值来做的。-Programming wiht glut and rotate 3d data.
OpenGL
- 在三维应用环境中,旋转轴的准确表示是正确实现三维旋转的关键。通过将鼠标位置的 二维变化转换为一个辅助坐标系中的三雏旋转轴和旋转角度,进一步得到了该轴在世界坐标系下的 表示,并采用绕旋转轴反向旋转观察点的方法在OpenGL中实现了用鼠标交互式任意旋转三维场景 的功能。-In the three-dimensional environments, the axis of rotation to achieve accurate three-dimensional rotation th
CG_exp2
- 这是一个从文件中读入顶点和三角形信息,做出三维图形,并且同时用鼠标和键盘实现了缩放,旋转,平移等基本操作,是用opengl进行三维作图,实现键盘鼠标交互的一个不错例子-This is a read from a file vertex and triangle information, making three-dimensional graphics, and also with the mouse and keyboard to achieve the zoom, rotation, tra
arcball
- OpenGL绘制会旋转的球体.采用的是C#编程,结合OpenGL,非常经典,可以用鼠标旋转。-OpenGL board rotation CSharp.It is a very good example.