AndrewRayCode / three-obj-exporter

The Three.js OBJ Exporter, published to npm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

The Three.js OBJ Exporter, published to npm


Languages

Language:JavaScript 100.0%