Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 5, 2005, 7:41:21 PM (19 years ago)
Author:
patrick
Message:

branches/md2_importer: just creted the files, started implementing a fps counter

Location:
orxonox/branches/md2_loader/src/lib/graphics/importer
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/md2_loader/src/lib/graphics/importer/Makefile.am

    r3907 r4065  
    3232                  model.cc \
    3333                  objModel.cc \
     34                  md2Model.cc \
    3435                  primitive_model.cc \
    3536                  array.cc \
     
    4647noinst_HEADERS= framework.h \
    4748                windowHandler.h \
     49                abstract_model.h \
    4850                model.h \
    4951                objModel.h \
     52                md2Model.h \
    5053                primitive_model.h \
    5154                array.h \
  • orxonox/branches/md2_loader/src/lib/graphics/importer/model.h

    r4063 r4065  
    99#include "material.h"
    1010#include "glincl.h"
     11
    1112
    1213// FORWARD DEFINITION //
Note: See TracChangeset for help on using the changeset viewer.