Search:

Type: Posts; User: Anarchist

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    4,745

    OpenGL Viewports

    I'm writign a 3D pool game, and want to have a plan view of the table aswell as the main 3D view

    is it possable to only draw the scene once and have 2 separate viewports with different camera...
  2. Replies
    3
    Views
    2,052

    In the book I learnt from it shows ...

    In the book I learnt from it shows
    MoveToEx(hdc, 20, 10, NULL)
    and
    LineTo(hdc, 100, 100)

    I asssume the MoveTo would work the same as the Line to

    I know these worked on NT XP and 98 so I...
  3. Replies
    10
    Views
    4,344

    Same subject Different problem

    when compiling my code I get the error


    the 1 line of code that causes this is infact the second line that uses vector scaling

    *polyNormal=( (*Triangle->GetVertex(FIRST)->GetNormal()) *...
  4. Replies
    10
    Views
    4,344

    Thanks for the tips, I shoudl be able to get...

    Thanks for the tips, I shoudl be able to get things going now
  5. Replies
    10
    Views
    4,344

    The STL valarray looked far too complicated, and...

    The STL valarray looked far too complicated, and what I did understand didnt apear to do what I wanted. I'm not sure which would have been easiest changing my existing code to use a new type or...
  6. Replies
    10
    Views
    4,344

    Operators for 3D Vector Mathematics

    I'm writing a graphics program that uses 3D vectors, I have an existing library that I've written that already contains all the code for vector manipiulation but it was written in C using a struct to...
  7. Replies
    8
    Views
    3,651

    I'm not really that sure no, but as it stands the...

    I'm not really that sure no, but as it stands the landscpae is just a flat grid of dots, as I have no intention of the landscape changing the book I was using said that was a good optimisation, I am...
  8. Replies
    8
    Views
    3,651

    thanks for the suggestions, I think I've solved...

    thanks for the suggestions, I think I've solved it now, like I said in my last post its probably something stupid, I was right it was, I was rotating matricies backwards so the rotations went wrong,...
  9. Replies
    8
    Views
    3,651

    I wish I'd got to a stage where that would be...

    I wish I'd got to a stage where that would be usefull, but my proplems in the transformations
    I'm sure its probably something stupid that I've done it usually is
  10. Replies
    8
    Views
    3,651

    thanks for the advise but I'm not sure how to...

    thanks for the advise but I'm not sure how to pull that off, as the camera is the plane and for the rotations to work propery for each rotation I'd have to rotate about a new axis as it would have...
  11. Replies
    8
    Views
    3,651

    The problem is its not rotating how it should ...

    The problem is its not rotating how it should

    if the first thing you do is turn with the rudder then if you try to pitch it doesnt rotate about the right axis it rotates diagnally instead of...
  12. Replies
    8
    Views
    3,651

    Flight Simulator Viewing System

    I am currently writing a Flight simulator, using OpenGL and Glut in c
    I have found some dificulty in getting the rotations of the view to function how I hoped they would
    I know each rotation must...
Results 1 to 12 of 12