three-obj-exporter

0.0.1 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i three-obj-exporter

Weekly Downloads

48

Version

0.0.1

License

MIT

Last publish

Collaborators

  • andrewray