topical media & game development
mobile-query-three-plugins-test-boundary.htm / htm
<!doctype html><title>Minimal tQuery Page</title>
<script src="../../../build/tquery-bundle-require.js"></script>
<body><script>
require([], function(){
var world = tQuery.createWorld().boilerplate().start();
var object = tQuery.createCube(1,2,1)
.setBasicMaterial({
map : '../../assets/images/water.jpg'
}).back()
.addTo(world);
// object.geometry()
// .normalize()
// .back();
// // console.log('object', object)
// object.clone()
// .setBasicMaterial({
// color : 0xff0000,
// side : THREE.BackSide
// }).back()
// .scaleBy(1.1)
// .addTo(world)
});
</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.