Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10215 in orxonox.OLD


Ignore:
Timestamp:
Jan 10, 2007, 3:05:10 PM (17 years ago)
Author:
gfilip
Message:

blackscreen

Location:
branches/camera/src/world_entities
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/camera/src/world_entities/Makefile.am

    r10206 r10215  
    1111                camera.cc \
    1212                cameraman.cc \
    13                 blackscreen.cc \
    1413                playable.cc \
    1514                player.cc \
     
    4342                camera.h \
    4443                cameraman.h \
    45                 blackscreen.h \
    4644                extendable.h \
    4745                playable.h \
  • branches/camera/src/world_entities/WorldEntities.am

    r9869 r10215  
    2222                world_entities/character_attributes.cc \
    2323                world_entities/test_entity.cc \
     24                world_entities/blackscreen.cc \
    2425                world_entities/planet.cc \
    2526                world_entities/bsp_entity.cc \
     
    125126                character_attributes.h \
    126127                test_entity.h \
     128                blackscreen.h \
    127129                planet.h \
    128130                bsp_entity.h \
  • branches/camera/src/world_entities/blackscreen.cc

    r10212 r10215  
    2424#include "state.h"
    2525#include "class_id_DEPRECATED.h"
    26 
     26#include <iostream.h>
    2727ObjectListDefinition(blackscreen);
    2828CREATE_FACTORY(blackscreen);
     
    3838  i=0;
    3939  state=1;
     40
    4041}
    4142
     
    5051  if( root != NULL)
    5152    this->loadParams(root);
     53  cout << "JUHU";
    5254}
    5355
     
    119121  glEnd();
    120122
    121   glPopMatrix();
    122   glPopAttrib();
     123 // glPopMatrix();
     124 // glPopAttrib();
    123125}
    124126
Note: See TracChangeset for help on using the changeset viewer.