Isometric view south east and northeast view
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....
Re: Isometric view south east and northeast view
Please help me friends how can I implement northeasr and southeast view of the isometric view of my model ????? Thanks Sujan