GUI Image material

Hey im trying to make full screen 2D image withu custom material like in shadertoy.com. Is that possible? I dont see anything related to GUI image material, or resizing plane to match canvas size, nor Layers having custom material.

Hello and welcome!
you can do full screen image like that with custom shaders (like using nme with post process):

You can also just write your own shader by hand by porting shadertoy shader code to ShaderMaterial

These could help:

2 Likes

Thank you.
https://playground.babylonjs.com/#AGZ10W#7 Thad solved my issue

1 Like