Welcome![Sign In][Sign Up]
Location:
Search - picking

Search list

[Dialog_WindowColorPicker

Description: 一个不错的颜色拾取器-a good color for picking
Platform: | Size: 44352 | Author: 岑伊万 | Hits:

[OpenGL programGLSelection

Description: 在Visual C++环境下,利用OpenGL编写的图形拾取例子。-in Visual C circumstances, the use of OpenGL graphics prepared by picking examples.
Platform: | Size: 50067 | Author: 杨海锋 | Hits:

[Othergetcolor

Description: 颜色拾取器,能拾取当前鼠标的网页所需要色彩值。非常好用,希望大家喜欢!-color picking device that can pick up the mouse's current website needed color value. Very good, hope you like them!
Platform: | Size: 15652 | Author: 李强 | Hits:

[Other实例73_图形操作_旋转立方体

Description: 一个立方体,用鼠标拨动能旋转起来,摘于书籍的光盘,谢谢。-a cube, trying to use the mouse rotation, picking books in the CD, thank you.
Platform: | Size: 12766 | Author: 安娜 | Hits:

[RichEditColorTake

Description: 颜色拾取定制编程示例代码ColorTake,获取窗口颜色-color picking Custom Programming ColorTake sample code, access window colors
Platform: | Size: 31561 | Author: 李力 | Hits:

[GDI-Bitmap颜色拾取器

Description: 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
Platform: | Size: 171557 | Author: z | Hits:

[OpenGL program红宝书部分例子

Description: 本代码包含opengl红宝书部分例子,包括纹理、裁剪、拾取等例子。-the Red Treasure Book opengl code contains some examples, including texture, cutting, picking examples.
Platform: | Size: 54272 | Author: 乔小溪 | Hits:

[JSP/Javafactory

Description: 一个农场,农场里种植了苹果,梨子,每一种水果由一名专门的园丁负责采摘,请用工厂模式对该农场进行表示,要求设计具有扩展性,扩展时不需要改变原有的代码,即农场中还可以增加其他的水果,但在增加是不需要改变农场原有的人员和水果的安排。-A farm, the farm planted apples, pears, each fruit by a dedicated gardener in charge of picking, please use the factory model of the farms that require the design of scalable, expansion does not need to change the original code, that is, farms can also add other fruits, but the increase is not necessary to change the original farms and fruit arrangements.
Platform: | Size: 9216 | Author: xiang | Hits:

[Embeded LinuxThemobilepickstherobotresearchpresentsituationandt

Description: 该文对移动式采摘机器人的研究现状进行综合, 提出目前采摘机器人技术发展中面临的技术难题及 相应的对策, 包括采用开放式控制系统。-The pick of mobile robot research synthesis, the picking robot technology development is currently facing technical problems and corresponding countermeasures, including the use of open-end control system.
Platform: | Size: 267264 | Author: 小米 | Hits:

[Software Engineering6

Description: 果蔬收获机器人是机器人技术在农业中的具体应用,基于避障的路径规划是果蔬收获机器人主要 的研究内容。由于农业机器人作业环境的复杂性和非结构性,神经网络籽是其重要的研究方法。为此,介 绍了神经网络的特点,重点分析了采用神经网络描述果蔬收获机器人工作环境的基本思路,最后给出了黄 瓜采摘机器人的具体分析实例,对农业机器人工作环境的描述具有较高的参考价值。-Fruit and vegetable harvesting robot is the robot technology in agriculture specific application, based on the obstacle avoidance path planning is the main fruit and vegetable harvesting robot research. Operating environment as a result of agricultural robot complexity and non-structural, neural network is an important seed of research methods. To this end, introduce the characteristics of neural networks, focusing on the use of neural network analysis of fruit and vegetable harvesting robot description of the working environment of the basic ideas, the final cucumber picking robot is given specific examples of analysis of agricultural robot description of the work environment has a high reference value.
Platform: | Size: 182272 | Author: 高子 | Hits:

[OpenGL programpicking

Description: picking example for opengl
Platform: | Size: 4096 | Author: ali | Hits:

[OpenGL programpaint

Description: Paint code in OpenGL using Picking
Platform: | Size: 2048 | Author: xabcdy | Hits:

[3D GraphicPicking

Description: 思路: 场景中的每个mesh关联到一个唯一的COLOR值。 Pick检测时, 将当前场景渲染到纹理, (在PS中各mesh仅用自己的关键COLOR),即刻取回当前鼠标的位置的COLOR, 查找COLOR就可以知道当前被Pick的Mesh。 使用Render To Texture 的快速Picking, 无需锁住Vertex Buffer进行三角面和射线的相交测试, 仅在读取数据的时候锁住纹理的一个相素, 但是显卡要支持Render To Texture,纹理尺寸必须支持非2的n次方,D3DFMT_A8R8G8B8 或 D3DFMT_X8R8G8B8 可以改进的地方: 1。用类封装 2。Pick可以返回指向mesh的指针 需要: DX SDK Aug, 2006以上,VC2005 -Ever mesh in the scene has a unique color value(DWORD). Picking, render the scene to target(texture), just use the unique color( see .fx file ), retrieve the mouse position(screen space ) color at once, check the color and you will get the mesh. Picking with Render to texture, Not need lock vertex buffer to check intersection ray and triangle, within retrieving just lock one pixel. Device must support render to target、D3DFMT_A8R8G8B8 or D3DFMT_X8R8G8B8、not 2^n texture size、support shader of course. Compile Environment: DX SDK above Aug. , 2006 vc 2005 Thinking: 1. Use a class to encapsulate 2. Picking check return the pointer of the mesh( or reference )
Platform: | Size: 5325824 | Author: Jun Qian | Hits:

[OpenGL programpicking

Description: 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
Platform: | Size: 4096 | Author: mengmakies | Hits:

[WEB Codepicking

Description: C3DL的一个教程事例,使用picking方法,演示使用c3dl框架下怎么监听鼠标与3D物体的互动。-C3DL tutorial examples, picking methods, presentation c3dl under the framework of how to monitor the mouse with 3D objects interactive.
Platform: | Size: 443392 | Author: xc | Hits:

[OpenGL programpicking

Description: 简单的OpenGL拾取功能的实现:vs2010-demo for OpenGL picking using vs2010
Platform: | Size: 385024 | Author: yefeng | Hits:

[matlabwave-picking

Description: 波次优化,通道重合率最高,仓库跨区最少为目标-Wave Picking
Platform: | Size: 2048 | Author: 绿林 | Hits:

[OpenGL programpicking

Description: The program is an example of object picking implemented in GLUT
Platform: | Size: 2048 | Author: tarslana | Hits:

[Other Gamespicking-up-coins

Description: 自己写的很好玩的小游戏,捡从天而降的金币。对练习MFC编程很有帮助-Himself wrote a very fun little game, picking up coins from heaven. MFC programming on the exercise helpful
Platform: | Size: 8871936 | Author: peiercheng | Hits:

[3D Graphic19.)-3D-Picking-Pt.-2

Description: 该模型主要是进行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 has clicked on. Problem of this method was that bounding box doesn’t match model very much. So the solution is to either render full model in color mode or use multiple bounding boxes. Either way or another, previous tutorial used color picking for finding what a user has clicked on. This time we will use completely different approach and it’s ray-casting pick.
Platform: | Size: 3936256 | Author: PengLei | Hits:
« 12 3 4 5 6 7 8 9 10 ... 15 »

CodeBus www.codebus.net