topical media & game development
mobile-query-three-plugins-flamethrower-examples-step05.htm / htm
<!--
create a world
add a 3d world with a three.js thru tQuery
add boilerplate
start rendering
-->
<!doctype html>
<title>Flying to the moon
</title>
<script src="../../../build/tquery-bundle-require.js">
</script>
<body><script>
require([], function(){
// HERE >>>>>>>
// init world
var world = tQuery.createWorld().boilerplate().start();
});
</script></body>
(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.
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-2780434-1";
urchinTracker();
</script>