模拟现实物理效果

Posted ch-cnblogs

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了模拟现实物理效果相关的知识,希望对你有一定的参考价值。

<p><!doctype html>HTML5 模拟现实物理效果,感受 Web 技术魅力</p>
<style><!--
body 
				overflow: hidden;
				background-color: #000000;
				user-select: none;
				-webkit-user-select: none;
				-moz-user-select: none;
				-o-user-select: none;
				-ms-user-select: none;
			
--></style>
<div id="canvas"> </div>
<!-- <div class="footer-banner" style="position:absolute;bottom:-300px;left:-200px;width:728px; margin:30px auto"></div> -->
<script type="text/javascript" src="assets/protoclass.js"></script>
<script type="text/javascript" src="assets/box2d.js"></script>
<script type="text/javascript" src="assets/Main.js"></script>
<script type="text/javascript" src="http://dreamsky.github.io/main/blog/common/jquery.min.js"></script>
<script type="text/javascript" src="http://dreamsky.github.io/main/blog/common/init.js"></script>

  

以上是关于模拟现实物理效果的主要内容,如果未能解决你的问题,请参考以下文章

UIDynamic(物理仿真)

UIDynamic

对称现实:面向物理现实与虚拟现实的统一框架

制作简单汽车游戏

简述unity布料系统可以摸你哪些现实物体

IOS开发-UIDynamic(物理仿真)简单使用