搜索资源列表

  1. lesson48

    0下载:
  2. OpenGL代码,NEHE的。 实现用鼠标旋转选中的球体的功能。-OpenGL code, the NEHE. Achieving selected with the mouse rotating spherical functions.
  3. 所属分类:OpenGL

    • 发布日期:2024-06-06
    • 文件大小:37888
    • 提供者:毛慧明
  1. Static_OpenGL_Transprent

    0下载:
  2. 一个扩展CStatic类的OpenGL图像处理显示类。该类可以很容易移植在对话框中用于三维图像处理,并且可以支持鼠标旋转、平移、缩放模型。功能强大。-an expansion of the category CStatic OpenGL display image processing category. These can be easily transplanted in the dialog box for three-dimen
  3. 所属分类:OpenGL

    • 发布日期:2024-06-06
    • 文件大小:109568
    • 提供者:郑明
  1. VC结合OpenGL绘制效果图

    0下载:
  2. 利用visual c++开发OpenGL绘制三维效果图在此利用OpenGl辅助库函数绘制球体并添加鼠标操作旋转球体以及背景物体等等的颜色改变处-use visual development OpenGL 3D map drawn in the use of library functions OpenGl assisted mapping ball and add mouse operation rotating spherical o
  3. 所属分类:OpenGL

    • 发布日期:2024-06-06
    • 文件大小:55296
    • 提供者:张三
  1. 响应鼠标 双视口

    0下载:
  2. opengl单文档结构程序,相应鼠标,可以自由旋转,左右两个视口。-opengl single file structures procedures, the corresponding mouse, free rotation, as about two mouth.
  3. 所属分类:OpenGL

    • 发布日期:2024-06-06
    • 文件大小:134144
    • 提供者:张珊
  1. 响应鼠标 双视口 剪切板

    0下载:
  2. opengl自建模型,单文档结构,右键控制剪切板位置clip,左键控制旋转。-opengl self model, single-file structures, right location clip Shear panel control, rotary control button.
  3. 所属分类:OpenGL

    • 发布日期:2024-06-06
    • 文件大小:136192
    • 提供者:张珊
  1. glMultiview

    0下载:
  2. 多角度观察的例子源代码。使用鼠标旋转图形。(By GLUT)-This is simple code about OpenGL which used glut library! It can circumrotate the graphics!
  3. 所属分类:OpenGL

    • 发布日期:2024-06-06
    • 文件大小:18432
    • 提供者:
  1. Surface.2000.6.5

    0下载:
  2. 用OpenGL实现鼠标控制三维坐标及其上曲面的空间旋转,可以作为编程人员的参考 -use OpenGL 3D coordinates of the mouse and the control surfaces on the space rotation, as a reference Programming
  3. 所属分类:OpenGL

    • 发布日期:2024-06-06
    • 文件大小:299008
    • 提供者:肖永飞
  1. ogl_frustum_culling

    0下载:
  2. 使用vc编写的opengl程序,模拟粒子系统。 可以只用鼠标旋转,整体旋转-use opengl vc prepared by the procedure, simulated particle system. The mouse can only rotation, the overall rotation
  3. 所属分类:OpenGL

    • 发布日期:2024-06-06
    • 文件大小:76800
    • 提供者:
  1. 旋转透明立方体

    0下载:
  2. 在vc++中基于建立旋转透明立方体可用鼠标拖动进行旋转是初学者的入门的好例子-vc Based on the establishment of a transparent cube rotation can be used for rotating the mouse drag beginners entry is a good example
  3. 所属分类:OpenGL

    • 发布日期:2024-06-06
    • 文件大小:55296
    • 提供者:梁风
  1. opengldemo1

    0下载:
  2. 用Vc++编写的例子,在对话框中使用OpenGL,可用鼠标旋转。包括渲染和纹理操作。-Vc prepared with examples of the dialog box uses OpenGL available mouse rotation. Including rendering and texture operations.
  3. 所属分类:OpenGL

    • 发布日期:2024-06-06
    • 文件大小:1498112
    • 提供者:gwq
  1. myFrameWork

    0下载:
  2. OPENGL中用响应鼠标、键盘消息的例程,可用鼠标和键盘来控制场景中的图形旋转、平移操作。-OpenGL used to respond to the mouse, keyboard news routines, mouse and keyboard can be used to control the graphic scenes rotation, translation operation.
  3. 所属分类:OpenGL

    • 发布日期:2024-06-06
    • 文件大小:75776
    • 提供者:康宋章
  1. Tutorial_6_-_Keyboard_and_Mouse_Control

    0下载:
  2. opengl 鼠标和键盘操作,旋转图形,是个很不错的范例.-opengl mouse and keyboard operation, rotating graphics, is a very good example.
  3. 所属分类:OpenGL

    • 发布日期:2024-06-06
    • 文件大小:27648
    • 提供者:张林
  1. OpenGL--translate

    0下载:
  2. 通过鼠标左键+ctrl实现了对opengl对象的各种变换,缩放,平移,旋转-Through the left mouse button+ Ctrl realize opengl objects on a variety of transformation, zoom, pan, rotate
  3. 所属分类:OpenGL

    • 发布日期:2024-06-06
    • 文件大小:4096
    • 提供者:huyan
  1. OpenGL-VRML-viewer

    1下载:
  2. 使用OpenGL和MFC实现一个VRML浏览器,在这里你将学到:如何读取展示VRML文件、使用OpenGL显示、实现鼠标交互(可以通过鼠标操作来旋转图形)-Using OpenGL and MFC realize a VRML browser, where you will learn: How to read the display VRML file, use the OpenGL display, realize mouse in
  3. 所属分类:3D图形编程

    • 发布日期:2024-06-06
    • 文件大小:1192960
    • 提供者:莫友影
  1. view2

    0下载:
  2. 一个实现 鼠标移动模型,旋转模型的例子 对 Opengl初学者来说 有很好的 bangzhu-Realize a mouse model, rotate the model example of opengl has a very good beginners bangzhu
  3. 所属分类:OpenGL

    • 发布日期:2024-06-06
    • 文件大小:111616
    • 提供者:Owen
  1. OpenGL

    0下载:
  2. 利用OpenGL、VC++编写的C++,三维点云处理程序,对于学习图形学、C++、OpenGL、文件读写很有帮助,是一个三维软件公司编写代码一部分,尤其是OpenGL库文件相当管用。 有两个数据文件 鼠标默认操作:具体还在头文件中 中键拖动 旋转 中键+Ctrl 平移 中键+Shift 面旋 滚轮滚动 缩放 中键+Ctrl + Shift 局部放大-The use of OpenGL, VC++ to prepare the C++,
  3. 所属分类:OpenGL

    • 发布日期:2024-06-06
    • 文件大小:1081344
    • 提供者:刘洋
  1. 3DmodelDisplayTool(OpenGL)

    0下载:
  2. 基于OpenGL的三维模型显示工具,支持鼠标操作,放大缩小、旋转、平移等-The 3D model based on the OpenGL display tool,and it supports the mouse to zoom, rotate, translation, etc.
  3. 所属分类:图形图象

    • 发布日期:2024-06-06
    • 文件大小:1764352
    • 提供者:yxh
  1. OpenGL

    0下载:
  2. 个人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 a
  3. 所属分类:OpenGL

    • 发布日期:2024-06-06
    • 文件大小:477184
    • 提供者:leicky
  1. cube

    0下载:
  2. opengl画立方体,有一定的交互性,可用鼠标控制旋转-opengl draw cube, a certain interaction, the mouse can control the rotation
  3. 所属分类:OpenGL

    • 发布日期:2024-06-06
    • 文件大小:1024
    • 提供者:wy
  1. openGL鼠标操作和字符键盘操作

    0下载:
  2. 立方体鼠标旋转操作,附带一个键盘操作小游戏(openGL operation with mouth and keyboard)
  3. 所属分类:OpenGL

    • 发布日期:2024-06-06
    • 文件大小:13312
    • 提供者:傻瓜盟主
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org