I'd like to export a glb imported file as 3ds max file

:exclamation: :person_raising_hand: IMPORTANT! PLEASE REPRODUCE YOUR ISSUE ON THE Playground FIRST! :person_raising_hand: :exclamation:

:thinking: Before asking a question

  • :mag_right: Search about your issue on the documentation. Maybe the problem you have is just a matter of understanding how the API works?
  • :mag_right: Search about your issue on the forum. Maybe someone else already had the same problem?

:question: How to ask a good question

  • :thought_balloon: Write a title that summarizes the specific problem: A good title will help others identify what are you talking about quickly.

    • Bad example: Shadow problem
    • Good example: Imported meshes on my scene don’t cast shadows
    • Bad example: Issue with GUI
    • Good example: GUI Button isn’t displayed on VR Session
  • :building_construction: Reproduce your issue on the Playground: This is the MOST IMPORTANT STEP! If we can see what you have tried on the Playground, and what the result of this is, we are much more likely to get what’s going on! And even if your problem is not happening on the Playground, but only on your environment, this already can give us clues what’s going on.

  • :person_in_lotus_position: Be patient: The team and forum users are all on different time zones, so your question might take a few hours to be seen. We try to answer everything as fast as we can, but remember we’re not robots :robot:

:package: Resources

Hi! I’ve just discovered Babylonjs and it’s working perfectly with glb files
now I’d like to export the loaded file from babylonjs to 3ds max file
thanks a lot!

Hi @piellepi welcome to the forum.

You can export as glb if a 3DSMax importer exist. Or do you mean exporting a file from 3DSMax and import it in Babylon? cc @alexchuber @srzerbetto

thanks @Cedric!
Sorry, but I got confused in my post…
Generally I have “3DS” LEGO models that I need to convert to “glb” files: usually I obtain this by means of Blender, but I wondered if it’s possible with Babylonjs.

thanks for your attention!

1 Like

3DSMax exporter : Babylon.js docs

2 Likes