Call the drawSurface- method with resolutions taken from the surface. See uResolution and vResolution.
Call the drawSurface- method with resolutions taken from the surface. See uResolution and vResolution.
public virtual void drawSurface(Surface);
This call draw a Surface. Further you can set the resolutions of the u and v parameters.
public virtual void drawSurface(Surface,int,int);