搜索资源列表

  1. 物理碰撞

    0下载:
  2. 碰撞检测程序。使用颜色来作为两物体相交的判断。此例程可以用来作2D游戏的碰撞检测。-collision detection procedures. The use of color as the intersection of two objects judgment. This routine can be used for 2D games collision detection.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:1322085
    • 提供者:小愈
  1. 碰撞检测

    0下载:
  2. openGL制作小球碰撞
  3. 所属分类:源码下载

    • 发布日期:2010-10-16
    • 文件大小:575950
    • 提供者:zhun1011
  1. hough_直线

    3下载:
  2. 采用vc++编程,可以处理8位bmp图像。先进行阈值分割,然后可以轮廓提取。最后可以进行平行线检测,采用hough变换-using vc programming, can handle eight bmp images. First threshold for segmentation, which can then be extracted contour. Finally parallel line can be detected
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:2081792
    • 提供者:刘秉帼
  1. reply_1_778028

    0下载:
  2. 用OPENGL实现的彩色小球的碰撞运动模拟过程显示-use of color OpenGL ball movement collision simulation shows
  3. 所属分类:OpenGL

    • 发布日期:2024-05-20
    • 文件大小:44032
    • 提供者:wang
  1. flash_game

    0下载:
  2. Flash游戏编程非常好的源代码,游戏种类丰富,涉及游戏编程的各个重要领域:物理学/人工智能/碰撞检测等。-Very good Flash game programming source code, game rich, involving game programming in all key areas: Physics/AI/collision detection and so on.
  3. 所属分类:FlashMX源码

    • 发布日期:2024-05-20
    • 文件大小:5169152
    • 提供者:xuzhao
  1. Collision_Detection

    0下载:
  2. 利用VC++实现碰撞检测的算法。其中假设粒子都是椭圆的。-Use VC++ Realize collision detection algorithms. One assumption that particles are elliptical.
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-20
    • 文件大小:89088
    • 提供者:forestnie
  1. Billiard.V1.2.Src

    0下载:
  2. 花了接近1年的业余时间精心制作的一款台球/桌球游戏,声音与画面做了很多处理 软件界面可以更换皮肤 技术含量:DirectX8的建立3D引擎, 光投影反射,矢量的碰撞检测,动量守恒与反射定律,以及能量守恒定律,其中还有资源的加密处理移位反相... 非常强大的源码,现在无偿共享给大家。想学习DirectX编程的人必看,可作为精品源码收藏-Spent nearly 1 year of free time elabora
  3. 所属分类:DirextX编程

    • 发布日期:2024-05-20
    • 文件大小:7282688
    • 提供者:宋芬
  1. collide_in_motion

    0下载:
  2. 使用DirectX9演示了运动物体的碰撞检测及响应。-Demonstrated the use of DirectX9 moving object collision detection and response.
  3. 所属分类:DirextX编程

    • 发布日期:2024-05-20
    • 文件大小:2064384
    • 提供者:淘气堡
  1. replicantbody-2006-08-11

    0下载:
  2. 人物骨骼运动开放引擎,包含碰撞检测,群集运动等-People skeletal movement and opening up the engine
  3. 所属分类:游戏引擎

    • 发布日期:2024-05-20
    • 文件大小:6502400
    • 提供者:丁行
  1. CHitCheckDemoDlg

    0下载:
  2. 用DirectX编的精灵碰撞检测小游戏,程序里只是实现了检测功能。-Made with the wizard DirectX game collision detection, the program has only achieved a detection.
  3. 所属分类:DirextX编程

    • 发布日期:2024-05-20
    • 文件大小:629760
    • 提供者:Jone
  1. baoweihe

    0下载:
  2. 非常经典的额包围盒碰撞检测算法,如果你想学习游戏编程,这个是个不错的范例-Amount of very classic bounding box collision detection algorithm, if you want to learn game programming, this is a good example of
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1424384
    • 提供者:fangpeng
  1. shejibaozha

    0下载:
  2. 在三维空间中实现三维立体人物的动画,并发生碰撞,检测碰撞。-In the three-dimensional space to achieve three-dimensional animated characters, and a collision, the collision detection.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:294912
    • 提供者:laiqu
  1. D3D

    0下载:
  2. 其中包含了两份文档,一份是对碰撞的详细分析,在D3D情况下的碰撞检测和碰撞响应,另一份是Direct9的简介,一些基本知识的介绍-Which contains two documents, a collision is a detailed analysis of the circumstances in D3D collision detection and collision response, the other is the D
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-20
    • 文件大小:1441792
    • 提供者:mansur
  1. TricksOfThe3DGameProgrammingGurus

    0下载:
  2. 本书是游戏编程畅销书作者André LaMothe的扛鼎之作,从游戏编程和软件引擎的角度深入探讨了3D图形学的各个重要主题。全书共分5部分,包括16章的内容。第1~3章简要地介绍了Windows和DirectX编程,创建了一个Windows应用程序模板,让读者能够将精力放在游戏逻辑和图形实现中,而不用考虑Windows和DirectX方面的琐事;第4~5章简要地介绍了一些数学知识并实现了一个数学库,供以后编写演示程序时使用;第6章概述了
  3. 所属分类:DirextX编程

    • 发布日期:2024-05-20
    • 文件大小:31419392
    • 提供者:wangpeng
  1. mesh

    0下载:
  2. 使用OpenGL写的MESH网格的碰撞检测,描述了网格的形成优化。-Use OpenGL written MESH mesh collision detection, describes the formation of the grid optimization.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-20
    • 文件大小:110592
    • 提供者:jiangli
  1. CarGameDemo

    0下载:
  2. 我写的3d赛车游戏源代码。dx9.0。包括子弹系统。碰撞检测等。-I wrote a 3d racing game source code. dx9.0. Including the bullet system. Collision detection.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:177152
    • 提供者:ly
  1. Collision_Detection

    0下载:
  2. 在我的一项使用BSP进行碰撞检测的实验中,人物以胶囊来模拟,房屋内部通过非SOLID 的LEAFY BSP来构造,在使用BSP剔除了大量面片以后,遇到这样一个问题:如何在最后筛选下的三角形面片进行碰撞测试,以确定碰撞发生的时间,法向量等。-Collision detection deals with finding out whether or not we’ll bump into something when we move o
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-20
    • 文件大小:84992
    • 提供者:babala_234
  1. RobotInScreen

    0下载:
  2. 这是一个采用OpenGL写的机器人在给定场所中运动,代码中实现了碰撞检测跟鼠标键盘事件驱动-This is a robot that uses OpenGL to write in a given place in the movement, the code implements the collision detection with the mouse and keyboard event-driven
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:391168
    • 提供者:罗洛
  1. rapid-2.01.tar

    0下载:
  2. 碰撞检测库,VC++可以调用该库。用来测试碰撞检测算法。好不容易收集下载的-Collision detection
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-20
    • 文件大小:72704
    • 提供者:张锁
  1. common

    0下载:
  2. AABB包围盒碰撞检测 -AABB AABB bounding box collision detection bounding box collision detection
  3. 所属分类:OpenGL

    • 发布日期:2024-05-20
    • 文件大小:23552
    • 提供者:领料
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 41 »

源码中国 www.ymcn.org