Skip to main content
Participant
December 15, 2021
Answered

How would you Warp using the Pixel Processor?

  • December 15, 2021
  • 1 reply
  • 842 views

i need to know how to made this by using pixel processor form scratch ?! 

 

 

 

 

This topic has been closed for replies.
Correct answer davescm

I don't have any inside information on the warp node, but given the published explanation that it pushes pixels from white to black areas of the gradient I would calculate a slope by sampling around each pixel in the gradient then use that to offset the sampling of the main image. Example below:

 

Pixel Processor function graph

 

Dave

1 reply

davescm
Community Expert
davescmCommunity ExpertCorrect answer
Community Expert
December 15, 2021

I don't have any inside information on the warp node, but given the published explanation that it pushes pixels from white to black areas of the gradient I would calculate a slope by sampling around each pixel in the gradient then use that to offset the sampling of the main image. Example below:

 

Pixel Processor function graph

 

Dave

Participant
December 15, 2021

thank you very much mr davescm .


i appreciate your efforts, and i will be good example of substance designer student .

davescm
Community Expert
Community Expert
December 15, 2021

You're very welcome. Shout out if you get stuck.

 

Dave