CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 模型 鼠标

搜索资源列表

  1. 3DBall

    1下载:
  2. DirectX 3d 演示,一个茶壶的3D模型,可以鼠标控制旋转-DirectX 3d presentation, a 3D model of teapots, mouse control rotation
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:165kb
    • 提供者:诸葛
  1. DNA

    0下载:
  2. DNA的模型。鼠标的左键,中键,右键 可以变速-DNA model. The mouse button, button, right-can speed
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:8.41kb
    • 提供者:fancy
  1. 3DMOdel

    0下载:
  2. 利用VC++ 和OpenGL开发的可以通过鼠标的操作进行自由旋转的3D模型。-VC and OpenGL development of the mouse can operate freely rotating 3D models.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:37.06kb
    • 提供者:刘睿
  1. openglMouse

    1下载:
  2. 基于opengl的三维模型鼠标控制,使用时点击鼠标右键,即可对模型操作。-opengl on the 3D model mouse control, use it with the right mouse button, can operate on the model.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:8.05kb
    • 提供者:付金
  1. 响应鼠标 双视口 剪切板

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

    • 发布日期:2008-10-13
    • 文件大小:132.91kb
    • 提供者:张珊
  1. 一个茶壶的3D模型

    0下载:
  2. directX 3d 演示,一个茶壶的3D模型,可以鼠标控制旋转
  3. 所属分类:图形图象

    • 发布日期:2010-06-15
    • 文件大小:5.32kb
    • 提供者:bamboobee
  1. wrl_viewer.rar

    1下载:
  2. 可以实现wrl格式的三维模型输入,并且实现多种功能的显示,用户可以用鼠标键盘与各个模型进行交互,Wrl format can achieve three-dimensional model of input, and achieve multi-functional display, the user can use the mouse to the keyboard to interact with various model
  3. 所属分类:3D Graphic

    • 发布日期:2015-04-26
    • 文件大小:699.44kb
    • 提供者:zhuhui
  1. Pick.rar

    0下载:
  2. 鼠标的射线拾取功能,在模型的不同位置,拾取相对应的模型三角形;有注释,Pick up the mouse-ray features, the different locations in the model, pick up the model that corresponds to the triangle annotated
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:433kb
    • 提供者:刘玉文
  1. OpenGL-solidmodel-code

    0下载:
  2. 利用GLUT提供的9种三维实体分别绘制圆锥体、四面体、正方体、正十二面体、正二十面体、正八面体、球体、圆球体和茶壶模型,并应用鼠标交互菜单实现实体图和线框图之间的切换。-9 provided by GLUT were drawn three-dimensional solid cone, tetrahedron, cube, dodecahedron, icosahedron, octahedron, sphere, spherical body and the teapot model, an
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:6.59kb
    • 提供者:
  1. testball

    0下载:
  2. OpenGL,地球模型,纹理加载,虚拟跟踪球的实现-OpenGL, the Earth model, texture loading, the realization of a virtual tracking ball
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-15
    • 文件大小:3.49mb
    • 提供者:Fang Xiaojian
  1. OpenGL

    3下载:
  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 accuracy of the model light and
  3. 所属分类:OpenGL

    • 发布日期:2013-07-17
    • 文件大小:465.76kb
    • 提供者:leicky
  1. BWorld1.63

    0下载:
  2. 运用vs2003独立设计与开发DirectX9.0的项目<奇异世界>,耗时20天。采用外部3D模型,通过键盘和鼠标的控制来实现主角移动和攻击敌人。编写了敌人运动和攻击的逻辑,设计了主线任务,还有一些技能,吃药特效等,通过读取外部文件的形式来加载和初始化人物和怪物。通过设计的界面类来分别控制和转换各种游戏状态画面。-VS2003 use of independent design and development projects DirectX9.0
  3. 所属分类:DirextX

    • 发布日期:2017-05-26
    • 文件大小:8.13mb
    • 提供者:
  1. KeyandMouseControl

    1下载:
  2. opengl下的点云显示 及鼠标键盘模型操作-opengl under the point cloud model shows the keyboard and mouse operation
  3. 所属分类:OpenGL program

    • 发布日期:2017-02-24
    • 文件大小:101.46kb
    • 提供者:huscar
  1. OpenGLClipCap

    0下载:
  2. OpenGL为裁减面加盖 使用stencil buffer对模型进行加盖 对裁减面进行加盖的功能,网上例子不多,本例代码简单,很容易明白原理 使用glut,把相h, lib, dll都放到文件夹内,vs2003直接编译通过 操作方法: 鼠标左键旋转模型 鼠标右键移动平面 o键切换模型 s键可以把stencil buffer中内容存成bmp,有助于理解-opengl clip capping, use stencil buffer to add a cap f
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-27
    • 文件大小:104.67kb
    • 提供者:larrow
  1. F16

    1下载:
  2. 用c++做的F16飞机模型 用鼠标可动的。不错-C++ to do with the F16 aircraft model can be moved with the mouse. Good
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:210.92kb
    • 提供者:
  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. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:1.68mb
    • 提供者:yxh
  1. Opengl_GEARS

    0下载:
  2. Opengl建模,利用Opengl建立齿轮模型,并响应鼠标动作。是VC下Console程序。-Opengl modeling, using Opengl build gear models, and respond to mouse movements. Is a VC under the Console program.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:258.71kb
    • 提供者:和尚
  1. MyOpenGL

    0下载:
  2. OpenGL模拟的一个3维空间模型,VC++源码实现,一个模拟的3维视图,随着鼠标移动会改变视图,VC++6下可直接编译代码,仅此参考。 -OpenGL 3-D simulation of a space model, VC++ source code implementation, a simulated three-dimensional view, with the mouse will change the view, VC++6 compiler directly under th
  3. 所属分类:Graph program

    • 发布日期:2017-05-02
    • 文件大小:598.33kb
    • 提供者:林涵
  1. activeContoursSnakesDemo

    0下载:
  2. 本演示实现了主动轮廓模型由Kass等人提出。 要运行它的图形用户界面 1。基于MATLAB型引导提示。 2。关于“到现有的图形用户界面,点击” 3。选择在与本文件相同的目录snk.fig文件 4。按一下上方的绿色箭头启动图形界面 一旦GUI已经启动,您可以通过使用蛇 1。点击“新形象”,并加载输入图像。提供的样品图像。 2。平滑参数设置“西格玛”或保留其默认值并点击“过滤器”。这将平滑图像。 3。只要你点击“过滤器”,头发会出现交叉
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:326.37kb
    • 提供者:zhou
  1. mouse

    0下载:
  2. 在BorlandC3.1环境下实现鼠标的建立,其中,可以改变主函数中Cursor二维数组的鼠标数字模型,来创建其他的鼠标形状(In the BorlandC3.1 environment to achieve the establishment of the mouse, which can change the main function of the Cursor two-dimensional array of mouse digital models, to create other m
  3. 所属分类:其他

« 12 3 4 5 6 7 »
搜珍网 www.dssz.com