文件名称:mobilegamingPhysicsM
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2014-04-25
- 文件大小:
- 54kb
- 下载次数:
- 0次
- 提 供 者:
- 向*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
物体做抛物线运动是游戏中基本运动物理模型之一! 在PC游戏中可以由重力公式 轻易模拟,但在手机游戏中 ,由于多数手机不支持浮点运算 因此不能用 sin ,cos, 来分解初速度。 所以只能用近似模拟的方法! 我所采用的是:先放大后缩小的模拟方式,并且为了更精确加入了一定的偏移量。-
-Objects do parabolic movement is one of the basic sports physical model of the game! Can be easily simulated gravity formula in the PC game, but in the mobile phone game, because most phones do not support floating-point operations and therefore can not sin, cos, to decompose the initial velocity. We can only approximate simulation method! I have adopted is: after the first zoom in analog mode, and in order to more accurately by adding a certain offset.-
-Objects do parabolic movement is one of the basic sports physical model of the game! Can be easily simulated gravity formula in the PC game, but in the mobile phone game, because most phones do not support floating-point operations and therefore can not sin, cos, to decompose the initial velocity. We can only approximate simulation method! I have adopted is: after the first zoom in analog mode, and in order to more accurately by adding a certain offset.-
(系统自动生成,下载前可以参看下载内容)
下载文件列表
paowuxian
.........\paowuxian.jpx.local
.........\paowuxian.jpx
.........\src
.........\...\paowuxian
.........\...\.........\MIDlet1.java
.........\...\.........\Displayable1.java
.........\...\.........\Resource.java
.........\...\images
.........\...\......\paodan.png
.........\classes
.........\.......\paowuxian
.........\.......\.........\Displayable1.class
.........\.......\.........\Resource.class
.........\.......\.........\MIDlet1.class
.........\.......\package cache
.........\.......\.............\paowuxian.dep2
.........\.......\images
.........\.......\......\paodan.png
.........\bak
.........\...\paowuxian
.........\...\.........\re.java~1~
.........\...\.........\Resource.java~1~
.........\...\.........\Displayable1.java~3~
.........\...\.........\Displayable1.java~144~
.........\...\.........\Displayable1.java~5~
.........\...\.........\Displayable1.java~145~
.........\...\.........\Displayable1.java~146~
.........\...\.........\Displayable1.java~147~
.........\...\.........\Displayable1.java~148~
.........\...\.........\Displayable1.java~149~
.........\...\.........\Displayable1.java~150~
.........\...\.........\Displayable1.java~151~
.........\...\.........\Displayable1.java~152~
.........\...\.........\Displayable1.java~143~
.........\jad-temp
.........\........\MIDlet1.jad
.........\bak\paowuxian\Displayable1.java~187~
.........\...\.........\Displayable1.java~188~
.........\...\.........\Displayable1.java~189~
.........\...\.........\Displayable1.java~190~
.........\...\.........\Resource.java~2~
.........\...\.........\Displayable1.java~181~
.........\...\.........\Displayable1.java~182~
.........\...\.........\Displayable1.java~183~
.........\...\.........\Displayable1.java~184~
.........\...\.........\Displayable1.java~185~
.........\...\.........\Displayable1.java~186~
.........\GameRes Readme.txt
说明