Duy Khong Phai
Duy Khong Phai

Reputation: 31

GLTFLoader objects in main scene

When I export objects with GLTFExport and then I import them (GLTFLoader) in other scene, always it’s loading objects like children in Auxscene. Is it possible to load these objects in main level (principal scene) ?

async parseAsync(input) {
    return new Promise((resolve, reject) => {
        this.parse(
            input,
            (result) => resolve(result),
            (error) => reject(error),
            this.options
        );
    });
}

Upvotes: 0

Views: 6

Answers (0)

Related Questions