这是一个简单的方便来入门实现 webVR 使用 three.js, WebVR boilerplate & Web Audio API。

Workflow

  • From art to code
    • Cinema4D
      • Create 3D Art
      • Add lights
      • Export on .fbx format
    • Blender ( is not necessary but I am more confortable working & exporting with Blender )
      • Import from Blender ( change -Z forward to Z fordward )
      • Optimize ( Group meshes / reduce number of lights / add materials )
      • Use Three.js Blender Export to export on JSON format as a scene
    • Text editor ( Atom )
      • Load JSON file with THREE.ObjectLoader and load the assets into our scene
  • From music to code
    • Audacity
      • Compress mp3 audio
    • Text editor ( Atom )
      • Load mp3 file with THREE.Audio and added to an 3D Object into the scene ( uses THREE.AudioListener too )

项目主页:http://www.open-open.com/lib/view/home/1449986253359