NodeMaterial Curving not Working

My NodeMaterial is working on NodeMaterial editor preview (curving of a plane):

But it is not working on playground:

Can you help me find out, why?

Thanks,
Michal.

you need to use a ground https://playground.babylonjs.com/#1S0PDN#2 or modify y instead of z in your material cause a plane is basically all 0 on z :slight_smile:

1 Like