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

搜索资源列表

  1. GLtry

    0下载:
  2. OpenGL例程,可以通过鼠标把图形移动到指定的位置,也可以通过菜单来控制-OpenGL routines can be put through mouse mobile graphics to a specific location can be controlled through a menu
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:47371
    • 提供者:王瑜
  1. MoFang.java

    1下载:
  2. 本程序为放出的测试用魔方(MoFang.java),包含所有的核心代码及注释,调试,测试代码。你可以用鼠标转动魔方,用键盘上的方向键移动魔方位置,除此以外,代码中还有大量功能,如智能搜索求解魔方,目前正在制作图形控制界面,也可用于applet嵌入网页中,Frame,也可做成java bean组件,有java bean需要的,请与作者本人联系。   2,先双击运行Java 3D for Windows (OpenGL Version) SDK for the JDK (includes Run
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:13583
    • 提供者:秦元庆
  1. bizier

    0下载:
  2. 用C++实现绘制3次BIZIER曲线,实现用鼠标确定插入点的位置
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1310
    • 提供者:王路
  1. conrrolcamera

    0下载:
  2. 利用鼠标移动控制视角,场位置.再现相机效果.目标物为一简易建筑,添加了砖纹理效果
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:154238
    • 提供者:xinxin
  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
    • 文件大小:136101
    • 提供者:张珊
  1. 球和立方体

    0下载:
  2. 一个简单的OPENGL画球和立方体的程序。用鼠标拖动可以在视图上画出相应大小的球和立方体,并在树型列表中显示个数和名称。并与视图中的球和立方体相关联。能在视图中改变位置和大小。-a simple OpenGL ball and cube painting process. Drag the mouse can be used in the corresponding view on the size of a paint ball and cube and the tree list shows
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:99303
    • 提供者:ll
  1. waterwave

    0下载:
  2. opengl实现的水波纹的效果,点击鼠标的位置就会出现水波纹的效果,仿真性很强-opengl realize the water ripple effect, click the mouse' s position appears water ripple effect, simulation very
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-08
    • 文件大小:1813496
    • 提供者:歪歪
  1. B_

    4下载:
  2. 1. 用鼠标拖动输入的点做为控制顶点,生成一条B-样条曲线,显示控制顶点和多边形。用鼠标Pick曲线上任意一点,移动鼠标到新位置改变曲线形状。 2. 用鼠标输入一组数据点,插值生成一条B-样条曲线-1 with the mouse to drag the input points as control vertices to generate a B-spline curves, showing the control points and polygons. Pick the curve
  3. 所属分类:OpenGL program

    • 发布日期:2015-06-21
    • 文件大小:3513344
    • 提供者:fangjuan
  1. OpenGLSYSTEM

    0下载:
  2. OpenGL三维可视化系统,可实时显示位置坐标。-OpenGL 3D visualization system, real-time display position coordinates.
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-20
    • 文件大小:35048003
    • 提供者:李健
  1. zuobiao

    1下载:
  2. 可以在窗口中显示当前鼠标坐标位置的opengl小程序-In the window shows the current location of the mouse coordinates opengl applets
  3. 所属分类:OpenGL

    • 发布日期:2017-04-09
    • 文件大小:1905
    • 提供者:yuanying
  1. Ball

    0下载:
  2. 自己编写的一个基于OpenGL的反弹球小程序,鼠标点击中间的小球可使其运动,并在盒子中反弹,根据点击位置的不同会有不同的运动轨迹。可通过键盘进行改变视角等操作,可作为OpenGL入门的参考-A OpenGL-based program, the bouncing ball. Click on the ball, and the ball will start moving, the path is based on the point you click. You can also change
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-23
    • 文件大小:16282
    • 提供者:Mohane
  1. OpenGL Robot

    1下载:
  2. OpenGL机器人: 带有光照效果,并可以通过键盘或鼠标来改变光源的位置; 用户可以通过键盘来旋转机器人的手臂或腿; -MFC under the framework of opengl robot, head, hands, feet can include the overall rotation, of course, light and color! ! ! ! !
  3. 所属分类:OpenGL

    • 发布日期:2013-07-01
    • 文件大小:2194995
    • 提供者:黄荣浩
  1. polygon

    0下载:
  2. 一个可以交互的OpenGL应用程序,支持用户利用鼠标创建和删除2维多边形对象。基本功能包括:支持用户利用鼠标指定各个顶点位置,创建多边形,支持用户选择一个多边形(与你的多边形保存的数据结构有关)并删除,设计一种数据结构存储每个多边形的顶点与边,支持文件存盘,支持用户选择多边形的颜色,支持用户移动多边形,支持用户改变多边形单个顶点的位置。-An interactive OpenGL application that allows users to use the mouse to create a
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-02
    • 文件大小:676326
    • 提供者:孙凯
  1. movelight

    0下载:
  2. 通过鼠标的点击移动光源位置,获得不同的光照效果-Through mouse clicks on the location of the mobile light source, to obtain different lighting effects
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-25
    • 文件大小:22075
    • 提供者:ariza
  1. MoveLight

    0下载:
  2. 光源的位置随着鼠标的单击在逐渐改变,从而图形的亮度改变-The location of the light source of the click with the mouse at the gradual changes in brightness in order to change the graphics
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-16
    • 文件大小:55661
    • 提供者:dongzhong
  1. robot

    0下载:
  2. 通过mfc制作的3d机械手臂,可以通过1-6不同数字键来移动或旋转手臂不同位置,通过q和e来左右移动屏幕,通过鼠标滑鼠来改变屏幕图像大小.-3d robot hand made by mfc. use 1-6 number to move or rotate different position of it, q and e to move the scene left or right, mouse slip to change the size of it
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-24
    • 文件大小:247717
    • 提供者:AliasX
  1. Teapot

    0下载:
  2. 功程序中已预设了多种颜色,通过单击键盘C键可以不断地改变茶壶的颜色;通过键盘的方向键可以调整光源的位置,左移光源,右移光源,上移光源,下移光源,从而改变茶壶的光影显示效果;单击键盘R键可使茶壶自动旋转,再次单击则停止旋转;在茶壶旋转过程中,可通 过X键,Y键,Z键来改变茶壶的旋转轴;按着鼠标左键不放,移动鼠标可以像Google Earth似的手动的地旋转茶壶;按着鼠标右键不放,向上移动鼠标可以使茶壶缩小,向下可以是茶壶变大;但茶壶不会变得过大或过小。-Power program has been
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-27
    • 文件大小:131636
    • 提供者:卢成彪
  1. OpenGL

    0下载:
  2. 在三维应用环境中,旋转轴的准确表示是正确实现三维旋转的关键。通过将鼠标位置的 二维变化转换为一个辅助坐标系中的三雏旋转轴和旋转角度,进一步得到了该轴在世界坐标系下的 表示,并采用绕旋转轴反向旋转观察点的方法在OpenGL中实现了用鼠标交互式任意旋转三维场景 的功能。-In the three-dimensional environments, the axis of rotation to achieve accurate three-dimensional rotation th
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-27
    • 文件大小:117591
    • 提供者:john
  1. a_Exp2

    0下载:
  2. 实现简单渲染,生成一个真实感三维物体.1,允许用户以鼠标位置指定光源位置.2,可以编辑,修改物体表面材质属性. 3,可以选择一副图像作为纹理贴到物体表面.-The realization of a simple rendering, to generate a realistic three-dimensional objects . 1, allows the user to specify the position of the light source . 2 the location
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:298626
    • 提供者:唐瑜玲
  1. 文本(2017-11-07 113444)

    0下载:
  2. gl绘制一条线段,可以更改颜色,位置,窗口大小(GL draws a line segment)
  3. 所属分类:OpenGL

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:15121564812
« 12 3 »
搜珍网 www.dssz.com