Skip to content

Instantly share code, notes, and snippets.

@jcarletto27
jcarletto27 / OBJExporter.js
Last active September 25, 2023 16:34
Three.js OBJExporter, updated to work with bufferGeometry. Adds support for bones and morph data.
THREE.OBJExporter = function () {};
THREE.OBJExporter.prototype = {
constructor: THREE.OBJExporter,
parse: function (object) {
var output = '';