金子邦彦研究室プログラミングJavaScript と JQueryUI による Web プログラミングthreejs

threejs

  1. three.js の Web ページを開く

    https://github.com/mrdoob/three.js

  2. ダウンロード
    cd /tmp
    git clone https://github.com/mrdoob/three.js.git
    

    [image]
  3. ビルド
    cd ./three.js/utils/build
    python build.py --include common
    

    [image]
  4. /tmp/three.js/examples/canvas_geometry_panorama.html を Web プラウザで開いてみる

    download three.js

    see http://francik.name/html5/three.js/examples/textures/

    see threejsgen.rb