Jump to content

How to export object with rotation from 3ds max


pco38
 Share

Recommended Posts

Hi,

I have a 3ds max model with some objects with a rotation transformation.

When I export this model, the rotation is not taked in account in babylon.js.

Do you have a solution for this problem?

Thanks for your help...

Regards,

Link to comment
Share on other sites

Is not your mesh not "rotated", regardless of whether it was done rotationQuaternion or rotation?

 

If you are really asking, can I "rotate" it some more once it gets to Babylon, but do it with rotation.  Probably, but I would do everything in BJS.  Doing additive things in 2 different systems is not the best strategy, unless you cannot the 3ds side.

 

mesh.rotationQuaternion = null; should probably be required.

 

You could also call the mesh.rotate() function, which does not care & handles both.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...