Page 1 of 1

Can I edit mesh vertices?

PostPosted: Tue Feb 17, 2015 12:14 pm
by Juan Gea
Hi there.

I have to modify a mesh to adapt it to a projection, can I edit the mesh vertices?

Cheers.

Re: Can I edit mesh vertices?

PostPosted: Tue Feb 17, 2015 5:55 pm
by Chad Capeland
CustomVertex3D will let you do that, but it's not a "select and drag" operation, you have to do it procedurally.

Re: Can I edit mesh vertices?

PostPosted: Tue Feb 17, 2015 7:26 pm
by Juan Gea
wow, this could be very very hard, is there a tutorial or something similar somewhere?

I need to do this to adapt a videomapping to the real model in the real world, so I'm not sure if I could be able to do it procedurally.

Thanks for answering!

Cheers!

Re: Can I edit mesh vertices?

PostPosted: Tue Feb 17, 2015 8:36 pm
by Rony Soussan
Not easy to do, but what I usually do is the opposite. I manipulate the video to fit the model, even if it means breaking up the video into multiple parts, and projecting them separately.

You can also use displacements maps in fusion to displace the shape, provided there is enough detail in the mesh.