Page History
Multiexcerpt include | ||||||
---|---|---|---|---|---|---|
|
Info |
---|
A video tutorial can be found here. |
A scene file can be downloaded here. |
---|
...
Multiexcerpt include | ||||||
---|---|---|---|---|---|---|
|
- Create a ramp (RGB) rampRGB texture and connect it to the UV Coords_coords of the Image image shader. Connect the U Coord u_coord of the ramp to the uvcoordsY of the Image the image shader. Connect the V Coord v_coord of the ramp rampRGB to the uvcoordsX of the Image image shader.
- Change the ramp type to Four Corner Ramp.
- Create four different colors for the ramp: red, yellow, green, and blue.
Center |
---|
Info |
---|
You can change how the image is remapped by adjusting the HSV values of the ramp. |
- Connect a file or Noise texture noise shader to the Color Offset color_offset of the Ramp rampRGB. This will drive the distortion effect.
Tip |
---|
You could also add a Range range or Remap remap shader in between the file texture and the ramp to further control the effect. |
...