topical media & game development
mobile-graphic-enchant-examples-plugins-gl-billiard-index.htm / htm
<html>
<head>
<title>noname</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<script type="text/javascript">
<!-- 一部ブラウザではFloat64Arrayをサポートしていない -->
if (typeof Float64Array == 'undefined') {
Float64Array = Float32Array;
console.log('Float32Array');
} else {
console.log('Float64Array');
}
</script>
<script type="text/javascript" src="mobile-graphic-enchant-plugins-libs-gl-matrix-min.js"></script>
<script type="text/javascript" src="mobile-graphic-enchant-plugins-libs-ammo.js"></script>
<script type="text/javascript" src="mobile-graphic-enchant-enchant.js"></script>
<script type="text/javascript" src="mobile-graphic-enchant-plugins-gl.enchant.js"></script>
<script type="text/javascript" src="mobile-graphic-enchant-plugins-primitive.gl.enchant.js"></script>
<script type="text/javascript" src="mobile-graphic-enchant-plugins-physics.gl.enchant.js"></script>
<script type="text/javascript" src="mobile-graphic-enchant-examples-plugins-gl-billiard-main.js"></script>
<style type="text/css">
body {
margin: 0;
}
</style>
</head>
<body>
</body>
</html>
(C) Æliens
04/09/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.