/[hegemonie]/hegemonie/Model/MdlModel.m
ViewVC logotype

Diff of /hegemonie/Model/MdlModel.m

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by c-leo, Fri Jul 18 13:52:47 2003 UTC revision 1.7 by ano, Tue Jul 22 08:48:49 2003 UTC
# Line 604  currentAnimation: (NSString *)animName Line 604  currentAnimation: (NSString *)animName
604    return (GLuint) [[_textures objectAtIndex: noMesh] intValue];    return (GLuint) [[_textures objectAtIndex: noMesh] intValue];
605  }  }
606    
607    /**
608     * This methode gives us a list contain animations name
609     */
610    - (NSArray *) animationsName
611    {
612      return [_animations allKeys];
613    }
614    
615    
616  @end /* MdlModel.m */  @end /* MdlModel.m */

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26