搜索资源列表
XMathLib
- XMathLib是一个通用的3D图形数学库。 其中包含两个部分: XMathLib和XGeomLib。分别处理数学和几何运算。 数学部分包含向量、矩阵、四元数的运算。以及其它的运算。 几何部分包含Box Frustum AABB OBB Ray Line Line-Segment Plan Triangle等的运算。-XMathLib is a generic 3D graphics math. Which consists of two parts : XMathLib and
SGSDK
- 烁光3D引擎演示版SDK,该引擎是在directx9.0c环境下开发,用的是C++VS2005. 目前该引擎支持天空盒,地形,.X骨骼动画,AABB碰撞检测,粒子系统,3D音效,MP3播放等功能-3D engine demo version of the SDK, the engine is under development directx9.0c environment, C is the VS2005. The engine currently supports sky boxes,
RayandAABBCollision
- 光线与AABB盒的碰撞检测。程序简单但却很有效。
Thesis
- 椭球体的碰撞检测。在以人形为主的场景内椭球体的碰撞精度比球体、AABB、OBB都要高,同时速度也很快
OpenGL最全数学库
- OpenGL的数学库!分别处理数学和几何运算。3D 数学库-矩阵 向量 四元数 数学部分包含向量、矩阵、四元数的运算。以及其它的运算。 几何部分包含Box Frustum AABB OBB Ray Line Line-Segment Plan Triangle等的运算,详见代码
RayAABBCollision_D3D.zip
- d3d写的aabb与射线碰撞检测的例子,vs 编写,功能完整,d3d written aabb collision detection and ray example, vs the preparation of functional integrity
rayslope
- 3D图形中射线的碰撞检测,射线与AABB,三角形,球的碰撞分析-3D graphics ray collision detection, ray and AABB, triangle, the ball' s collision analysis
collisiondetection_2
- opengl 高级的碰撞检测 圆对三角 圆对圆-advanced collision detection
Octree
- java3D实现碰撞检测时的八叉树创建,并提供AABB碰撞检测算法-java3D Octree
OPCODE-1.2.1.tar
- 可支持Mesh-Mesh,sphere-mesh,ray-mesh,AABB-mesh,OBB-mesh,Planes-mesh对象的接触碰撞检测库-a collision dectection library,which support Mesh-Mesh,sphere-mesh, ray-mesh,AABB-mesh,OBB-mesh,Planes-mesh objects collision dectection
octreedeshishimanyouxitong
- 通过将八叉树,AABB树与面向对象概念进行结合,构成一种能根据动态场景快速更新的面向对象的动态八叉树。-By Octree, AABB tree and the combination of object-oriented concepts, constitutes a kind of scene can be quickly updated with dynamic object-oriented dynamic octree.
AABB
- 一种基于AABB包围盒法的改进算法,是一个改进的算法-AABB bounding box method based on the improved algorithm is an improved algorithm for
common
- AABB包围盒碰撞检测 -AABB AABB bounding box collision detection bounding box collision detection
aabb
- 扫描CAD图档,十字线按图档运动-CAD drawing scanning, cross-line movement by drawing
AStarStar
- 相当不错的A*算法。程序简明易懂,适合初学者-AABB algorithm implemented with D3D. Procedures easy to understand for beginners. . . . . . . . .
Visualization_Library_SDK
- Visualization Library 是一个 C++ 的中间件用来开发基于 OpenGL 2.1 的 2D/3D 应用程序,支持高级特性包括 OpenGL Shading 语言、帧缓冲对象、多目标渲染、Vertex 以及点阵缓冲对象、KdTree/AABB frustum culling 等等。提供一个基于 Unicode 的多语言文本引擎、高级纹理、DDS cubemaps, mipmaps, compressed textures, 等等。特别适合用来开发 3D/2D 的可视化、虚拟现
AABBDemo
- 建立某个物体的包围盒AABB,物体绕y轴旋转,形成的AABB包围盒也旋转-Create an object bounding box AABB
collisions
- 计算机图形学中碰撞检测中的一种:AABB碰撞检测方法-AABB collision detection collision detection methods
Programing3_part2_2014-25159
- bezer curve 鼠标交互 四个控制点 OBB AABB 包围盒-this is bezer curve mouse interface 4 control points OBB AABB box
AABB.tar
- A C++ implementation of a dynamic bounding volume hierarchy (BVH) using axis-aligned bounding boxes (AABBs). The data structure provides an efficient way of detecting potential overlap between objects of arbitrary shape and size and is commonly used