Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

234
Views
¿Por qué no puedo exportar animaciones de AssimpLoader a GLTFExporter?

Quiero exportar el modelo de AssimpLoader a GLTFExporter que utilicé

 const loader = new AssimpLoader(); loader.load(url, function ( result ) { const object = result.object; object.position.y = - 100; object.rotation.x = Math.PI * 2; group.add(object) animation = result.animation; export_animates = [result.animation] console.log(result.animation) } ); function ani() { if ( animation ) animation.setTime( performance.now() / 1000 ); } const gltfExporter = new GLTFExporter(); const options = { trs: document.getElementById( 'option_trs' ).checked, onlyVisible: document.getElementById( 'option_visible' ).checked, truncateDrawRange: document.getElementById( 'option_drawrange' ).checked, binary: document.getElementById( 'option_binary' ).checked, animations: export_animates, maxTextureSize: Number( document.getElementById( 'option_maxsize' ).value ) || Infinity // To prevent NaN value }; gltfExporter.parse( input, function ( result ) { if ( result instanceof ArrayBuffer ) { console.log(result) } else { const output = JSON.stringify( result, null, 2 ); // generate object output console.log(output) //saveString( output, 'scene.gltf' ); } }, options );

pero me sale error

AssimpLoader.js: 302 Uncaught (en promesa) TypeError: No se pueden leer las propiedades de undefined (leyendo 'nombre')

Cuando intento exportar de FBX a GLTF.
Eso es trabajo.
¿Qué estoy haciendo mal?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!