Should `DynamicTexture#clone` copy the underlying image data?

currently negative: Babylon.js Playground

:dizzy_face:

It cannot as the dynamic texture is relying on a canvas so a new canvas is created

but then you can drawImage the initial canvas into the second one

1 Like