Results 1 to 3 of 3

Thread: Isometric view

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 1999
    Posts
    204

    Isometric view

    what is the isometric view is it 45dec if someone that nows opengl give me an example code showing how to set up the view then please help someone that is deep need thanks
    WHat would we do with out Microsoft.
    A lot more.

  2. #2
    Zaei
    Guest
    Simple enough. Just set the camera "back" on the X or Z axis, by the height of the camera.

    Code:
    Cam.X = 10;
    Cam.Y = 10;
    Cam.Z = 0;
    
    LookAtPos.X = 0;
    LookAtPos.Y = 0;
    LookAtPos.Z = 0;
    Z.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jan 1999
    Posts
    204
    thanks man do you know opengl, if so do you want to help with the engine im trying to make called extrude force. Well thansk again for your help
    WHat would we do with out Microsoft.
    A lot more.

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