Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 486


Ignore:
Timestamp:
Dec 12, 2007, 9:49:44 PM (16 years ago)
Author:
nicolasc
Message:
  • added missing CML in tinyxml
  • minor cleanup in audio CML
  • changed mesh to assf
Location:
code/branches/FICN/src
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/audio/CMakeLists.txt

    r458 r486  
    88        AudioStream.cc
    99)
    10 SET(INC_FILES
    11         AudioManager.h
    12         AudioBuffer.h
    13         AudioSource.h
    14         AudioStream.h
    15 )
     10
    1611
    1712INCLUDE_DIRECTORIES(..)
    1813
    19 ADD_LIBRARY(audio ${SRC_FILES} ${INC_FILES})
     14ADD_LIBRARY(audio ${SRC_FILES})
    2015
    2116TARGET_LINK_LIBRARIES(audio ${OPENAL_LIBRARY} ${ALUT_LIBRARY} ${OGG_LIBRARY} ${VORBIS_LIBRARY} ${VORBISFILE_LIBRARY} ${VORBISENC_LIBRARY})
  • code/branches/FICN/src/orxonox/orxonox.cc

    r482 r486  
    361361
    362362   
    363     Entity* head = mgr->createEntity("head", "razor.mesh");
     363    Entity* head = mgr->createEntity("ASSF", "assf.mesh");
    364364    SceneNode *node = mgr->getRootSceneNode()->createChildSceneNode("OgreHeadNode", Vector3(0,0,0));
    365365    node->attachObject(head);
Note: See TracChangeset for help on using the changeset viewer.