Dear Friends I am able to capture the northwest and southwest view for isometric view. It is like

Code:
//Soth west
	rot[0] = 45.0;
	rot[1] = 45.0;
	rot[2] = 0.0;

// North west 

      	rot[0] = -45.0;
	rot[1] =  45.0;
	rot[2] = 0.0;
But I am not able to model NorthEast and SouthEast... Please let me knoe if any one knows....