Open justin-hackin opened 7 years ago
Seems to be a version sync issue, as newest version of OBJLoader doesn't use FileLoader https://github.com/mrdoob/three.js/blob/cf584a60bdfd24c42eaa81d484533364742bda44/examples/js/loaders/OBJLoader.js and newest THREE doesn't export it
Your example fails in the context of vuejs in webpack using the vuejs-webpack-template. This may be because the most recent three package uses named exports i.e. normally uses
import {Camera...} from 'three'
(I tried the commented version too)
browser console