- Timestamp:
- 10/28/09 14:31:24 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osganimationskinning/osganimationskinning.cpp
r9737 r10697 1 1 /* -*-c++-*- 2 * Copyright (C) 2008 Cedric Pinson < mornifle@plopbyte.net>2 * Copyright (C) 2008 Cedric Pinson <cedric.pinson@plopbyte.net> 3 3 * 4 4 * This library is open source and may be redistributed and/or modified under … … 25 25 #include <osgAnimation/Skeleton> 26 26 #include <osgAnimation/RigGeometry> 27 #include <osgAnimation/Skinning>28 27 #include <osgAnimation/BasicAnimationManager> 29 28
