2012-04-17から1日間の記事一覧

three.js使ってみた

js

<html> <head> <meta charset="utf-8"> <script src="three/build/Three.js" type="text/javascript"></script> </head> <body> <script> var c = function(){ var camera, scene, renderer, geometry, material, mesh; init(); animate(); function init() { scene = new THREE.Scene(); camera = new THR…</body></html>