资源简介
网盘链接 http://pan.baidu.com/s/1bpw3KL5
代码片段和文件信息
//Bullet Continuous Collision Detection and Physics Library
//Copyright (c) 2003-2006 Erwin Coumans http://continuousphysics.com/Bullet/
//
// btAxisSweep3
//
// Copyright (c) 2006 Simon Hobbs
//
// This software is provided ‘as-is‘ without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
//
// Permission is granted to anyone to use this software for any purpose including commercial applications and to alter it and redistribute it freely subject to the following restrictions:
//
// 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product an acknowledgment in the product documentation would be appreciated but is not required.
//
// 2. Altered source versions must be plainly marked as such and must not be misrepresented as being the original software.
//
// 3. This notice may not be removed or altered from any source distribution.
#include “btAxisSweep3.h“
btAxisSweep3::btAxisSweep3(const btVector3& worldAabbMinconst btVector3& worldAabbMax unsigned short int maxHandles btOverlappingPairCache* pairCache bool disableRaycastAccelerator)
:btAxisSweep3Internal(worldAabbMinworldAabbMax0xfffe0xffffmaxHandlespairCachedisableRaycastAccelerator)
{
// 1 handle is reserved as sentinel
btAssert(maxHandles > 1 && maxHandles < 32767);
}
bt32BitAxisSweep3::bt32BitAxisSweep3(const btVector3& worldAabbMinconst btVector3& worldAabbMax unsigned int maxHandles btOverlappingPairCache* pairCache bool disableRaycastAccelerator)
:btAxisSweep3Internal(worldAabbMinworldAabbMax0xfffffffe0x7fffffffmaxHandlespairCachedisableRaycastAccelerator)
{
// 1 handle is reserved as sentinel
btAssert(maxHandles > 1 && maxHandles < 2147483647);
}
- 上一篇:硬盘哨兵+注册码
- 下一篇:天空盒(opengl)
相关资源
- VC五子棋源代码 想要的速度下哦 多线
- 人才招聘网站源码
- 社区卫生服务中学查询机网站源码
- 麻将游戏源码
- Funcode太空战机源码
- 跟我学Shiro PDF版教程与源码. 张开涛
- 海康威视web3.0,亲测可用
- Unity3D射击游戏
- ebwin小学館中日日中統合辞典(新)
- STM32f103循迹小车控制程序源码
- 目前最全 DevExpress17.1官方汉化包+部分
- flash as3.0 空战游戏源码
- 两款打车软件项目源码.zip
- crm源码破解版
- malloc实现源码
- STC8A加强版开发板配套程序
- SSM整合项目程序源码
- TI无线模块 cc113l及cc115l测试代码及官
- H+4.9版本(最新最全源码)
- 缠论dll源码 笔段中枢
- SM9算法测试VC项目源码
- 利用FLEX设计一个small c的词法分析器文
- 安卓无线点餐源代码
- 9u-Xt-.net企业门户网站源码.rar
- 7p-co-net宿舍管理信息系统最终版完整
- z1-k3-net企业门户网站源码非常适合企
- oz-Az-net实现网吧锁屏源码--屏蔽系统热
- 程序猿心形表白源码
- redis源码分析PDF
- STL源码剖析.pdf(侯捷,完整版,已加
评论
共有 条评论