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

搜索资源列表

  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
    • 文件大小:443390
    • 提供者:刘玉文
  1. pick

    0下载:
  2. osg的一个例子,有obuil开发,能够点选物体,通过选择坐标轴对物体进行操作。使用起来非常方便。 -osg an example, there are obuil development, be able to click on objects, by selecting the axis to operate on the objects. Very convenient to use.
  3. 所属分类:3D Graphic

    • 发布日期:2017-06-09
    • 文件大小:16570701
    • 提供者:henry
  1. MouseSelect

    0下载:
  2. VTK实现的鼠标拾取三位坐标点,对学习VTK的朋友应该有用-VTK to achieve the three coordinates of the mouse pick up point, a friend of the study should be useful VTK
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-24
    • 文件大小:2561
    • 提供者:Rocky
  1. NA_3_02

    3下载:
  2. For solving the following problem: "There is No Free Lunch" Time Limit: 1 Second Memory Limit: 32768 KB One day, CYJJ found an interesting piece of commercial from newspaper: the Cyber-restaurant was offering a kind of "Lunch Special" whi
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:879
    • 提供者:anthony chan
  1. Pick

    0下载:
  2. opengl 实现交互操作,效果很不错-opengl to achieve interoperability, the effect is pretty good
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:7530
    • 提供者:李述清
  1. Pick

    0下载:
  2. 3D游戏程序设计入门15章源码-拾取效果-Introduction to 3D game programming source Chapter 15- pick up the effect of
  3. 所属分类:Game Program

    • 发布日期:2017-03-28
    • 文件大小:9150
    • 提供者:richard
  1. MyPick2

    0下载:
  2. opengl中关于拾取感兴趣区域的程序2.-opengl in the region of interest on the pick-up procedures 2.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-15
    • 文件大小:39906
    • 提供者:ml
  1. OpenGL-examples-pick-up

    0下载:
  2. OpenGL拾取例子[太阳系]\鼠标进行拾取-OpenGL picking examples [system] \ mouse to pick up
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:875211
    • 提供者:lingenghao
  1. Pick

    0下载:
  2. 本程序主要介绍对象捕捉的编程技术,涉及关键技术有鼠标拾取处理和建立名字堆栈.-Introduce the main object of this procedure to capture programming technology, key technologies related to treatment and has set up a mouse pick up the name of the stack.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:3302645
    • 提供者:Halona
  1. Pick

    0下载:
  2. 一个拾取的d3d例子,简单易学 一个拾取的d3d例子,简单易学
  3. 所属分类:DirextX

    • 发布日期:2017-03-31
    • 文件大小:17780
    • 提供者:qican110
  1. Picking

    0下载:
  2. 思路: 场景中的每个mesh关联到一个唯一的COLOR值。 Pick检测时, 将当前场景渲染到纹理, (在PS中各mesh仅用自己的关键COLOR),即刻取回当前鼠标的位置的COLOR, 查找COLOR就可以知道当前被Pick的Mesh。 使用Render To Texture 的快速Picking, 无需锁住Vertex Buffer进行三角面和射线的相交测试, 仅在读取数据的时候锁住纹理的一个相素, 但是显卡要支持Render To Texture,纹理尺寸必须支持非2的n次方,D3DF
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-19
    • 文件大小:5326147
    • 提供者:Jun Qian
  1. pick

    0下载:
  2. 本例子是实现了简单的拾取功能,实现了简单的拾取碰撞,这可称为射击游戏子弹碰撞的基础-This example is a simple pick-up function, the realization of a simple collision of the pickup, which can be described as a bullet shooting game based on collision
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-15
    • 文件大小:3901776
    • 提供者:易靖涛
  1. pick

    0下载:
  2. example to pick in a space. Uses mouse functions
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:1264219
    • 提供者:sid
  1. pick

    0下载:
  2. openGL拾取实现 非常好,分享了,希望对大家有用-OpenGL pick up goog great
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:1340
    • 提供者:bluesky
  1. WVPick

    0下载:
  2. For Delphi: This sample is based on MS DirectX SDK Pick sample demostrating how to "Pick" what triangle is pointed by mouse pointer on rotating object. This sample goes further so object is rotated by both WORLD and VIEW matrices (in original sample
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:94790
    • 提供者:hfTam
  1. Pick

    0下载:
  2. 使用D3D实现的拾取代码,用最简洁的方法实现了拾取运算,并且封装了类。如果有其他用途,直接可以拿这个类去使用。-The use of D3D implementation pickup code, using the most simple way to achieve a pick-up operation, and the packaging of the class. If there are other uses, you can directly take the class to u
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-27
    • 文件大小:10494157
    • 提供者:史泽寰
  1. Pick

    0下载:
  2. 图像拾取程序,简单的实现了图像目标的拾取,使用directx编写-Image pickup process, the simple goal of achieving a pickup image, use directx write
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-09
    • 文件大小:2190734
    • 提供者:Leno
  1. pick

    0下载:
  2. 一个有关三维拾取的文档,通过它我们可以很好地了解三维拾取的知识-A three-dimensional pick up the document, through which we can pick up a good understanding of the knowledge of three-dimensional
  3. 所属分类:Document

    • 发布日期:2017-03-31
    • 文件大小:55845
    • 提供者:libowen
  1. Directx9_ObjectPicking

    0下载:
  2. Demonstration of how to pick object in a Directx 9 3d application window. Can be used to select object in a realtime virtual environment.
  3. 所属分类:DirextX

    • 发布日期:2017-03-30
    • 文件大小:355313
    • 提供者:peterpan
  1. Pick-clever

    0下载:
  2. 双色球选号聪明组合手册,可以帮助你提高双色球的中奖率哟-Pick clever combination of two color manual can help you improve your winning rate of two color yo
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-19
    • 文件大小:5436049
    • 提供者:秦伟
« 12 3 4 5 6 7 8 9 10 ... 43 »
搜珍网 www.dssz.com