Fixed 320 x 568 AdvancedDynamicTexture Fullscreen GUI

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