Jump to content

instances and inherited rotations


ua4192
 Share

Recommended Posts

Hi all.

 

I have a problem.

 

In my scene I am using instances.

The problem I have is that the first time I use the mesh (imported GLTF) I am positioning and rotating the GLTF according to the product structure inherited transformation matrix.

My problem is that the instances seem to take this transformation and are not properly transformed.

 

Is there any way to reset the already applied transformations(relative rotation + position to its parent)from the imported meshes (GLTF) and create the instances with no transformations?

 

Many thanks in advanced.

Link to comment
Share on other sites

I've never used GLTF, so maybe this does not apply.  I have done similar things to set/reset transformations on meshes, you might find the setParent() method useful.  I created a reset parent method that unwinds the transformations:

https://github.com/BabylonJS/Babylon.js/blob/13fe95b15653e683a51dbe64d10efdacf495ee99/src/Mesh/babylon.abstractMesh.ts

If you are on <= 2.5 or want to see a PG, check this one out (I think it's from Adam):

http://www.babylonjs-playground.com/#28IXSE#17

 

Link to comment
Share on other sites

Hi.

 

Many thanks for your support.

 

Finally at the end I found a workaround. I create a symbolic box (a-dimensional) and make parent of meshes included in GLTF. IN this way I have not to apply any transformation on the GLTF meshes, I do it on the box instead.

 

Many many thanks

 

: )

 

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...