一个简单的webVR体验 experience
jopen
9年前
这是一个简单的方便来入门实现 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 </ul> </li>
-
Text editor ( Atom )
- Load JSON file with THREE.ObjectLoader and load the assets into our scene </ul> </li> </ul> </li>
-
From music to code
-
Audacity
- Compress mp3 audio </ul> </li>
-
Text editor ( Atom )
- Load mp3 file with THREE.Audio and added to an 3D Object into the scene ( uses THREE.AudioListener too ) </ul> </li> </ul> </li> </ul>
-
-