搜索资源列表
ColorPicker
- 一个不错的颜色拾取器-a good color for picking
GLSelection
- 在Visual C++环境下,利用OpenGL编写的图形拾取例子。-in Visual C circumstances, the use of OpenGL graphics prepared by picking examples.
getcolor
- 颜色拾取器,能拾取当前鼠标的网页所需要色彩值。非常好用,希望大家喜欢!-color picking device that can pick up the mouse's current website needed color value. Very good, hope you like them!
实例73_图形操作_旋转立方体
- 一个立方体,用鼠标拨动能旋转起来,摘于书籍的光盘,谢谢。-a cube, trying to use the mouse rotation, picking books in the CD, thank you.
ColorTake
- 颜色拾取定制编程示例代码ColorTake,获取窗口颜色-color picking Custom Programming ColorTake sample code, access window colors
颜色拾取器
- GET RGB 拾取任意屏幕上的颜色像术RGB的值。是我好几年前写的。虽然简单,但挺好用的 CTRL+d-GET picking arbitrary RGB color on the screen as with RGB values. It is a good few years ago I wrote. Although simple, but very good use of CTRL d
红宝书部分例子
- 本代码包含opengl红宝书部分例子,包括纹理、裁剪、拾取等例子。-the Red Treasure Book opengl code contains some examples, including texture, cutting, picking examples.
factory
- 一个农场,农场里种植了苹果,梨子,每一种水果由一名专门的园丁负责采摘,请用工厂模式对该农场进行表示,要求设计具有扩展性,扩展时不需要改变原有的代码,即农场中还可以增加其他的水果,但在增加是不需要改变农场原有的人员和水果的安排。-A farm, the farm planted apples, pears, each fruit by a dedicated gardener in charge of picking, please us
Themobilepickstherobotresearchpresentsituationandt
- 该文对移动式采摘机器人的研究现状进行综合, 提出目前采摘机器人技术发展中面临的技术难题及 相应的对策, 包括采用开放式控制系统。-The pick of mobile robot research synthesis, the picking robot technology development is currently facing technical problems and corresponding countermea
6
- 果蔬收获机器人是机器人技术在农业中的具体应用,基于避障的路径规划是果蔬收获机器人主要 的研究内容。由于农业机器人作业环境的复杂性和非结构性,神经网络籽是其重要的研究方法。为此,介 绍了神经网络的特点,重点分析了采用神经网络描述果蔬收获机器人工作环境的基本思路,最后给出了黄 瓜采摘机器人的具体分析实例,对农业机器人工作环境的描述具有较高的参考价值。-Fruit and vegetable harvesting robot is
picking
- picking example for opengl
paint
- Paint code in OpenGL using Picking
Picking
- 思路: 场景中的每个mesh关联到一个唯一的COLOR值。 Pick检测时, 将当前场景渲染到纹理, (在PS中各mesh仅用自己的关键COLOR),即刻取回当前鼠标的位置的COLOR, 查找COLOR就可以知道当前被Pick的Mesh。 使用Render To Texture 的快速Picking, 无需锁住Vertex Buffer进行三角面和射线的相交测试, 仅在读取数据的时候锁住纹理的一个相素, 但是显卡要支持Render
picking
- openGL中用射线实现拾取的经典例子,程序中有4个不同景深的立方体供鼠标select-openGL using radiation to achieve a classic example of picking up the program in 4 different depth of field of the cube for the mouse to select
picking
- C3DL的一个教程事例,使用picking方法,演示使用c3dl框架下怎么监听鼠标与3D物体的互动。-C3DL tutorial examples, picking methods, presentation c3dl under the fr a mework of how to monitor the mouse with 3D objects interactive.
picking
- 简单的OpenGL拾取功能的实现:vs2010-demo for OpenGL picking using vs2010
wave-picking
- 波次优化,通道重合率最高,仓库跨区最少为目标-Wave Picking
picking
- The program is an example of object picking implemented in GLUT
picking-up-coins
- 自己写的很好玩的小游戏,捡从天而降的金币。对练习MFC编程很有帮助-Himself wrote a very fun little game, picking up coins from heaven. MFC programming on the exercise helpful
19.)-3D-Picking-Pt.-2
- 该模型主要是进行3D模型任一点的拾取功能,常用的方法是使用一屏幕上的包围盒去拾取鼠标的点击物体,而我们使用的是光线投射方法。-This tutorial is the continuation of the first tutorial 3D Picking Part1, where we used a bounding box rendered “behind the scenes” to find an object user ha