nope I don't get any strange moves when I animate.
and yes I do animation on the body model. the hair part is just attached to the bone in the body part.
ttom what is your problem ? can you put some screenshot or something that I could look at ?
jyon
btw I don't speak english well either
Search found 3 matches
- Thu Mar 31, 2005 4:28 am
- Forum: Beginners Help
- Topic: Lighting problem using getXJointNode addon by Electron
- Replies: 16
- Views: 1365
- Thu Mar 31, 2005 4:21 am
- Forum: Beginners Help
- Topic: Loading XML and createDevice
- Replies: 6
- Views: 294
- Thu Mar 31, 2005 12:32 am
- Forum: Beginners Help
- Topic: Loading XML and createDevice
- Replies: 6
- Views: 294
well what I do is like this : Device = createDevice(video::EDT_NULL); FileManager = Device->getFileManager(); LoadConfig(); // do the xml stuff here Device->drop(); // drop NULL device Device = createDevice(deviceType,windowSize,bits,fullscreen,stensilbuffer,vsync); // do what you wanna do here... D...