cs64188 / three-obj-exporter

threejs offical apply OBJExporter.js with npm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

threejs offical apply OBJExporter.js with npm


Languages

Language:JavaScript 100.0%