OpenCL Morph / LERP (Composition by gtoledo3)

Author: gtoledo3
License: (unknown)
Date: 2011.01.17
Compatibility: 10.6
Categories:
Required plugins:
(none)

I've only included two models for the sake of kineme bandwidth.

This does a morph between two objects of the same structure size, using the OpenCL kernel.

PreviewAttachmentSize
OpenCL Morph.zip126.86 KB

idlefon's picture
Re: OpenCL Morph / LERP (Composition by gtoledo3)

Really nice George!

Recently I had made myself a "mesh to particle" comp and now with this one can morph between two meshes. I attached the comp!

In my example .qtz a human is morphed into a skull. I published some of the particles parameters to play with.

PreviewAttachmentSize
Mesh to particles (Morphed by GT).zip354.15 KB

cybero's picture
Re: OpenCL Morph / LERP (Composition by gtoledo3)

Sweet piece of work. Must look into this to see if one can morph between two dynamic meshes of same member number.

gtoledo3's picture
Re: OpenCL Morph / LERP (Composition by gtoledo3)

What does dynamic mesh mean... one that's being warped? Yep... as long as structure count is the same, this lerps between.

So, if you had something that wasn't equal count (like two totally different models), you could possibly structure range the one with the greater amount of vertices, but the entirety of the model with the greater vert/normal count may not render of course.