Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 2, 2005, 12:32:34 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: documented the md2 class correctly now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/graphics/importer/md2Model.cc

    r4460 r4461  
    7575 ********************************************************************************/
    7676
    77 /*
     77/**
    7878  \brief simple constructor initializing all variables
    7979*/
     
    8787}
    8888
    89 /*
     89/**
    9090  \brief simple destructor, dereferencing all variables
    9191
     
    122122
    123123
    124 /*
     124/**
    125125  \brief sets the animation type
    126126  \param type: animation type
     
    146146
    147147
    148 /*
     148/**
    149149  \brief sets the time in seconds passed since the last tick
    150150  \param time: in sec
     
    156156
    157157
    158 /*
     158/**
    159159  \brief draws the model: interface for all other classes out in the world
    160160*/
     
    172172
    173173
    174 /*
     174/**
    175175  \brief this is an internal function to render this special frame selected by animate()
    176176*/
     
    216216
    217217
    218 /*
     218/**
    219219  \brief animates the current model
    220220
     
    243243
    244244
    245 /*
     245/**
    246246  \brief this is how id is precessing their lightning
    247247
     
    253253}
    254254
    255 /*
     255
     256/**
    256257  \brief prints out debug informations
    257258*/
     
    273274 ********************************************************************************/
    274275
    275 /*
     276/**
    276277  \brief simple constructor
    277278*/
     
    293294
    294295
    295 /*
     296/**
    296297  \brief simple destructor
    297298
     
    312313
    313314
    314 /*
     315/**
    315316  \brief this will load the whole model data (vertices, opengl command list, ...)
    316   \param fileName to the model file
     317  \param fileName: the name of the model file
    317318  \return true if success
    318319*/
     
    382383
    383384
    384 /*
     385/**
    385386  \brief loads the skin/material stuff
    386   \param fileName of the skin file
     387  \param fileName: name of the skin file
    387388  \return true if success
    388389*/
Note: See TracChangeset for help on using the changeset viewer.