Changeset 6198 in orxonox.OLD for branches/christmas_branche/src/lib/graphics
- Timestamp:
- Dec 20, 2005, 9:57:31 PM (19 years ago)
- Location:
- branches/christmas_branche/src/lib/graphics/importer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/christmas_branche/src/lib/graphics/importer/md2Model.cc
r6191 r6198 155 155 156 156 157 158 159 157 /** 160 158 \brief sets the time in seconds passed since the last tick -
branches/christmas_branche/src/lib/graphics/importer/md2Model.h
r6191 r6198 218 218 219 219 void setAnim(int type); 220 /** 221 * scales the current model 222 * @param scaleFactor: the factor [0..1] to use for scaling 223 */ 220 /** returns the current animation @returns animation type */ 221 inline int MD2Model::getAnim() { return this->animationState.type; } 222 /** scales the current model @param scaleFactor: the factor [0..1] to use for scaling */ 224 223 void scaleModel(float scaleFactor) { this->scaleFactor = scaleFactor;} 225 224
Note: See TracChangeset
for help on using the changeset viewer.