Search found 36 matches

by brick
Mon Jul 11, 2011 7:53 pm
Forum: Beginners Help
Topic: Facial animation
Replies: 19
Views: 763

Re: Facial animation

Many thanks for the answers.
by brick
Mon Jul 11, 2011 2:20 pm
Forum: Beginners Help
Topic: Facial animation
Replies: 19
Views: 763

Re: Facial animation

Are there any particular animation tools that you would suggest I use, that are easy to master and use?
by brick
Mon Jul 11, 2011 12:44 pm
Forum: Beginners Help
Topic: Facial animation
Replies: 19
Views: 763

Re: Facial animation

Thanks, will try that.
by brick
Mon Jul 11, 2011 12:30 pm
Forum: Beginners Help
Topic: Facial animation
Replies: 19
Views: 763

Facial animation

Does anyone have any suggestions about making facial animations in Irrlicht? Are there perhaps some libraries that I could use to create realistic characters with the engine? I'm only just getting the hang of Irrlicht, so maybe the task is too difficult?
by brick
Sun Jul 10, 2011 1:07 pm
Forum: Beginners Help
Topic: irrlicht window flashes and disappears
Replies: 8
Views: 304

Re: irrlicht window flashes and disappears

That's it, the mesh was at a different location, so I just had to change the path to make it load properly. Thanks a bunch.
by brick
Sun Jul 10, 2011 12:19 pm
Forum: Beginners Help
Topic: irrlicht window flashes and disappears
Replies: 8
Views: 304

Re: irrlicht window flashes and disappears

Hi everyone, I'm working my way through the first tutorial, and I'm having the same problem. After I run the project the window just flashes. Here's the code: #include "stdafx.h" #include <irrlicht.h> using namespace irr; using namespace core; using namespace scene; using namespace video; ...