Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6524 in orxonox.OLD for branches/network/src/world_entities


Ignore:
Timestamp:
Jan 18, 2006, 3:27:12 AM (19 years ago)
Author:
patrick
Message:

network: added the planet to the menu

Location:
branches/network/src/world_entities
Files:
2 added
2 edited

Legend:

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

    r6514 r6524  
    2323                  world_entities/test_entity.cc \
    2424                  world_entities/image_entity.cc \
     25                  world_entities/planet.cc \
    2526                  \
    2627                  world_entities/weapons/weapon_manager.cc \
     
    7273                 world_entities/test_entity.h \
    7374                 world_entities/image_entity.h \
     75                 world_entities/planet.h \
    7476                 \
    7577                 world_entities/weapons/weapon_manager.h \
  • branches/network/src/world_entities/skybox.cc

    r6514 r6524  
    7171  this->setClassID(CL_SKYBOX, "SkyBox");
    7272  this->toList(OM_ENVIRON_NOTICK);
    73   this->size = 100.0;
     73  //this->size = 100.0;
    7474  this->textureSize = 1024.0f;
    7575
Note: See TracChangeset for help on using the changeset viewer.