topical media & game development
mobile-query-three-plugins-ogsworkshop-examples-game000.htm / htm
<!--
Initial
* minimal page
* does nothing but setting the 3d environment
* so in tQuery it initializes a world with the three.js boilerplate\
* nothing appears on screen as there are no objects in the 3d scene
-->
<!doctype html><title>Minimal tQuery Page</title>
<script src="../../../build/tquery-bundle-require.js"></script>
<body><script>
require([], function(){
// create 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.