three-obj-exporter

v0.0.1
The Three.js OBJ Exporter, published to npm
three obj exporter

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.

npm i three-obj-exporter

Metadata

  • MIT
  • Whatever
  • Andrew Ray
  • released 7/5/2016

Downloads

Maintainers