Search found 4 matches

by kxiaocai
Sun Mar 28, 2010 4:20 pm
Forum: Project Announcements
Topic: Sirrf version 0.2.1 released! (30/08/2009)
Replies: 92
Views: 29771


yesterday I tried to build and got same errors as u.
I found that MSVC solution missed some files. Seem they are newly added.

After adding them manually, I can compile and run as well.

plz check your src folder to get entire list:
- src/core/HasEvent, Serializable,....
- src/scripting/core ...
by kxiaocai
Fri Dec 04, 2009 3:25 am
Forum: Game Programming
Topic: AI Algorithms?
Replies: 10
Views: 6309

This is one of my favourite topics within game development, and I suggest you read some books about it.


Basically though, AI even to todays gaming standards is still not at it's peak, and it's AI that will have a greater impact on games in the future, think abount it, we have the graphics, sound ...
by kxiaocai
Wed Nov 04, 2009 1:20 am
Forum: Beginners Help
Topic: Please Help: Using Data Glove to manipulate a virtual hand
Replies: 2
Views: 388

Yes, you can create a CSkinnedMesh manually. Maybe check one of the skinned mesh loaders (b3d or ms3d probably, or check the irrExt example, where also some mesh formats use CSkinnedMesh). You need to create the geometry, the joints, and the weights. After that you can manipulate joints manually by ...
by kxiaocai
Tue Nov 03, 2009 1:56 pm
Forum: Beginners Help
Topic: Please Help: Using Data Glove to manipulate a virtual hand
Replies: 2
Views: 388

Please Help: Using Data Glove to manipulate a virtual hand

Hi, everyone!

I am working on a small project that manipulate a virtual hand with a data glove(5DT).

I have already have a C# version without using the engine, and for some reason, now I have to do it with the Irrlicht Engine.
And I am new to the Engine.

The question is:
Could someone give me ...