UNPKG

three-loaders

Version:

This is a wrapper around threejs loaders to import it from any threejs application

8 lines (6 loc) 164 B
import DracoLoader from "./THREEDracoLoader"; export default path => { const loader = DracoLoader; loader.setDecoderPath(path); return new DracoLoader(); };