Jump to content

Partial morphs?


ozRocker
 Share

Recommended Posts

Does anyone know if its possible to morph part of a mesh to its target?  For example, if you start clicking on areas of a mesh those areas will start to morph to the target

I could code this via CPU but I'm just wondering if its possible to do this via GPU.

Link to comment
Share on other sites

1 minute ago, Sebavan said:

Either you could split the mesh (less than ideal)

Or you could leave some of the mesh information unchanged and only touch the other vertex.

Yeh, that's the one.  I want to leave some of the mesh unchanged.  Like if I had a paintbrush I want only the vertices under the paintbrush to morph towards the target.  The Morph Target Manager can do this?

Link to comment
Share on other sites

6 minutes ago, Sebavan said:

yup, in the morph target manager you can define manually the vertex data for start and end as you can see here: https://www.babylonjs-playground.com/#HPV2TZ#15

You could adapt only half of the mesh.

I'm not sure how that would work in my case.  It looks like you are still doing a complete morph.  Here's an example: I have a skinny girl as base and a really fat girl (fat everywhere) as the target.  I want to just morph maybe the hips, or the breasts, or the neck.  I don't want to create a morph target for each possible bodypart because there might be 20 or more.

Link to comment
Share on other sites

15 hours ago, Sebavan said:

Yup this might get tricky, but as long as you morph from A to A it feels like it is not morphing but you would need to identify every single vertex you need to morph and left the other untouched.

Do you know if this is possible with Morph Manager?  To be able to morph different areas with different influence amounts?

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