You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used blueprint3d.js and i want to add glft exporter function.When include this function in example.js file and i get some error in my console like GLTFExporter is not define.Can you help me with that
//gltf exporter
function SaveDesign() {
var data = blueprint3d.model.exportSerialized();
var exporter = new GLTFExporter();
exporter.parse(data, function (result) {
var output = JSON.stringify(result, null, 2);
console.log(output);
downloadJSON(output, "scene.gltf");
});
}
Thanks
The text was updated successfully, but these errors were encountered:
I used blueprint3d.js and i want to add glft exporter function.When include this function in example.js file and i get some error in my console like GLTFExporter is not define.Can you help me with that
Thanks
The text was updated successfully, but these errors were encountered: