topical media & game development
mobile-query-three-plugins-incubator-examples-visiblewireframe.htm / htm
<!doctype html><title>Minimal tQuery Page</title>
<script src="../../../build/tquery-bundle.js"></script>
<script src="tquery.object3d.visiblewireframe.js"></script>
<body><script>
var world = tQuery.createWorld().boilerplate().start();
// create a cube
var object = tQuery.createTorus().addTo(world);
// add a visible wireframe
object.visibleWireframe(true)
// remove visible wireframe after 2 seconds
setTimeout(function(){
object.visibleWireframe(false)
}, 2000);
</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.