Use a Sketch Up 2016 Model with babylon JS

1.3k views Asked by At

I'm looking for a path to be able to use a Sketch UP 3D Model in babylon JS on a simple web page.

I think I have to convert the .skp file to a babylon JS Compatible format but I don't find a solution.

1

There are 1 answers

0
Gaet On

The only solution I know is to use the blender->babylon exporter.

You can install blender from Here

Then you can install the exporter by following these instructions

And finally, from sketchup, you can export your component in collada format (.dae), import it in blender then export it to babylon format.

After that, you can drag& drop the generated .babylon file on this page to see if your model was correctly generated. For most objects, I had no problem...