Search:

Type: Posts; User: kigabit

Search: Search took 0.00 seconds.

  1. Replies
    12
    Views
    4,489

    You extern gl_Camera in camera.h. extern doesn't...

    You extern gl_Camera in camera.h. extern doesn't actually create an object, but rather tells that file "this object exists somewhere else, but act like it is declared here." You need to add a line in...
  2. Replies
    12
    Views
    4,489

    Well first of all, you called your vector class...

    Well first of all, you called your vector class CVector3, but in your CCamera class you called it CVector.

    The whole 'int to double' thing happens because you put '0.0' instead of just 0. Your...
Results 1 to 2 of 2