Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4740 in orxonox.OLD


Ignore:
Timestamp:
Jun 30, 2005, 4:10:36 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: no big deal (strange Makefile-problem)

Location:
orxonox/trunk/src/subprojects
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/subprojects/Makefile.am

    r4529 r4740  
    11SUBDIRS = importer \
    2           particles \
    3           collision_detection \
    4           gui \
    5           testmain
     2          particles \
     3          collision_detection \
     4          gui \
     5          testmain
    66
    77noinst_HEADERS = framework.h
     
    99
    1010EXTRA_DIST = framework.cc
    11 
  • orxonox/trunk/src/subprojects/Makefile.in

    r4531 r4740  
    168168target_vendor = @target_vendor@
    169169SUBDIRS = importer \
    170           particles \
    171           collision_detection \
    172           gui \
    173           testmain
     170          particles \
     171          collision_detection \
     172          gui \
     173          testmain
    174174
    175175noinst_HEADERS = framework.h
  • orxonox/trunk/src/subprojects/particles/particle_fun.cc

    r4726 r4740  
    8989  new PhysicsConnection(system, pointGravity);
    9090
    91   LightManager::getInstance()->addLight();
    92   LightManager::getInstance()->setPosition(10, 10, 10);
     91  new Light;
     92  LightManager::getInstance()->getLight()->setAbsCoor(10, 10, 10);
    9393
    9494}
Note: See TracChangeset for help on using the changeset viewer.