Ogre ode sample codes

zhein04

18-01-2012 12:29:17

Can somebody share some if my ogre ode works. I did manage to compile it without errors. but now i need to learn how it works but the tutorials for it are gone. so can anybody help me with this kind of problem. If you know a link of tutorial for it then it would be great. thanks

suryaatvellore

22-06-2012 07:50:13

I think you should be little more specific about the tutorials you need but you can still check out this http://www.ogre3d.org/tikiwiki/OgreODE
the site has a large number of tutorials from basic to advanced. :)

johny3329

07-01-2013 06:50:38

I've managed to implement my audio interface, and transfer information from TheoraVideoPlayer and to my Sound System.
The problem is that if I set the Theora clip to play and then wait for Theora to decode the audio, insert the data into the interface and then wait for the sound thread to collect the data and play, the audio won't be synchronized with video.
Is there any way to decode some audio beforehand, insert those into the interface and only then start playing the clip (and my SoundStream together!)?

Thanks in advance!