three-obj-exporter-t
v1.0.2
Published
threejs offical apply obj-exporter.js with npm
Downloads
5
Maintainers
Readme
three-three-obj-exporter-t
threejs offical apply OBJExporter.js with npm
install
npm i --save three-obj-exporter-t
usage
import * as THREE from 'three'
import {OBJExporter} from 'three-obj-exporter-t'
let exporter = new OBJExporter();
exporter.parse(mesh)