In this project
picBoundary.set(0, 0, pxerSize * picWidth , pxerSize * picHeight ); - like a pixel
is the brush.
When we scale this picBoundary like (pxerSize * picWidth * 2 , pxerSize * picHeight * 2)
the brush will scale too.
But all pixels draw again and scale. Have some idea?
In this project
picBoundary.set(0, 0, pxerSize * picWidth , pxerSize * picHeight );- like a pixelis the brush.
When we scale this picBoundary like (pxerSize * picWidth * 2 , pxerSize * picHeight * 2)
the brush will scale too.
But all pixels draw again and scale. Have some idea?