three-obj-exporter
v0.0.1
Published
The Three.js OBJ Exporter, published to npm
Downloads
161
Readme
three-obj-exporter
This is the Three.js OBJExporter "extras" package found in the Three.js source (example).
It's loosely based on the three-orbit-controls package.
Usage:
var OBJExporter = require('three-obj-exporter');
var exporter = new OBJExporter();
var result = exporter.parse(scene);
See the offical Three.js example for more information and usage.