Yep the GUI gradients coordinates are on global space, so that they map directly to canvas gradient coordinates. If you need gradient coordinates to change you can also create a new gradient for it at runtime: Test 2 | Babylon.js Playground (babylonjs.com), but remember that every time itβs going to have to create a new canvas gradient object on the canvas size.
1 Like