CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2007
    Location
    Bangalore,India
    Posts
    164

    Smile 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....

  2. #2
    Join Date
    Sep 2007
    Location
    Bangalore,India
    Posts
    164

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured