Issues with GLTF bin files

Utilizing SolidWorks (SW), I’m trying to create a virtual environment by converting my SW assembly into a GLTF file. However when I attempt to import the GLTF file, I get an error “could not open referenced file” which is a bin file. The particular file referenced, however, is not in the GLTF folder.

Thoughts?

Playground](https://playground.babylonjs.com/

Hello and welcome to the Babylon community!

As our template shows, it’s usually expected that you provide a Playground showing the code you have :slight_smile: But anyway, if you’re exporting from an external program, I recommend using GLB instead of GLTF, since it packs everything together in a binary format :slight_smile: