Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6663 in orxonox.OLD


Ignore:
Timestamp:
Jan 24, 2006, 1:21:02 AM (18 years ago)
Author:
hdavid
Message:

implementation of a recording function, the conversion from RGB→YUV420 not correct and fast enough at the moment. Demo: data/branches/avi_play/media/orxonox.avi

Location:
branches/avi_play/src
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/avi_play/src/defs/class_id.h

    r6600 r6663  
    194194  CL_NPC_TEST2                  =    0x00000302,
    195195  CL_MOVIE_ENTITY               =    0x00000303,
     196  CL_RECORDER                   =    0x00000304,
    196197
    197198
  • branches/avi_play/src/world_entities/Makefile.am

    r6532 r6663  
    2121                  world_entities/satellite.cc \
    2222                  world_entities/movie_entity.cc \
     23                  world_entities/recorder.cc \
    2324                  world_entities/character_attributes.cc \
    2425                  world_entities/test_entity.cc \
     
    7071                 world_entities/satellite.h \
    7172                 world_entities/movie_entity.h \
     73                 world_entities/recorder.h \
    7274                 world_entities/character_attributes.h \
    7375                 world_entities/test_entity.h \
Note: See TracChangeset for help on using the changeset viewer.