• E
    Fix a couple uses of ".prototype = new" · f523a58d
    Elisée Maurer 提交于
    We don't want the THREE.Loader constructor to be executed, we just want
    to setup our prototype chain. Using new would execute the constructor
    logic of THREE.Loader.
    f523a58d
glTFLoader.js 55.6 KB