Open
Description
Description
Add dstDimension parameters in copyTextureToTexture to facilitate the usage in dynamic texture drawing
renderer.copyTextureToTexture( srcTexture, dstTexture, srcRegion, dstPosition, dstDimension, level )
Solution
add dstDimension
after the dstPosition or after level ( to not break existing code )
Alternatives
I guess the current workaround is to resize the texture before drawing it ?
Additional context
No response
Activity