int left = this.left;
int top = this.top;
int width = pImg.getImageWidth();
int height = pImg.getImageHeight();
Buffer heightMapBuffer = this.heightMap;
SimpleImage heightMap = heightMapBuffer.getImage();
int bwidth = heightMap.getImageWidth();
int bheight = heightMap.getImageHeight();
/* compute the light-vector */