Mark01 Posted May 11, 2018 Share Posted May 11, 2018 (edited) Hey Everyone, Can anyone give me information about baking a texture onto an object? So I projected camera footage onto an object however I'm making the object disintegrate like paper and need the projected texture to remain on the object after it has disintegrated. I can't seem to find any resources about this? Many thanks in advance Edited May 11, 2018 by MilesS1 Quote Link to comment Share on other sites More sharing options...
StepbyStepVFX Posted May 11, 2018 Share Posted May 11, 2018 (edited) From what I understand you want to make a camera mapping with a sequence of image and probably a moving camera with a matchmoved object that you then disintegrate ? If yes, you need to "freeze" your object on the first frame, before it disintegrate (Timeshift), then create UVs based on "Perspective from camera" (with your animated camera, as you project footage and not a fixed image, I guess). Then you transfer the attributes with an Attribute Wrangle set to Run OVer Vertices with : int success; @uv = vertexattrib(1,"uv",@elemnum, success); Then you apply your material, where the texture is your footage. The network should look like this : It has worked properly for me for geometry that was destroyed and crumbled. It won't work if you disintegrate your geo (ie. if the geometry changes : in my example the AttriWrangle transfers the UV correctly because topology don't change, I have same number ofpoints, vertices and primitives). So you would have to disintegrate after the material, or use another attribute transfer method. Hope that helps Edited May 11, 2018 by StepbyStepVFX 1 Quote Link to comment Share on other sites More sharing options...
Mark01 Posted May 15, 2018 Author Share Posted May 15, 2018 Thanks for that! That's a massive help! Quote Link to comment Share on other sites More sharing options...
gangland Posted November 19, 2020 Share Posted November 19, 2020 wow been looking elsewhere but here. this explanation is crystal clear thanks @StepbyStepVFX 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.