Hi, everyone.
I used the script to define the range
void init(){
resolutionX = 640;
resolutionY = 480;
src.setRange(0, -resolutionY,resolutionX,resolutionY);
}
Is it possible to get the root resolution? How to do it?
Or any suggestion?
Thank you.
Tony