New Character and Video
I was working on a music video for my song (which is really not a part of this project and is all in Russian, but I added it to the Video Gallery) using WCM and came up with a pretty nice character "Singer":
I decided to share it with WCM users. The character iv very detailed. It has many additional parts:
* LeftShin
* LeftFoot
* LeftShoe
* RightShin
* RightFoot
* RightShoe
* Neck
* Dress
* LeftEar
* RightEar
* LeftEyeball
* LeftEyebrow
* RightEyeball
* RightEyebrow
* Nose
* Hair
* LeftForearm
* LeftHand
* Guitar
* RightForearm
* RightHand
Every part can be manipulated (moved, changed angles etc.). You can also hide guitar and use the character as a regular girl. Or there is a special ready to use method to play guitar like:
#include <singer.h>
void Scene1 ()
{
Singer Mary;
Mary.SetVisible ();
for (int i=0; i<10; i++)
{
Mary.PlayChord ( 2 ); // for 2 seconds
}
}
Try it in your video. Or watch the video clip for my song (but it is in Russian): http://www.youtube.com/watch?v=W17uBWX4TVw
There is a new Singer character available in our library!
