Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 17, 2007, 2:21:57 PM (17 years ago)
Author:
gfilip
Message:

bla bla bla

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camera/src/world_entities/test_entity.cc

    r10255 r10257  
    2323#include "test_entity.h"
    2424#include "debug.h"
    25 
    26 
     25#include <iostream.h>
    2726#include "state.h"
    2827#include "shell_command.h"
     
    101100void TestEntity::t4()
    102101{
     102  cout << CM->cameras[1]->getAbsCoorX() << endl <<CM->cameras[1]->getAbsCoorY() << endl <<CM->cameras[1]->getAbsCoorZ() << endl << CM->cameras[1]->target->getAbsCoorX() << endl;
    103103  CM->testCam();
     104  cout << CM->cameras[1]->getAbsCoorX() << endl <<CM->cameras[1]->getAbsCoorY() << endl <<CM->cameras[1]->getAbsCoorZ() << endl << CM->cameras[1]->target->getAbsCoorX() << endl;
    104105}
    105106
Note: See TracChangeset for help on using the changeset viewer.