Search found 4 matches
- Sun Mar 28, 2010 4:20 pm
- Forum: Project Announcements
- Topic: Sirrf version 0.2.1 released! (30/08/2009)
- Replies: 92
- Views: 29771
- Fri Dec 04, 2009 3:25 am
- Forum: Game Programming
- Topic: AI Algorithms?
- Replies: 10
- Views: 6309
- 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 ...
- 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 ...
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 ...