Export 3D model to JSON in Blender on Fedora

1. There is a add-on stuff  io_mesh_threejs for Blender at:

https://github.com/mrdoob/three.js/tree/master/utils/exporters/blender/2.65/scripts/addons

2. On Fedora, the folder where for Blender addons is

     /home/youname/.config/blender/2.65/scripts/addons/

   Just copy io_mesh_threejs folder to  the addons folder.

3. Then follow the insturction  at

   https://github.com/mrdoob/three.js/tree/master/utils/exporters/blender

   to enable three.js exporter for your Blender!

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

  also provides a three.js library to use in your code. your can compile it yourself.

   Enjoy yourself!

你可能感兴趣的:(webgl)