码迷,mamicode.com
首页 >  
搜索关键字:physics experiment    ( 333个结果
Unity3d 发射射线Ray
Ray Camera.main.ScreenPointToRay(Vector3 pos)   返回一条射线Ray从摄像机到屏幕指定一个点 Ray Camera.main.ViewportPointToRay(Vector3 pos)  返回一条射线Ray从摄像机到视口(视口之外无效)指定一个点 RaycastHit 光线投射碰撞信息 bool Physics.Raycast(V...
分类:编程语言   时间:2014-11-11 22:54:55    阅读次数:327
POJ3684 Physics Experiment 【物理】
Physics Experiment Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 1031   Accepted: 365   Special Judge Description Simon is doing a physics experiment w...
分类:其他好文   时间:2014-11-09 01:05:18    阅读次数:243
Cocos2d-x Physics 3 - 掉落的头像
添加一个精灵, 让它从高处落下boolHelloWorld::init(){ ////////////////////////////// // 1. super init first if ( !Layer::init() ) { return false; } #if CC_ENABLE_BOX...
分类:其他好文   时间:2014-11-08 18:01:19    阅读次数:192
Cocos2d-x Physics 1 - 启用Box2d
修改项目的Preprocessor Macros, 将Debug & Release 的CC_ENABLE_CHIPMUNK_INTEGRATION=1 改为CC_ENABLE_BOX2D_INTEGRATION=1检查是否启用Box2d引擎的方法#if CC_ENABLE_BOX2D_INTEGR...
分类:其他好文   时间:2014-11-08 16:35:30    阅读次数:225
Cocos2d-x Physics 2 - Hello Physics World
在层的头文件定义一个变量和一个方法class HelloWorld : public cocos2d::Layer{public: ... //physics world cocos2d::PhysicsWorld *m_physicsWorld; void setPhysicsWorld(coco...
分类:其他好文   时间:2014-11-08 16:33:47    阅读次数:197
Libgdx Box2D实战------放开那小球(1)
断断续续花了两周写了一个物理游戏...
分类:其他好文   时间:2014-11-03 22:31:36    阅读次数:243
Bullet Physics OpenGL 刚体应用程序模板 Rigid Simulation in Bullet
利用Bullet物理引擎实现刚体的自由落体模拟的模板...
分类:其他好文   时间:2014-11-03 01:22:22    阅读次数:188
【v2.x OGE教程 20】粒子效果
1.介绍 粒子系统表示三维计算机图形学中模拟一些特定的模糊现象的技术,而这些现象用其它传统的渲染技术难以实现的真实感的 game physics。经常使用粒子系统模拟的现象有火、爆炸、烟、水流、火花、落叶、云、雾、雪、尘、流星尾迹或者象发轨迹这样的抽象视觉效果等等。   2.粒子系统结构 OGE引擎的粒子系统中由粒子、粒子发射器、粒子初始化器、粒子修改器来表现粒子效果。 粒子系统:是En...
分类:其他好文   时间:2014-10-31 19:13:58    阅读次数:227
【MongoDB】mongoimport and mongoexport of data (二)
in last blog,we talked about how to export data from mongo database. now in this blog, on the contrary, we focus on how to import data to database.  before doing our experiment, we delete the user co...
分类:数据库   时间:2014-10-28 02:05:37    阅读次数:252
UVA题目分类
题目Volume 0. Getting Started 开始10055 - Hashmat the Brave Warrior 10071 - Back to High School Physics 10300 - Ecological Premium 458 - The Decoder 494 -...
分类:其他好文   时间:2014-10-24 20:35:08    阅读次数:263
333条   上一页 1 ... 28 29 30 31 32 ... 34 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!